Browse Source

graph:feat:跟随draw111升级

haojianlong 4 years ago
parent
commit
ad79518db9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      saga-web-graph/package.json

+ 2 - 2
saga-web-graph/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/graph",
-    "version": "2.1.133",
+    "version": "2.1.134",
     "description": "上格云二维图形引擎。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -40,7 +40,7 @@
         "typescript": "^3.9.7"
     },
     "dependencies": {
-        "@saga-web/draw": "2.1.110",
+        "@saga-web/draw": "2.1.111",
         "@types/uuid": "^8.0.0"
     }
 }