Skip to content

Commit 489782d

Browse files
Aarebeccahustcc
andauthored
chore: unlock deps version (#7143)
* chore: unlock deps version * chore: update deps * chore: update version --------- Co-authored-by: hustcc <[email protected]>
1 parent 110ab28 commit 489782d

File tree

9 files changed

+64
-64
lines changed

9 files changed

+64
-64
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"contribute": "node ./scripts/contribute.mjs",
99
"dev:g6": "cd ./packages/g6 && npm run dev",
1010
"postinstall": "husky install",
11+
"perf": "npm run perf",
1112
"prepare": "husky install",
1213
"publish": "pnpm publish -r --publish-branch v5",
1314
"site": "pnpm -r --stream --filter=./packages/site run dev",
1415
"version": "./scripts/version.sh",
15-
"watch": "pnpm -r --stream --filter=!./site run start",
16-
"perf": "npm run perf"
16+
"watch": "pnpm -r --stream --filter=!./site run start"
1717
},
1818
"commitlint": {
1919
"extends": [
@@ -30,26 +30,26 @@
3030
]
3131
},
3232
"devDependencies": {
33-
"@antv/g-canvas": "^2.0.32",
34-
"@antv/g-plugin-rough-canvas-renderer": "^2.0.32",
35-
"@babel/core": "^7.26.0",
36-
"@babel/plugin-transform-typescript": "^7.26.3",
37-
"@changesets/cli": "^2.27.10",
33+
"@antv/g-canvas": "^2.0.43",
34+
"@antv/g-plugin-rough-canvas-renderer": "^2.0.43",
35+
"@babel/core": "^7.27.1",
36+
"@babel/plugin-transform-typescript": "^7.27.1",
37+
"@changesets/cli": "^2.29.4",
3838
"@commitlint/cli": "^18.6.1",
3939
"@commitlint/config-conventional": "^18.6.3",
40-
"@playwright/test": "^1.49.1",
40+
"@playwright/test": "^1.52.0",
4141
"@rollup/plugin-commonjs": "^25.0.8",
4242
"@rollup/plugin-json": "^6.1.0",
4343
"@rollup/plugin-node-resolve": "^15.3.1",
4444
"@rollup/plugin-terser": "^0.4.4",
4545
"@rollup/plugin-typescript": "^11.1.6",
46-
"@swc/core": "^1.10.1",
47-
"@swc/jest": "^0.2.37",
46+
"@swc/core": "^1.11.24",
47+
"@swc/jest": "^0.2.38",
4848
"@types/d3-hierarchy": "^3.1.7",
4949
"@types/jest": "^29.5.14",
5050
"@types/jsdom": "^21.1.7",
51-
"@types/node": "^20.17.10",
52-
"@types/stats.js": "^0.17.3",
51+
"@types/node": "^20.17.47",
52+
"@types/stats.js": "^0.17.4",
5353
"@typescript-eslint/eslint-plugin": "^6.21.0",
5454
"@typescript-eslint/parser": "^6.21.0",
5555
"chalk": "^4.1.2",
@@ -63,23 +63,23 @@
6363
"jsdom": "^23.2.0",
6464
"lil-gui": "^0.19.2",
6565
"limit-size": "^0.1.4",
66-
"lint-staged": "^15.2.11",
66+
"lint-staged": "^15.5.2",
6767
"npm-run-all": "^4.1.5",
68-
"open": "^10.1.0",
69-
"prettier": "^3.4.2",
68+
"open": "^10.1.2",
69+
"prettier": "^3.5.3",
7070
"prettier-plugin-organize-imports": "^3.2.4",
71-
"prettier-plugin-packagejson": "^2.5.6",
71+
"prettier-plugin-packagejson": "^2.5.13",
7272
"rimraf": "^5.0.10",
73-
"rollup": "^4.28.1",
73+
"rollup": "^4.40.2",
7474
"rollup-plugin-polyfill-node": "^0.13.0",
75-
"rollup-plugin-visualizer": "^5.12.0",
75+
"rollup-plugin-visualizer": "^5.14.0",
7676
"stats.js": "^0.17.0",
7777
"svgo": "^3.3.2",
7878
"ts-node": "^10.9.2",
7979
"tslib": "^2.8.1",
8080
"turbo": "^1.13.4",
81-
"typescript": "^5.7.2",
82-
"vite": "^5.4.11"
81+
"typescript": "^5.8.3",
82+
"vite": "^5.4.19"
8383
},
8484
"pnpm": {
8585
"overrides": {

packages/bundle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@rollup/plugin-node-resolve": "^15.3.1",
1717
"@rollup/plugin-terser": "^0.4.4",
1818
"@rollup/plugin-typescript": "^11.1.6",
19-
"rollup": "^4.28.1",
19+
"rollup": "^4.40.2",
2020
"rollup-plugin-polyfill-node": "^0.13.0",
2121
"swc": "^1.0.11",
22-
"vite": "^5.4.11",
23-
"webpack": "^5.97.1",
22+
"vite": "^5.4.19",
23+
"webpack": "^5.99.8",
2424
"webpack-cli": "^5.1.4"
2525
}
2626
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-cli",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Scaffolding Your Extension for G6",
55
"keywords": [
66
"antv",
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --noEmit"
2929
},
3030
"devDependencies": {
31-
"@types/lodash": "^4.17.13",
31+
"@types/lodash": "^4.17.16",
3232
"@types/minimist": "^1.2.5",
3333
"@types/prompts": "^2.4.9",
3434
"kolorist": "^1.8.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-extension-3d",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "3D extension for G6",
55
"keywords": [
66
"antv",
@@ -34,16 +34,16 @@
3434
},
3535
"dependencies": {
3636
"@antv/g-device-api": "^1.6.13",
37-
"@antv/g-plugin-3d": "2.0.42",
38-
"@antv/g-plugin-device-renderer": "2.2.19",
39-
"@antv/g-plugin-dragndrop": "2.0.32",
40-
"@antv/g-webgl": "2.0.44",
37+
"@antv/g-plugin-3d": "^2.0.45",
38+
"@antv/g-plugin-device-renderer": "^2.2.22",
39+
"@antv/g-plugin-dragndrop": "^2.0.35",
40+
"@antv/g-webgl": "^2.0.47",
4141
"@antv/layout": "1.2.14-beta.8",
4242
"@antv/util": "^3.3.10"
4343
},
4444
"devDependencies": {
45-
"@antv/g": "6.1.21",
46-
"@antv/g-canvas": "2.0.40",
45+
"@antv/g": "^6.1.24",
46+
"@antv/g-canvas": "^2.0.43",
4747
"@antv/g6": "workspace:^"
4848
},
4949
"peerDependencies": {

packages/g6-extension-react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-extension-react",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "Using React Component to Define Your G6 Graph Node",
55
"keywords": [
66
"antv",
@@ -35,19 +35,19 @@
3535
"type-check": "tsc --noEmit -p tsconfig.test.json"
3636
},
3737
"dependencies": {
38-
"@antv/g": "^6.1.14",
39-
"@antv/g-svg": "^2.0.27"
38+
"@antv/g": "^6.1.24",
39+
"@antv/g-svg": "^2.0.38"
4040
},
4141
"devDependencies": {
42-
"@ant-design/icons": "^5.5.2",
42+
"@ant-design/icons": "^5.6.1",
4343
"@antv/g6": "workspace:*",
44-
"@types/react": "^19.1.0",
45-
"@types/react-dom": "^19.1.0",
46-
"antd": "^5.22.5",
44+
"@types/react": "^19.1.4",
45+
"@types/react-dom": "^19.1.5",
46+
"antd": "^5.25.1",
4747
"react": "^19.1.0",
4848
"react-dom": "^19.1.0",
49-
"react-router-dom": "^6.28.0",
50-
"styled-components": "^6.1.13"
49+
"react-router-dom": "^6.30.0",
50+
"styled-components": "^6.1.18"
5151
},
5252
"peerDependencies": {
5353
"@antv/g6": "workspace:^",

packages/g6-ssr/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6-ssr",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Support SSR for G6",
55
"keywords": [
66
"antv",
@@ -27,8 +27,8 @@
2727
"type-check": "tsc --noEmit -p tsconfig.test.json"
2828
},
2929
"dependencies": {
30-
"@antv/g": "^6.1.14",
31-
"@antv/g-canvas": "^2.0.32",
30+
"@antv/g": "^6.1.24",
31+
"@antv/g-canvas": "^2.0.43",
3232
"@antv/g6": "workspace:^",
3333
"cac": "^6.7.14",
3434
"canvas": "^2.11.2"

packages/g6/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@antv/g6",
3-
"version": "5.0.46",
3+
"version": "5.0.47",
44
"description": "A Graph Visualization Framework in JavaScript",
55
"keywords": [
66
"antv",
@@ -58,23 +58,23 @@
5858
},
5959
"dependencies": {
6060
"@antv/algorithm": "^0.1.26",
61-
"@antv/component": "^2.1.2",
61+
"@antv/component": "^2.1.3",
6262
"@antv/event-emitter": "^0.1.3",
63-
"@antv/g": "6.1.21",
64-
"@antv/g-canvas": "2.0.40",
65-
"@antv/g-plugin-dragndrop": "2.0.32",
63+
"@antv/g": "^6.1.24",
64+
"@antv/g-canvas": "^2.0.43",
65+
"@antv/g-plugin-dragndrop": "^2.0.35",
6666
"@antv/graphlib": "^2.0.4",
6767
"@antv/hierarchy": "^0.6.14",
6868
"@antv/layout": "1.2.14-beta.9",
6969
"@antv/util": "^3.3.10",
7070
"bubblesets-js": "^2.3.4"
7171
},
7272
"devDependencies": {
73-
"@antv/g-svg": "2.0.35",
74-
"@antv/g-webgl": "2.0.44",
73+
"@antv/g-svg": "^2.0.38",
74+
"@antv/g-webgl": "^2.0.47",
7575
"@antv/layout-gpu": "^1.1.7",
7676
"@antv/layout-wasm": "^1.4.2",
77-
"@antv/vendor": "^1.0.10",
77+
"@antv/vendor": "^1.0.11",
7878
"@types/hull.js": "^1.0.4",
7979
"@types/xmlserializer": "^0.6.6",
8080
"cross-env": "^7.0.3",

packages/g6/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.0.46';
1+
export const version = '5.0.47';

packages/site/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,37 @@
4040
"dependencies": {
4141
"@ant-design/icons": "^5.6.1",
4242
"@antv/algorithm": "^0.1.26",
43-
"@antv/dumi-theme-antv": "^0.7.3",
44-
"@antv/g": "^6.1.21",
45-
"@antv/g-svg": "^2.0.34",
46-
"@antv/g-webgl": "^2.0.44",
47-
"@antv/g2": "^5.2.11",
43+
"@antv/dumi-theme-antv": "^0.7.4",
44+
"@antv/g": "^6.1.24",
45+
"@antv/g-svg": "^2.0.38",
46+
"@antv/g-webgl": "^2.0.47",
47+
"@antv/g2": "^5.3.2",
4848
"@antv/g6": "workspace:*",
4949
"@antv/g6-extension-3d": "workspace:*",
5050
"@antv/g6-extension-react": "workspace:*",
5151
"@antv/layout": "1.2.14-beta.8",
5252
"@antv/layout-gpu": "^1.1.7",
5353
"@antv/layout-wasm": "^1.4.2",
5454
"@antv/util": "^3.3.10",
55-
"antd": "^5.24.3",
55+
"antd": "^5.25.1",
5656
"dumi": "2.4.18",
5757
"insert-css": "^2.0.0",
5858
"lodash": "^4.17.21",
5959
"react": "^19.1.0",
6060
"react-dom": "^19.1.0",
6161
"stats.js": "^0.17.0",
62-
"styled-components": "^6.1.15"
62+
"styled-components": "^6.1.18"
6363
},
6464
"devDependencies": {
6565
"@manypkg/get-packages": "^2.2.2",
66-
"@microsoft/api-documenter": "^7.26.17",
67-
"@microsoft/api-extractor": "^7.52.1",
68-
"@microsoft/api-extractor-model": "^7.30.4",
66+
"@microsoft/api-documenter": "^7.26.27",
67+
"@microsoft/api-extractor": "^7.52.8",
68+
"@microsoft/api-extractor-model": "^7.30.6",
6969
"@microsoft/tsdoc": "^0.15.1",
7070
"@rushstack/node-core-library": "^4.3.0",
7171
"@types/fs-extra": "^11.0.4",
7272
"@types/lodash": "^4.17.16",
73-
"@types/react": "^19.1.0",
73+
"@types/react": "^19.1.4",
7474
"@types/resolve": "^1.20.6",
7575
"fs-extra": "^11.3.0",
7676
"gh-pages": "^6.3.0",

0 commit comments

Comments
 (0)