From 79e4981aa6cc9354276fc54cdf6d14eb08ab7fee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 22 六月 2023 15:59:04 +0800 Subject: [PATCH] Merge branch 'develop' of ssh://121.36.20.145:29418/~jinfei/pc-plat into develop --- package.json | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index c34f77a..ab2d13a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,16 @@ "@antv/g2": "^4.1.34", "@antv/g6": "^4.6.4", "@antv/util": "^2.0.17", - "@antv/x6": "^2.10.1", + "@antv/x6": "^2.11.1", + "@antv/x6-plugin-clipboard": "^2.1.6", + "@antv/x6-plugin-dnd": "^2.0.5", + "@antv/x6-plugin-history": "^2.2.3", + "@antv/x6-plugin-keyboard": "^2.2.1", + "@antv/x6-plugin-scroller": "^2.0.9", + "@antv/x6-plugin-selection": "^2.1.7", + "@antv/x6-plugin-snapline": "^2.1.7", + "@antv/x6-plugin-stencil": "^2.0.3", + "@antv/x6-plugin-transform": "^2.1.7", "@antv/xflow": "^1.0.50", "@babel/core": "7.5.5", "@svgr/webpack": "4.3.2", @@ -55,6 +64,7 @@ "identity-obj-proxy": "3.0.0", "immutability-helper": "^3.0.1", "immutable": "^4.0.0-rc.12", + "insert-css": "^2.0.0", "is-wsl": "^1.1.0", "jest": "24.8.0", "jest-environment-jsdom-fourteen": "0.1.0", -- Gitblit v1.8.0