feat: types lodash-es

This commit is contained in:
FairyEver 2022-01-12 15:49:07 +08:00
parent 9ee3b55644
commit d2d469eb8a
2 changed files with 20 additions and 0 deletions

19
package-lock.json generated
View File

@ -28,6 +28,7 @@
},
"devDependencies": {
"@iconify/json": "^1.1.446",
"@types/lodash-es": "^4.17.5",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.26",
@ -765,6 +766,15 @@
"integrity": "sha1-ZBFQ/BzaNvv6Mp3mA7uxddfuIMA=",
"license": "MIT"
},
"node_modules/@types/lodash-es": {
"version": "4.17.5",
"resolved": "https://registry.npmmirror.com/@types/lodash-es/download/@types/lodash-es-4.17.5.tgz",
"integrity": "sha1-HD/dFoSdhK6kOJCxxg2jeftQE1M=",
"dev": true,
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/markdown-it": {
"version": "12.2.3",
"resolved": "https://registry.npmmirror.com/@types/markdown-it/download/@types/markdown-it-12.2.3.tgz",
@ -7149,6 +7159,15 @@
"resolved": "https://registry.npmmirror.com/@types/lodash/download/@types/lodash-4.14.176.tgz?cache=0&sync_timestamp=1634769182663&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40types%2Flodash%2Fdownload%2F%40types%2Flodash-4.14.176.tgz",
"integrity": "sha1-ZBFQ/BzaNvv6Mp3mA7uxddfuIMA="
},
"@types/lodash-es": {
"version": "4.17.5",
"resolved": "https://registry.npmmirror.com/@types/lodash-es/download/@types/lodash-es-4.17.5.tgz",
"integrity": "sha1-HD/dFoSdhK6kOJCxxg2jeftQE1M=",
"dev": true,
"requires": {
"@types/lodash": "*"
}
},
"@types/markdown-it": {
"version": "12.2.3",
"resolved": "https://registry.npmmirror.com/@types/markdown-it/download/@types/markdown-it-12.2.3.tgz",

View File

@ -27,6 +27,7 @@
},
"devDependencies": {
"@iconify/json": "^1.1.446",
"@types/lodash-es": "^4.17.5",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.26",