Skip to content

Commit

Permalink
chore: update dependencies and edit nav links (#6644)
Browse files Browse the repository at this point in the history
* chore: deps

* docs: update nav link
  • Loading branch information
yvonneyx authored Dec 18, 2024
1 parent 7726eca commit bb26259
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@playwright/test": "^1.49.0",
"@playwright/test": "^1.49.1",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.10.0",
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@types/d3-hierarchy": "^3.1.7",
"@types/jest": "^29.5.14",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.9",
"@types/node": "^20.17.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chalk": "^4.1.2",
Expand All @@ -62,14 +62,14 @@
"jsdom": "^23.2.0",
"lil-gui": "^0.19.2",
"limit-size": "^0.1.4",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"npm-run-all": "^4.1.5",
"open": "^10.1.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.6",
"rimraf": "^5.0.10",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.28.0",
"rollup": "^4.28.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"swc": "^1.0.11",
"vite": "^5.4.11",
"webpack": "^5.97.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}
6 changes: 3 additions & 3 deletions packages/g6-extension-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"devDependencies": {
"@ant-design/icons": "^5.5.2",
"@antv/g6": "workspace:*",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"antd": "^5.22.3",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"antd": "^5.22.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/g6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@antv/layout": "1.2.14-beta.9",
"@antv/util": "^3.3.10",
"bubblesets-js": "^2.3.4",
"hull.js": "andriiheonia/hull#semver:^1.0.10"
"hull.js": "github:andriiheonia/hull#semver:^1.0.10"
},
"devDependencies": {
"@antv/g-svg": "^2.0.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ export default defineConfig({
},
navs: [
{
slug: 'docs/manual',
slug: 'docs/manual/introduction',
title: {
zh: '文档',
en: 'Docs',
},
},
{
slug: 'docs/api',
slug: 'docs/api/graph/option',
title: {
zh: 'API',
en: 'API',
Expand Down
18 changes: 9 additions & 9 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@antv/algorithm": "^0.1.26",
"@antv/dumi-theme-antv": "^0.5.4",
"@antv/dumi-theme-antv": "^0.5.5",
"@antv/g": "^6.1.14",
"@antv/g-svg": "^2.0.27",
"@antv/g-webgl": "^2.0.36",
"@antv/g2": "^5.2.7",
"@antv/g2": "^5.2.10",
"@antv/g6": "workspace:*",
"@antv/g6-extension-3d": "workspace:*",
"@antv/g6-extension-react": "workspace:*",
"@antv/layout": "1.2.14-beta.8",
"@antv/layout-gpu": "^1.1.7",
"@antv/layout-wasm": "^1.4.2",
"@antv/util": "^3.3.10",
"antd": "^5.22.3",
"dumi": "^2.4.14",
"antd": "^5.22.5",
"dumi": "^2.4.16",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
Expand All @@ -63,18 +63,18 @@
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.2",
"@microsoft/api-documenter": "^7.26.1",
"@microsoft/api-extractor": "^7.48.0",
"@microsoft/api-extractor-model": "^7.30.0",
"@microsoft/api-documenter": "^7.26.3",
"@microsoft/api-extractor": "^7.48.1",
"@microsoft/api-extractor-model": "^7.30.1",
"@microsoft/tsdoc": "^0.15.1",
"@rushstack/node-core-library": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.13",
"@types/react": "^18.3.13",
"@types/react": "^18.3.17",
"@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"gh-pages": "^6.2.0",
"prettier": "^3.4.2",
"resolve": "^1.22.8"
"resolve": "^1.22.9"
}
}

0 comments on commit bb26259

Please sign in to comment.