fix: error of could not find a declaration for minimist

pull/622/head
shinshin86 3 years ago
parent 0d38dbec38
commit 0eec49f26e

@ -94,6 +94,7 @@
"@types/lru-cache": "^5.1.0",
"@types/markdown-it": "^12.0.1",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^15.6.1",
"@types/polka": "^0.5.3",
"chalk": "^4.1.1",

@ -20,6 +20,7 @@ importers:
'@types/lru-cache': ^5.1.0
'@types/markdown-it': ^12.0.1
'@types/micromatch': ^4.0.2
'@types/minimist': ^1.2.2
'@types/node': ^15.6.1
'@types/polka': ^0.5.3
'@vitejs/plugin-vue': ^2.3.2
@ -85,6 +86,7 @@ importers:
'@types/lru-cache': 5.1.1
'@types/markdown-it': 12.2.3
'@types/micromatch': 4.0.2
'@types/minimist': 1.2.2
'@types/node': 15.14.9
'@types/polka': 0.5.4
chalk: 4.1.2

Loading…
Cancel
Save