Skip to content

Commit

Permalink
chore: update deps (#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonneyx authored Jul 15, 2024
1 parent 79e2493 commit 5b993b0
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 47 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
]
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/plugin-transform-typescript": "^7.24.5",
"@changesets/cli": "^2.27.6",
"@babel/core": "^7.24.8",
"@babel/plugin-transform-typescript": "^7.24.8",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.5.7",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.12",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"chalk": "^4.1.2",
Expand All @@ -49,22 +49,22 @@
"jsdom": "^23.2.0",
"lil-gui": "^0.19.2",
"limit-size": "^0.1.4",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"npm-run-all": "^4.1.5",
"open": "^10.1.0",
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"rimraf": "^5.0.9",
"rollup": "^4.18.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-visualizer": "^5.12.0",
"stats.js": "^0.17.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.3",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"xml-formatter": "^3.6.2"
"turbo": "^1.13.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"xml-formatter": "^3.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.6",
"@types/minimist": "^1.2.5",
"@types/prompts": "^2.4.9",
"kolorist": "^1.8.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/g6-extension-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"type-check": "tsc --noEmit -p tsconfig.test.json"
},
"dependencies": {
"@antv/g-device-api": "^1.6.4",
"@antv/g-plugin-3d": "^2.0.6",
"@antv/g-plugin-device-renderer": "^2.0.6",
"@antv/g-plugin-dragndrop": "^2.0.4",
"@antv/g-webgl": "^2.0.6",
"@antv/layout": "^1.2.14-beta.3",
"@antv/g-device-api": "^1.6.12",
"@antv/g-plugin-3d": "^2.0.10",
"@antv/g-plugin-device-renderer": "^2.0.10",
"@antv/g-plugin-dragndrop": "^2.0.6",
"@antv/g-webgl": "^2.0.11",
"@antv/layout": "^1.2.14-beta.4",
"@antv/util": "^3.3.7"
},
"devDependencies": {
"@antv/g": "^6.0.5",
"@antv/g-canvas": "^2.0.4",
"@antv/g": "^6.0.10",
"@antv/g-canvas": "^2.0.8",
"@antv/g6": "workspace:*"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/g6-extension-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@
"type-check": "tsc --noEmit -p tsconfig.test.json"
},
"dependencies": {
"@antv/g": "^6.0.5",
"@antv/react-g": "^2.0.5"
"@antv/g": "^6.0.10",
"@antv/react-g": "^2.0.10"
},
"devDependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/icons": "^5.3.7",
"@antv/g6": "workspace:*",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"antd": "^5.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"antd": "^5.19.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"styled-components": "^6.1.11"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/g6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"dependencies": {
"@antv/component": "^2.0.1",
"@antv/event-emitter": "^0.1.3",
"@antv/g": "^6.0.6",
"@antv/g-canvas": "^2.0.7",
"@antv/g-plugin-dragndrop": "^2.0.5",
"@antv/g": "^6.0.10",
"@antv/g-canvas": "^2.0.8",
"@antv/g-plugin-dragndrop": "^2.0.6",
"@antv/graphlib": "^2.0.3",
"@antv/hierarchy": "^0.6.12",
"@antv/layout": "^1.2.14-beta.4",
Expand All @@ -70,7 +70,7 @@
"hull.js": "^1.0.6"
},
"devDependencies": {
"@antv/g-svg": "^2.0.7",
"@antv/g-svg": "^2.0.8",
"@antv/layout-gpu": "^1.1.5",
"@antv/layout-wasm": "^1.4.0",
"@types/hull.js": "^1.0.4",
Expand Down
20 changes: 10 additions & 10 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@antv/algorithm": "^0.1.26",
"@antv/dumi-theme-antv": "^0.5.1",
"@antv/g": "^6.0.6",
"@antv/g-svg": "^2.0.7",
"@antv/g-webgl": "^2.0.10",
"@antv/g2": "^5.1.21",
"@antv/dumi-theme-antv": "^0.5.2",
"@antv/g": "^6.0.10",
"@antv/g-svg": "^2.0.8",
"@antv/g-webgl": "^2.0.11",
"@antv/g2": "^5.2.1",
"@antv/g6": "workspace:*",
"@antv/g6-extension-3d": "workspace:*",
"@antv/g6-extension-react": "workspace:*",
"@antv/layout": "^1.2.14-beta.4",
"@antv/layout-gpu": "^1.1.5",
"@antv/layout-wasm": "^1.4.0",
"@antv/util": "^3.3.7",
"antd": "^5.18.0",
"antd": "^5.19.1",
"dumi": "2.4.0-alpha.17",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
Expand All @@ -62,19 +62,19 @@
"styled-components": "^6.1.11"
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.1",
"@microsoft/api-documenter": "^7.25.3",
"@manypkg/get-packages": "^2.2.2",
"@microsoft/api-documenter": "^7.25.4",
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/api-extractor-model": "^7.29.2",
"@microsoft/tsdoc": "^0.15.0",
"@rushstack/node-core-library": "^4.3.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.4",
"@types/lodash": "^4.17.6",
"@types/react": "^18.3.3",
"@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"gh-pages": "^6.1.1",
"prettier": "^3.3.0",
"prettier": "^3.3.3",
"resolve": "^1.22.8"
}
}

0 comments on commit 5b993b0

Please sign in to comment.