Skip to content

Commit ebccdb4

Browse files
committed
chore: update dep versions
1 parent c59c31a commit ebccdb4

File tree

6 files changed

+53
-53
lines changed

6 files changed

+53
-53
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
]
3131
},
3232
"devDependencies": {
33-
"@antv/g-canvas": "^2.0.18",
34-
"@antv/g-plugin-rough-canvas-renderer": "^2.0.18",
35-
"@babel/core": "^7.25.2",
36-
"@babel/plugin-transform-typescript": "^7.25.2",
37-
"@changesets/cli": "^2.27.8",
33+
"@antv/g-canvas": "^2.0.19",
34+
"@antv/g-plugin-rough-canvas-renderer": "^2.0.19",
35+
"@babel/core": "^7.26.0",
36+
"@babel/plugin-transform-typescript": "^7.25.9",
37+
"@changesets/cli": "^2.27.9",
3838
"@commitlint/cli": "^18.6.1",
3939
"@commitlint/config-conventional": "^18.6.3",
40-
"@playwright/test": "^1.47.0",
40+
"@playwright/test": "^1.48.2",
4141
"@rollup/plugin-commonjs": "^25.0.8",
42-
"@rollup/plugin-node-resolve": "^15.2.3",
42+
"@rollup/plugin-node-resolve": "^15.3.0",
4343
"@rollup/plugin-terser": "^0.4.4",
4444
"@rollup/plugin-typescript": "^11.1.6",
45-
"@swc/core": "^1.7.23",
45+
"@swc/core": "^1.7.40",
4646
"@swc/jest": "^0.2.36",
4747
"@types/d3-hierarchy": "^3.1.7",
48-
"@types/jest": "^29.5.12",
48+
"@types/jest": "^29.5.14",
4949
"@types/jsdom": "^21.1.7",
50-
"@types/node": "^20.16.5",
50+
"@types/node": "^20.17.2",
5151
"@typescript-eslint/eslint-plugin": "^6.21.0",
5252
"@typescript-eslint/parser": "^6.21.0",
5353
"chalk": "^4.1.2",
5454
"d3-hierarchy": "^3.1.2",
55-
"eslint": "^8.57.0",
55+
"eslint": "^8.57.1",
5656
"eslint-plugin-jsdoc": "^46.10.1",
5757
"husky": "^8.0.3",
5858
"iperf": "0.1.0-beta.14",
@@ -66,17 +66,17 @@
6666
"open": "^10.1.0",
6767
"prettier": "^3.3.3",
6868
"prettier-plugin-organize-imports": "^3.2.4",
69-
"prettier-plugin-packagejson": "^2.5.2",
69+
"prettier-plugin-packagejson": "^2.5.3",
7070
"rimraf": "^5.0.10",
71-
"rollup": "^4.21.2",
71+
"rollup": "^4.24.2",
7272
"rollup-plugin-polyfill-node": "^0.13.0",
7373
"rollup-plugin-visualizer": "^5.12.0",
7474
"stats.js": "^0.17.0",
7575
"ts-node": "^10.9.2",
76-
"tslib": "^2.7.0",
76+
"tslib": "^2.8.0",
7777
"turbo": "^1.13.4",
78-
"typescript": "^5.5.4",
79-
"vite": "^5.4.3",
78+
"typescript": "^5.6.3",
79+
"vite": "^5.4.10",
8080
"xml-formatter": "^3.6.3"
8181
},
8282
"pnpm": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --noEmit"
2929
},
3030
"devDependencies": {
31-
"@types/lodash": "^4.17.7",
31+
"@types/lodash": "^4.17.12",
3232
"@types/minimist": "^1.2.5",
3333
"@types/prompts": "^2.4.9",
3434
"kolorist": "^1.8.0",

packages/g6-extension-3d/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"type-check": "tsc --noEmit -p tsconfig.test.json"
3434
},
3535
"dependencies": {
36-
"@antv/g-device-api": "^1.6.12",
37-
"@antv/g-plugin-3d": "^2.0.20",
38-
"@antv/g-plugin-device-renderer": "^2.1.2",
39-
"@antv/g-plugin-dragndrop": "^2.0.13",
40-
"@antv/g-webgl": "^2.0.22",
41-
"@antv/layout": "^1.2.14-beta.7",
42-
"@antv/util": "^3.3.8"
36+
"@antv/g-device-api": "^1.6.13",
37+
"@antv/g-plugin-3d": "^2.0.21",
38+
"@antv/g-plugin-device-renderer": "^2.1.3",
39+
"@antv/g-plugin-dragndrop": "^2.0.14",
40+
"@antv/g-webgl": "^2.0.23",
41+
"@antv/layout": "1.2.14-beta.8",
42+
"@antv/util": "^3.3.10"
4343
},
4444
"devDependencies": {
45-
"@antv/g": "^6.1.2",
46-
"@antv/g-canvas": "^2.0.18",
45+
"@antv/g": "^6.1.3",
46+
"@antv/g-canvas": "^2.0.19",
4747
"@antv/g6": "workspace:*"
4848
},
4949
"peerDependencies": {

packages/g6-extension-react/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"type-check": "tsc --noEmit -p tsconfig.test.json"
3636
},
3737
"dependencies": {
38-
"@antv/g": "^6.1.2",
39-
"@antv/g-svg": "^2.0.15",
40-
"@antv/react-g": "^2.0.14"
38+
"@antv/g": "^6.1.3",
39+
"@antv/g-svg": "^2.0.16",
40+
"@antv/react-g": "^2.0.19"
4141
},
4242
"devDependencies": {
43-
"@ant-design/icons": "^5.4.0",
43+
"@ant-design/icons": "^5.5.1",
4444
"@antv/g6": "workspace:*",
45-
"@types/react": "^18.3.5",
46-
"@types/react-dom": "^18.3.0",
47-
"antd": "^5.20.5",
45+
"@types/react": "^18.3.12",
46+
"@types/react-dom": "^18.3.1",
47+
"antd": "^5.21.6",
4848
"react": "^18.3.1",
4949
"react-dom": "^18.3.1",
50-
"react-router-dom": "^6.26.1",
50+
"react-router-dom": "^6.27.0",
5151
"styled-components": "^6.1.13"
5252
},
5353
"peerDependencies": {

packages/g6/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@
5858
},
5959
"dependencies": {
6060
"@antv/algorithm": "^0.1.26",
61-
"@antv/component": "^2.1.0",
61+
"@antv/component": "^2.1.1",
6262
"@antv/event-emitter": "^0.1.3",
63-
"@antv/g": "^6.1.2",
64-
"@antv/g-canvas": "^2.0.18",
65-
"@antv/g-plugin-dragndrop": "^2.0.13",
63+
"@antv/g": "^6.1.3",
64+
"@antv/g-canvas": "^2.0.19",
65+
"@antv/g-plugin-dragndrop": "^2.0.14",
6666
"@antv/graphlib": "^2.0.3",
67-
"@antv/hierarchy": "^0.6.13",
68-
"@antv/layout": "^1.2.14-beta.8",
69-
"@antv/util": "^3.3.8",
70-
"bubblesets-js": "^2.3.3",
67+
"@antv/hierarchy": "^0.6.14",
68+
"@antv/layout": "1.2.14-beta.8",
69+
"@antv/util": "^3.3.10",
70+
"bubblesets-js": "^2.3.4",
7171
"hull.js": "^1.0.6"
7272
},
7373
"devDependencies": {
74-
"@antv/g-svg": "^2.0.15",
75-
"@antv/g-webgl": "^2.0.22",
74+
"@antv/g-svg": "^2.0.16",
75+
"@antv/g-webgl": "^2.0.23",
7676
"@antv/layout-gpu": "^1.1.7",
7777
"@antv/layout-wasm": "^1.4.2",
7878
"@types/hull.js": "^1.0.4",

packages/site/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
"dependencies": {
4141
"@ant-design/icons": "^5.5.1",
4242
"@antv/algorithm": "^0.1.26",
43-
"@antv/dumi-theme-antv": "^0.5.2",
44-
"@antv/g": "^6.1.2",
45-
"@antv/g-svg": "^2.0.15",
46-
"@antv/g-webgl": "^2.0.22",
43+
"@antv/dumi-theme-antv": "^0.5.3",
44+
"@antv/g": "^6.1.3",
45+
"@antv/g-svg": "^2.0.16",
46+
"@antv/g-webgl": "^2.0.23",
4747
"@antv/g2": "^5.2.7",
4848
"@antv/g6": "workspace:*",
4949
"@antv/g6-extension-3d": "workspace:*",
@@ -52,7 +52,7 @@
5252
"@antv/layout-gpu": "^1.1.7",
5353
"@antv/layout-wasm": "^1.4.2",
5454
"@antv/util": "^3.3.10",
55-
"antd": "^5.21.4",
55+
"antd": "^5.21.6",
5656
"dumi": "^2.4.13",
5757
"insert-css": "^2.0.0",
5858
"lodash": "^4.17.21",
@@ -63,14 +63,14 @@
6363
},
6464
"devDependencies": {
6565
"@manypkg/get-packages": "^2.2.2",
66-
"@microsoft/api-documenter": "^7.25.18",
67-
"@microsoft/api-extractor": "^7.47.10",
66+
"@microsoft/api-documenter": "^7.25.21",
67+
"@microsoft/api-extractor": "^7.47.11",
6868
"@microsoft/api-extractor-model": "^7.29.8",
6969
"@microsoft/tsdoc": "^0.15.0",
7070
"@rushstack/node-core-library": "^4.3.0",
7171
"@types/fs-extra": "^11.0.4",
72-
"@types/lodash": "^4.17.10",
73-
"@types/react": "^18.3.11",
72+
"@types/lodash": "^4.17.12",
73+
"@types/react": "^18.3.12",
7474
"@types/resolve": "^1.20.6",
7575
"fs-extra": "^11.2.0",
7676
"gh-pages": "^6.2.0",

0 commit comments

Comments
 (0)