Skip to content

Commit

Permalink
chore: update layout version and add to site env (#6254)
Browse files Browse the repository at this point in the history
* chore: update antvis layout version

* chore: add layout to site env

---------

Co-authored-by: antv <[email protected]>
  • Loading branch information
Aarebecca and antv authored Aug 29, 2024
1 parent 2c21154 commit f78ed1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/g6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@antv/g-plugin-dragndrop": "^2.0.8",
"@antv/graphlib": "^2.0.3",
"@antv/hierarchy": "^0.6.12",
"@antv/layout": "1.2.14-beta.5",
"@antv/layout": "^1.2.14-beta.6",
"@antv/util": "^3.3.7",
"bubblesets-js": "^2.3.3",
"hull.js": "^1.0.6"
Expand Down
1 change: 1 addition & 0 deletions packages/site/.dumi/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if (window) {
window.g6Extension3d = require('@antv/g6-extension-3d');
window.g6ExtensionReact = require('@antv/g6-extension-react');

window.layout = require('@antv/layout');
window.layoutGpu = require('@antv/layout-gpu');
window.algorithm = require('@antv/algorithm');
window.layoutWasm = require('@antv/layout-wasm');
Expand Down

0 comments on commit f78ed1b

Please sign in to comment.