From 0eec49f26eee359b3071276d76bb27e81a002e5d Mon Sep 17 00:00:00 2001 From: shinshin86 Date: Fri, 13 May 2022 07:21:41 +0900 Subject: [PATCH] fix: error of could not find a declaration for minimist --- package.json | 1 + pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/package.json b/package.json index af762619..6e1cb106 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb2174e4..429b9b83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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