diff options
Diffstat (limited to 'packages/core/package.json')
| -rw-r--r-- | packages/core/package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/core/package.json b/packages/core/package.json index 65c61671..ff8e36fc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -26,12 +26,14 @@ "diff": "^7.0.0", "dotenv": "^16.4.7", "fast-glob": "^3.3.3", + "minimatch": "^10.0.0", "shell-quote": "^1.8.2", "strip-ansi": "^7.1.0" }, "devDependencies": { "@types/diff": "^7.0.2", "@types/dotenv": "^6.1.1", + "@types/minimatch": "^5.1.2", "typescript": "^5.3.3", "vitest": "^3.1.1" }, |
