Browse Source

修改鼠标滚轮上划滚动 ;删除无用依赖包

haojianlong 5 years ago
parent
commit
49403c83c1
1 changed files with 2 additions and 5 deletions
  1. 2 5
      package.json

+ 2 - 5
package.json

@@ -19,9 +19,6 @@
     "publish": "node publish.js"
   },
   "dependencies": {
-    "@sybotan-web/base": "2.1.5",
-    "@sybotan-web/draw": "2.1.56",
-    "@sybotan-web/graphy": "2.1.27",
     "axios": "^0.18.0",
     "echarts": "^4.1.0",
     "element-ui": "^2.11.0",
@@ -34,9 +31,9 @@
     "vuex": "^3.1.0",
     "cad-engine": "2.0.250",
     "@saga-web/base": "2.1.9",
-    "@saga-web/draw": "2.1.71",
+    "@saga-web/draw": "2.1.72",
     "@saga-web/graphy": "2.1.34",
-    "@saga-web/cad-engine": "2.0.522"
+    "@saga-web/cad-engine": "2.0.523"
   },
   "devDependencies": {
     "ajv": "^6.9.1",