@nocobase/plugin-graph-collection-manager 0.12.0-alpha.5 → 0.13.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,13 +4,19 @@
4
4
  "displayName.zh-CN": "数据库可视化管理",
5
5
  "description": "database collection manage",
6
6
  "description.zh-CN": "数据库管理。",
7
- "version": "0.12.0-alpha.5",
7
+ "version": "0.13.0-alpha.1",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
11
11
  "@ant-design/icons": "5.x",
12
- "@antv/x6": "^1.9.0",
13
- "@antv/x6-react-shape": "^1.6.2",
12
+ "@antv/x6": "^2.0.0",
13
+ "@antv/x6-plugin-dnd": "^2.0.0",
14
+ "@antv/x6-plugin-export": "^2.0.0",
15
+ "@antv/x6-plugin-minimap": "^2.0.0",
16
+ "@antv/x6-plugin-scroller": "^2.0.0",
17
+ "@antv/x6-plugin-selection": "^2.0.0",
18
+ "@antv/x6-plugin-snapline": "^2.0.0",
19
+ "@antv/x6-react-shape": "^2.0.0",
14
20
  "@formily/react": "2.x",
15
21
  "@formily/reactive": "2.x",
16
22
  "@formily/shared": "2.x",
@@ -27,5 +33,5 @@
27
33
  "@nocobase/test": "0.x",
28
34
  "@nocobase/utils": "0.x"
29
35
  },
30
- "gitHead": "689cc16e83361c4d0b91907e0deac30bdb907692"
36
+ "gitHead": "0ebd4e85a1b0b0d0943768ab6cb5c3d824562239"
31
37
  }