diff --git a/package.json b/package.json index 7c55d3d63c5..778405918c8 100644 --- a/package.json +++ b/package.json @@ -30,29 +30,29 @@ ] }, "devDependencies": { - "@antv/g-canvas": "^2.0.18", - "@antv/g-plugin-rough-canvas-renderer": "^2.0.18", - "@babel/core": "^7.25.2", - "@babel/plugin-transform-typescript": "^7.25.2", - "@changesets/cli": "^2.27.8", + "@antv/g-canvas": "^2.0.19", + "@antv/g-plugin-rough-canvas-renderer": "^2.0.19", + "@babel/core": "^7.26.0", + "@babel/plugin-transform-typescript": "^7.25.9", + "@changesets/cli": "^2.27.9", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", - "@playwright/test": "^1.47.0", + "@playwright/test": "^1.48.2", "@rollup/plugin-commonjs": "^25.0.8", - "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-node-resolve": "^15.3.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", - "@swc/core": "^1.7.23", + "@swc/core": "^1.7.40", "@swc/jest": "^0.2.36", "@types/d3-hierarchy": "^3.1.7", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.14", "@types/jsdom": "^21.1.7", - "@types/node": "^20.16.5", + "@types/node": "^20.17.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "chalk": "^4.1.2", "d3-hierarchy": "^3.1.2", - "eslint": "^8.57.0", + "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", "husky": "^8.0.3", "iperf": "0.1.0-beta.14", @@ -66,17 +66,17 @@ "open": "^10.1.0", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^3.2.4", - "prettier-plugin-packagejson": "^2.5.2", + "prettier-plugin-packagejson": "^2.5.3", "rimraf": "^5.0.10", - "rollup": "^4.21.2", + "rollup": "^4.24.2", "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.7.0", + "tslib": "^2.8.0", "turbo": "^1.13.4", - "typescript": "^5.5.4", - "vite": "^5.4.3", + "typescript": "^5.6.3", + "vite": "^5.4.10", "xml-formatter": "^3.6.3" }, "pnpm": { diff --git a/packages/cli/package.json b/packages/cli/package.json index aa3b032c886..4cc95e63e64 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -28,7 +28,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.12", "@types/minimist": "^1.2.5", "@types/prompts": "^2.4.9", "kolorist": "^1.8.0", diff --git a/packages/g6-extension-3d/package.json b/packages/g6-extension-3d/package.json index 9e785dfc374..c6e421ce7a7 100644 --- a/packages/g6-extension-3d/package.json +++ b/packages/g6-extension-3d/package.json @@ -33,17 +33,17 @@ "type-check": "tsc --noEmit -p tsconfig.test.json" }, "dependencies": { - "@antv/g-device-api": "^1.6.12", - "@antv/g-plugin-3d": "^2.0.20", - "@antv/g-plugin-device-renderer": "^2.1.2", - "@antv/g-plugin-dragndrop": "^2.0.13", - "@antv/g-webgl": "^2.0.22", - "@antv/layout": "^1.2.14-beta.7", - "@antv/util": "^3.3.8" + "@antv/g-device-api": "^1.6.13", + "@antv/g-plugin-3d": "^2.0.21", + "@antv/g-plugin-device-renderer": "^2.1.3", + "@antv/g-plugin-dragndrop": "^2.0.14", + "@antv/g-webgl": "^2.0.23", + "@antv/layout": "1.2.14-beta.8", + "@antv/util": "^3.3.10" }, "devDependencies": { - "@antv/g": "^6.1.2", - "@antv/g-canvas": "^2.0.18", + "@antv/g": "^6.1.3", + "@antv/g-canvas": "^2.0.19", "@antv/g6": "workspace:*" }, "peerDependencies": { diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index 32dcd86ef11..579b3d594e3 100644 --- a/packages/g6-extension-react/package.json +++ b/packages/g6-extension-react/package.json @@ -35,19 +35,19 @@ "type-check": "tsc --noEmit -p tsconfig.test.json" }, "dependencies": { - "@antv/g": "^6.1.2", - "@antv/g-svg": "^2.0.15", - "@antv/react-g": "^2.0.14" + "@antv/g": "^6.1.3", + "@antv/g-svg": "^2.0.16", + "@antv/react-g": "^2.0.19" }, "devDependencies": { - "@ant-design/icons": "^5.4.0", + "@ant-design/icons": "^5.5.1", "@antv/g6": "workspace:*", - "@types/react": "^18.3.5", - "@types/react-dom": "^18.3.0", - "antd": "^5.20.5", + "@types/react": "^18.3.12", + "@types/react-dom": "^18.3.1", + "antd": "^5.21.6", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-dom": "^6.26.1", + "react-router-dom": "^6.27.0", "styled-components": "^6.1.13" }, "peerDependencies": { diff --git a/packages/g6/package.json b/packages/g6/package.json index 00f774574e2..2d7ceac9462 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -58,21 +58,21 @@ }, "dependencies": { "@antv/algorithm": "^0.1.26", - "@antv/component": "^2.1.0", + "@antv/component": "^2.1.1", "@antv/event-emitter": "^0.1.3", - "@antv/g": "^6.1.2", - "@antv/g-canvas": "^2.0.18", - "@antv/g-plugin-dragndrop": "^2.0.13", + "@antv/g": "^6.1.3", + "@antv/g-canvas": "^2.0.19", + "@antv/g-plugin-dragndrop": "^2.0.14", "@antv/graphlib": "^2.0.3", - "@antv/hierarchy": "^0.6.13", - "@antv/layout": "^1.2.14-beta.8", - "@antv/util": "^3.3.8", - "bubblesets-js": "^2.3.3", + "@antv/hierarchy": "^0.6.14", + "@antv/layout": "1.2.14-beta.8", + "@antv/util": "^3.3.10", + "bubblesets-js": "^2.3.4", "hull.js": "^1.0.6" }, "devDependencies": { - "@antv/g-svg": "^2.0.15", - "@antv/g-webgl": "^2.0.22", + "@antv/g-svg": "^2.0.16", + "@antv/g-webgl": "^2.0.23", "@antv/layout-gpu": "^1.1.7", "@antv/layout-wasm": "^1.4.2", "@types/hull.js": "^1.0.4", diff --git a/packages/site/package.json b/packages/site/package.json index 2a70aa81167..eed841d5660 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -40,10 +40,10 @@ "dependencies": { "@ant-design/icons": "^5.5.1", "@antv/algorithm": "^0.1.26", - "@antv/dumi-theme-antv": "^0.5.2", - "@antv/g": "^6.1.2", - "@antv/g-svg": "^2.0.15", - "@antv/g-webgl": "^2.0.22", + "@antv/dumi-theme-antv": "^0.5.3", + "@antv/g": "^6.1.3", + "@antv/g-svg": "^2.0.16", + "@antv/g-webgl": "^2.0.23", "@antv/g2": "^5.2.7", "@antv/g6": "workspace:*", "@antv/g6-extension-3d": "workspace:*", @@ -52,7 +52,7 @@ "@antv/layout-gpu": "^1.1.7", "@antv/layout-wasm": "^1.4.2", "@antv/util": "^3.3.10", - "antd": "^5.21.4", + "antd": "^5.21.6", "dumi": "^2.4.13", "insert-css": "^2.0.0", "lodash": "^4.17.21", @@ -63,14 +63,14 @@ }, "devDependencies": { "@manypkg/get-packages": "^2.2.2", - "@microsoft/api-documenter": "^7.25.18", - "@microsoft/api-extractor": "^7.47.10", + "@microsoft/api-documenter": "^7.25.21", + "@microsoft/api-extractor": "^7.47.11", "@microsoft/api-extractor-model": "^7.29.8", "@microsoft/tsdoc": "^0.15.0", "@rushstack/node-core-library": "^4.3.0", "@types/fs-extra": "^11.0.4", - "@types/lodash": "^4.17.10", - "@types/react": "^18.3.11", + "@types/lodash": "^4.17.12", + "@types/react": "^18.3.12", "@types/resolve": "^1.20.6", "fs-extra": "^11.2.0", "gh-pages": "^6.2.0",