From 7ce727aacd7ee9df434cdb6fd62da20f717ffebc Mon Sep 17 00:00:00 2001 From: Aaron Date: Tue, 6 Aug 2024 10:53:39 +0800 Subject: [PATCH] chore: update version (#6129) * chore: update deps version * chore: update version --------- Co-authored-by: antv --- package.json | 22 ++++++++++---------- packages/cli/package.json | 2 +- packages/g6-extension-3d/package.json | 14 ++++++------- packages/g6-extension-react/CHANGELOG.md | 8 ++++++++ packages/g6-extension-react/package.json | 16 +++++++-------- packages/g6/CHANGELOG.md | 6 ++++++ packages/g6/package.json | 16 +++++++-------- packages/g6/src/version.ts | 2 +- packages/site/package.json | 26 ++++++++++++------------ 9 files changed, 63 insertions(+), 49 deletions(-) diff --git a/package.json b/package.json index 61f07b7f80c..44b0bc513be 100644 --- a/package.json +++ b/package.json @@ -26,21 +26,21 @@ ] }, "devDependencies": { - "@babel/core": "^7.24.8", - "@babel/plugin-transform-typescript": "^7.24.8", + "@babel/core": "^7.25.2", + "@babel/plugin-transform-typescript": "^7.25.2", "@changesets/cli": "^2.27.7", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.46.0", "@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.6.13", + "@swc/core": "^1.7.6", "@swc/jest": "^0.2.36", "@types/jest": "^29.5.12", "@types/jsdom": "^21.1.7", - "@types/node": "^20.14.10", + "@types/node": "^20.14.14", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "chalk": "^4.1.2", @@ -52,22 +52,22 @@ "jsdom": "^23.2.0", "lil-gui": "^0.19.2", "limit-size": "^0.1.4", - "lint-staged": "^15.2.7", + "lint-staged": "^15.2.8", "npm-run-all": "^4.1.5", "open": "^10.1.0", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^3.2.4", - "prettier-plugin-packagejson": "^2.5.0", - "rimraf": "^5.0.9", - "rollup": "^4.18.1", + "prettier-plugin-packagejson": "^2.5.1", + "rimraf": "^5.0.10", + "rollup": "^4.20.0", "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.4", - "typescript": "^5.5.3", - "vite": "^5.3.3", + "typescript": "^5.5.4", + "vite": "^5.3.5", "xml-formatter": "^3.6.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 9335af16980..c2a18fb5926 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -28,7 +28,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "@types/lodash": "^4.17.6", + "@types/lodash": "^4.17.7", "@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 992fbe8543e..234b45317fd 100644 --- a/packages/g6-extension-3d/package.json +++ b/packages/g6-extension-3d/package.json @@ -34,16 +34,16 @@ }, "dependencies": { "@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.5", + "@antv/g-plugin-3d": "^2.0.12", + "@antv/g-plugin-device-renderer": "^2.0.12", + "@antv/g-plugin-dragndrop": "^2.0.8", + "@antv/g-webgl": "^2.0.13", + "@antv/layout": "1.2.14-beta.5", "@antv/util": "^3.3.7" }, "devDependencies": { - "@antv/g": "^6.0.10", - "@antv/g-canvas": "^2.0.8", + "@antv/g": "^6.0.12", + "@antv/g-canvas": "^2.0.10", "@antv/g6": "workspace:*" }, "peerDependencies": { diff --git a/packages/g6-extension-react/CHANGELOG.md b/packages/g6-extension-react/CHANGELOG.md index 2755cb92db6..08bdca9eda8 100644 --- a/packages/g6-extension-react/CHANGELOG.md +++ b/packages/g6-extension-react/CHANGELOG.md @@ -1,5 +1,13 @@ # @antv/g6-extension-react +## 0.1.3 + +### Patch Changes + +- fix behaviors, support image radius +- Updated dependencies + - @antv/g6@5.0.12 + ## 0.1.2 ### Patch Changes diff --git a/packages/g6-extension-react/package.json b/packages/g6-extension-react/package.json index d7f5f049220..1d942811770 100644 --- a/packages/g6-extension-react/package.json +++ b/packages/g6-extension-react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6-extension-react", - "version": "0.1.2", + "version": "0.1.3", "description": "Using React Component to Define Your G6 Graph Node", "keywords": [ "antv", @@ -35,22 +35,22 @@ "type-check": "tsc --noEmit -p tsconfig.test.json" }, "dependencies": { - "@antv/g": "^6.0.10", - "@antv/react-g": "^2.0.10" + "@antv/g": "^6.0.12", + "@antv/react-g": "^2.0.12" }, "devDependencies": { - "@ant-design/icons": "^5.3.7", + "@ant-design/icons": "^5.4.0", "@antv/g6": "workspace:*", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "antd": "^5.19.1", + "antd": "^5.20.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-router-dom": "^6.24.1", - "styled-components": "^6.1.11" + "react-router-dom": "^6.26.0", + "styled-components": "^6.1.12" }, "peerDependencies": { - "@antv/g6": "^5.0.11", + "@antv/g6": "^5.0.12", "react": ">=16.8", "react-dom": ">=16.8" }, diff --git a/packages/g6/CHANGELOG.md b/packages/g6/CHANGELOG.md index 31f3d4df392..4a2bbfe30c6 100644 --- a/packages/g6/CHANGELOG.md +++ b/packages/g6/CHANGELOG.md @@ -1,5 +1,11 @@ # @antv/g6 +## 5.0.12 + +### Patch Changes + +- fix behaviors, support image radius + ## 5.0.11 ### Patch Changes diff --git a/packages/g6/package.json b/packages/g6/package.json index dc8c08fbddb..52e7b27678a 100644 --- a/packages/g6/package.json +++ b/packages/g6/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g6", - "version": "5.0.11", + "version": "5.0.12", "description": "A Graph Visualization Framework in JavaScript", "keywords": [ "antv", @@ -57,21 +57,21 @@ "version": "node ./scripts/version.mjs" }, "dependencies": { - "@antv/component": "^2.0.1", + "@antv/component": "^2.0.3", "@antv/event-emitter": "^0.1.3", - "@antv/g": "^6.0.10", - "@antv/g-canvas": "^2.0.8", - "@antv/g-plugin-dragndrop": "^2.0.6", + "@antv/g": "^6.0.12", + "@antv/g-canvas": "^2.0.10", + "@antv/g-plugin-dragndrop": "^2.0.8", "@antv/graphlib": "^2.0.3", "@antv/hierarchy": "^0.6.12", - "@antv/layout": "^1.2.14-beta.5", + "@antv/layout": "1.2.14-beta.5", "@antv/util": "^3.3.7", "bubblesets-js": "^2.3.3", "hull.js": "^1.0.6" }, "devDependencies": { - "@antv/g-svg": "^2.0.8", - "@antv/g-webgl": "^2.0.11", + "@antv/g-svg": "^2.0.10", + "@antv/g-webgl": "^2.0.13", "@antv/layout-gpu": "^1.1.6", "@antv/layout-wasm": "^1.4.1", "@types/hull.js": "^1.0.4", diff --git a/packages/g6/src/version.ts b/packages/g6/src/version.ts index 2f19f5f42b1..fc4503a0301 100644 --- a/packages/g6/src/version.ts +++ b/packages/g6/src/version.ts @@ -1 +1 @@ -export const version = '5.0.11'; +export const version = '5.0.12'; diff --git a/packages/site/package.json b/packages/site/package.json index c15926626bc..e585a178296 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -38,38 +38,38 @@ "preview": "dumi preview" }, "dependencies": { - "@ant-design/icons": "^5.3.7", + "@ant-design/icons": "^5.4.0", "@antv/algorithm": "^0.1.26", "@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/g": "^6.0.12", + "@antv/g-svg": "^2.0.10", + "@antv/g-webgl": "^2.0.13", + "@antv/g2": "^5.2.2", "@antv/g6": "workspace:*", "@antv/g6-extension-3d": "workspace:*", "@antv/g6-extension-react": "workspace:*", - "@antv/layout": "^1.2.14-beta.5", + "@antv/layout": "1.2.14-beta.5", "@antv/layout-gpu": "^1.1.6", "@antv/layout-wasm": "^1.4.1", "@antv/util": "^3.3.7", - "antd": "^5.19.1", - "dumi": "^2.4.6", + "antd": "^5.20.0", + "dumi": "^2.4.7", "insert-css": "^2.0.0", "lodash": "^4.17.21", "react": "^18.3.1", "react-dom": "^18.3.1", "stats.js": "^0.17.0", - "styled-components": "^6.1.11" + "styled-components": "^6.1.12" }, "devDependencies": { "@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/api-documenter": "^7.25.10", + "@microsoft/api-extractor": "^7.47.5", + "@microsoft/api-extractor-model": "^7.29.4", "@microsoft/tsdoc": "^0.15.0", "@rushstack/node-core-library": "^4.3.0", "@types/fs-extra": "^11.0.4", - "@types/lodash": "^4.17.6", + "@types/lodash": "^4.17.7", "@types/react": "^18.3.3", "@types/resolve": "^1.20.6", "fs-extra": "^11.2.0",