diff --git a/package.json b/package.json index 13a0e55..bdd1653 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "devDependencies": { "@sindresorhus/tsconfig": "^8.1.0", "@types/node": "^25.5.0", + "picomatch": "^4.0.4", "typescript": "^5.9.3", "vite": "^8.0.3", "vite-plus": "^0.1.18", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a9828db..f0468a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,6 +27,9 @@ importers: '@types/node': specifier: ^25.5.0 version: 25.5.2 + picomatch: + specifier: ^4.0.4 + version: 4.0.4 typescript: specifier: ^5.9.3 version: 5.9.3