Browse Source

feat: 修改mongoose版本

zhangweicheng 3 years atrás
parent
commit
7bb2a3dec2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      wise-cost-connect/package.json

+ 1 - 3
wise-cost-connect/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@sc/connect",
-  "version": "2.0.2",
+  "version": "2.0.3",
   "description": "",
   "main": "dist/index.js",
   "typings": "dist/index.d.ts",
@@ -27,12 +27,10 @@
     "@types/jest": "^26.0.10",
     "@types/node": "14",
     "cross-env": "^6.0.0",
-    "@types/mongoose": "5.11.97",
     "globby": "8.0.2",
     "jest": "^26.4.0",
     "mwts": "^1.0.5",
     "ts-jest": "^26.2.0",
     "typescript": "^4.0.0"
   }
-
 }