Browse Source

fix: 固定版本

Gaokun Wang 2 weeks ago
parent
commit
9176805366
2 changed files with 5 additions and 5 deletions
  1. 4 4
      package-lock.json
  2. 1 1
      package.json

+ 4 - 4
package-lock.json

@@ -9,7 +9,7 @@
       "version": "1.0.0",
       "hasInstallScript": true,
       "dependencies": {
-        "@antv/x6": "^1.34.5",
+        "@antv/x6": "1.34.5",
         "@electron-toolkit/preload": "^3.0.1",
         "@electron-toolkit/utils": "^4.0.0",
         "@element-plus/icons-vue": "^2.3.1",
@@ -63,9 +63,9 @@
       }
     },
     "node_modules/@antv/x6": {
-      "version": "1.35.1",
-      "resolved": "https://registry.npmmirror.com/@antv/x6/-/x6-1.35.1.tgz",
-      "integrity": "sha512-XLFSGbcT/MOI883YKql9J/CqHUCPZxgwfel+sNN1eQbHA+JXYsGt0t9+IJ1qieaYAlxjgio5up+S9I0n+8QL/A==",
+      "version": "1.34.5",
+      "resolved": "https://registry.npmmirror.com/@antv/x6/-/x6-1.34.5.tgz",
+      "integrity": "sha512-plp1s8Tb2E5mtKCIsWe7DcA6i7itlSBODcIPjRzVVc6ZGoi9BihH1tud4W+ffwrH/UsdkAyAYlxy9PSEuvmvrg==",
       "license": "MIT",
       "dependencies": {
         "csstype": "^3.0.3",

+ 1 - 1
package.json

@@ -21,7 +21,7 @@
     "build:linux": "npm run build && electron-builder --linux"
   },
   "dependencies": {
-    "@antv/x6": "^1.34.5",
+    "@antv/x6": "1.34.5",
     "@electron-toolkit/preload": "^3.0.1",
     "@electron-toolkit/utils": "^4.0.0",
     "@element-plus/icons-vue": "^2.3.1",