diff options
| author | Brandon Keiji <[email protected]> | 2025-06-13 22:18:05 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-13 22:18:05 +0000 |
| commit | 209381f06f7ef5f95f6e4c7433b6ec858e4cf595 (patch) | |
| tree | 4908f101b3da25d9d35cdc3a2a2693988876c67b /packages/core | |
| parent | a2fe3d2ad055fadc6e3dcc032286a3e3ba2a0a8c (diff) | |
fix: add micromatch to package deps (#1020)
Diffstat (limited to 'packages/core')
| -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 c216905b..511167ec 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -35,6 +35,7 @@ "glob": "^10.4.5", "google-auth-library": "^9.11.0", "ignore": "^7.0.0", + "micromatch": "^4.0.8", "open": "^10.1.2", "shell-quote": "^1.8.2", "simple-git": "^3.28.0", @@ -45,6 +46,7 @@ "devDependencies": { "@types/diff": "^7.0.2", "@types/dotenv": "^6.1.1", + "@types/micromatch": "^4.0.8", "@types/minimatch": "^5.1.2", "@types/ws": "^8.5.10", "typescript": "^5.3.3", |
