From 1953d413b46dd25519da7503891b43a1326cd629 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Wed, 8 Oct 2025 14:30:41 +0200 Subject: [PATCH] minimatch..again --- core/package.json | 1 + shared/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/core/package.json b/core/package.json index 9e745f948..a941eb30a 100644 --- a/core/package.json +++ b/core/package.json @@ -37,6 +37,7 @@ "devDependencies": { "@biomejs/biome": "2.0.0", "@types/i18n": "^0.13.4", + "@types/minimatch": "6.0.0", "@types/node": "^17.0.21", "@types/sodium-native": "^2.3.5", "config-schema": "*", diff --git a/shared/package.json b/shared/package.json index 92645d5da..9f15c67bc 100644 --- a/shared/package.json +++ b/shared/package.json @@ -26,6 +26,7 @@ }, "devDependencies": { "@biomejs/biome": "2.0.0", + "@types/minimatch": "6.0.0", "@types/node": "^17.0.21", "@types/uuid": "^10.0.0", "typescript": "^4.9.5",