dependence @types/underscore

This commit is contained in:
liangtongchuan
2021-01-08 14:56:05 +08:00
parent 7458ed8c6c
commit b9dd5f3946
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -128,6 +128,11 @@
"@types/node": "*" "@types/node": "*"
} }
}, },
"@types/underscore": {
"version": "1.10.24",
"resolved": "https://registry.npm.taobao.org/@types/underscore/download/@types/underscore-1.10.24.tgz",
"integrity": "sha1-3t4ATe7Ts/mcTbC9ue4hyuJb790="
},
"accepts": { "accepts": {
"version": "1.3.7", "version": "1.3.7",
"resolved": "https://registry.npm.taobao.org/accepts/download/accepts-1.3.7.tgz", "resolved": "https://registry.npm.taobao.org/accepts/download/accepts-1.3.7.tgz",
+1
View File
@@ -20,6 +20,7 @@
"@types/mongoose": "^5.7.36", "@types/mongoose": "^5.7.36",
"@types/node": "8.10.54", "@types/node": "8.10.54",
"@types/redis": "^2.8.25", "@types/redis": "^2.8.25",
"@types/underscore": "^1.10.24",
"bcrypt": "^5.0.0", "bcrypt": "^5.0.0",
"bluebird": "^3.5.1", "bluebird": "^3.5.1",
"crc": "^3.5.0", "crc": "^3.5.0",