瀏覽代碼

底层支持库版本更新

haojianlong 4 年之前
父節點
當前提交
6585240e44
共有 2 個文件被更改,包括 11 次插入11 次删除
  1. 8 8
      package-lock.json
  2. 3 3
      package.json

+ 8 - 8
package-lock.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/cad-engine",
-    "version": "2.0.562",
+    "version": "2.0.564",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
@@ -30,19 +30,19 @@
             "integrity": "sha512-V5Xgh02IFmRgM0/7Hkm34RFS/VHepK7786LefuJLyuRh0B48DNJSPrkBAgad5Rl5VM76c8hSQikiS/fyuy7nDQ=="
         },
         "@saga-web/draw": {
-            "version": "2.1.76",
-            "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@saga-web/draw/-/draw-2.1.76.tgz",
-            "integrity": "sha512-AxocsclwyNPxnASp0SfQabGSXv7UafkzwCLuTX8lRODJG9PdnPXR2ntaY/Ev5t4mZaqzKmkSP6I4WmSEwk1Mag==",
+            "version": "2.1.78",
+            "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@saga-web/draw/-/draw-2.1.78.tgz",
+            "integrity": "sha512-OpR92iJduF6FzLRuSVLWLp4heEbbC1M2d1V+zpI1ZSNvDqd+3sIgT1PhpcoIEz4s/vSZMHcFgPIrjAKB5swEgA==",
             "requires": {
                 "@saga-web/base": "^2.1.9"
             }
         },
         "@saga-web/graphy": {
-            "version": "2.1.48",
-            "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@saga-web/graphy/-/graphy-2.1.48.tgz",
-            "integrity": "sha512-2Ciyh/DG1AYr12NEvPdpYqk0xKlK89poakycLBXNykptJT8Ab+h1WhOl0wwCszltENqC4GcJN8XEIvorp0SLaQ==",
+            "version": "2.1.50",
+            "resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/@saga-web/graphy/-/graphy-2.1.50.tgz",
+            "integrity": "sha512-+dDIfBNjFfoiHleBBoQnl4oT7IaZ3tc1AfVXqDGW1ZXQvoQGWQt2i8er58ygLEHIRj0F0HLN3vWjibvLLLAPEA==",
             "requires": {
-                "@saga-web/draw": "^2.1.76"
+                "@saga-web/draw": "^2.1.78"
             }
         },
         "@types/eslint-visitor-keys": {

+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/cad-engine",
-    "version": "2.0.562",
+    "version": "2.0.564",
     "description": "上格云 CAD图形引擎。",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -32,8 +32,8 @@
     },
     "dependencies": {
         "@saga-web/base": "2.1.9",
-        "@saga-web/draw": "2.1.76",
-        "@saga-web/graphy": "2.1.48",
+        "@saga-web/draw": "2.1.78",
+        "@saga-web/graphy": "2.1.50",
         "axios": "^0.18.0",
         "pako": "^1.0.10",
         "poly-decomp": "^0.3.0",