feat: types lodash-es
This commit is contained in:
parent
9ee3b55644
commit
d2d469eb8a
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue