chore: update deps version (#5807)

This commit is contained in:
Aaron 2024-06-04 11:02:00 +08:00 committed by GitHub
parent 38b3e482ab
commit 3b28a239e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,43 +37,43 @@
"preview": "dumi preview" "preview": "dumi preview"
}, },
"dependencies": { "dependencies": {
"@ant-design/icons": "^5.3.6", "@ant-design/icons": "^5.3.7",
"@antv/algorithm": "^0.1.26", "@antv/algorithm": "^0.1.26",
"@antv/dumi-theme-antv": "^0.5.1", "@antv/dumi-theme-antv": "^0.5.1",
"@antv/g": "^6.0.5", "@antv/g": "^6.0.6",
"@antv/g-svg": "^2.0.5", "@antv/g-svg": "^2.0.7",
"@antv/g-webgl": "^2.0.6", "@antv/g-webgl": "^2.0.10",
"@antv/g2": "^5.1.20", "@antv/g2": "^5.1.20",
"@antv/g6": "workspace:*", "@antv/g6": "workspace:*",
"@antv/g6-extension-3d": "workspace:*", "@antv/g6-extension-3d": "workspace:*",
"@antv/g6-extension-react": "workspace:*", "@antv/g6-extension-react": "workspace:*",
"@antv/graphlib": "^2.0.2", "@antv/graphlib": "^2.0.2",
"@antv/layout": "^1.2.14-beta.1", "@antv/layout": "1.2.14-beta.4",
"@antv/layout-gpu": "^1.1.5", "@antv/layout-gpu": "^1.1.5",
"@antv/layout-wasm": "^1.3.4", "@antv/layout-wasm": "^1.4.0",
"@antv/util": "^3.3.7", "@antv/util": "^3.3.7",
"antd": "^5.10.2", "antd": "^5.17.4",
"dumi": "~2.2.17", "dumi": "~2.2.17",
"insert-css": "^2.0.0", "insert-css": "^2.0.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"react": "^18.2.0", "react": "^18.3.1",
"stats.js": "^0.17.0", "stats.js": "^0.17.0",
"styled-components": "^6.1.11" "styled-components": "^6.1.11"
}, },
"devDependencies": { "devDependencies": {
"@manypkg/get-packages": "^2.2.0", "@manypkg/get-packages": "^2.2.1",
"@microsoft/api-documenter": "^7.23.16", "@microsoft/api-documenter": "^7.25.2",
"@microsoft/api-extractor": "^7.39.1", "@microsoft/api-extractor": "^7.46.2",
"@microsoft/api-extractor-model": "^7.28.14", "@microsoft/api-extractor-model": "^7.29.2",
"@microsoft/tsdoc": "^0.14.2", "@microsoft/tsdoc": "^0.15.0",
"@rushstack/node-core-library": "^4.1.0", "@rushstack/node-core-library": "^4.3.0",
"@types/fs-extra": "^11.0.4", "@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.0", "@types/lodash": "^4.17.4",
"@types/react": "^18.2.75", "@types/react": "^18.3.3",
"@types/resolve": "^1.20.6", "@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"gh-pages": "^6.1.1", "gh-pages": "^6.1.1",
"prettier": "^3.1.1", "prettier": "^3.3.0",
"resolve": "^1.22.8" "resolve": "^1.22.8"
} }
} }