Skip to content

Commit

Permalink
chore: update deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Dec 5, 2024
1 parent b9483bb commit 7d5a122
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@antv/g-canvas": "^2.0.32",
"@antv/g-plugin-rough-canvas-renderer": "^2.0.32",
"@babel/core": "^7.26.0",
"@babel/plugin-transform-typescript": "^7.25.9",
"@babel/plugin-transform-typescript": "^7.26.3",
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
Expand All @@ -43,7 +43,7 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.0",
"@swc/jest": "^0.2.37",
"@types/d3-hierarchy": "^3.1.7",
"@types/jest": "^29.5.14",
Expand All @@ -65,7 +65,7 @@
"lint-staged": "^15.2.10",
"npm-run-all": "^4.1.5",
"open": "^10.1.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.6",
"rimraf": "^5.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.27.4",
"rollup": "^4.28.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"swc": "^1.0.11",
"vite": "^5.4.11",
"webpack": "^5.96.1",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
}
}
4 changes: 2 additions & 2 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.12",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"antd": "^5.22.2",
"antd": "^5.22.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@antv/layout-gpu": "^1.1.7",
"@antv/layout-wasm": "^1.4.2",
"@antv/util": "^3.3.10",
"antd": "^5.22.2",
"antd": "^5.22.3",
"dumi": "^2.4.14",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
Expand All @@ -63,18 +63,18 @@
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.2",
"@microsoft/api-documenter": "^7.26.0",
"@microsoft/api-documenter": "^7.26.1",
"@microsoft/api-extractor": "^7.48.0",
"@microsoft/api-extractor-model": "^7.30.0",
"@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.12",
"@types/react": "^18.3.13",
"@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"gh-pages": "^6.2.0",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"resolve": "^1.22.8"
}
}

0 comments on commit 7d5a122

Please sign in to comment.