Skip to content

Commit bd411ba

Browse files
committed
Revert "Downgrade minimatch to to still support nodejs 18"
This reverts commit f8bdbf1.
1 parent f8bdbf1 commit bd411ba

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
"stimulus-use": "^0.52.0",
100100
"tom-select": "^2.1.0",
101101
"ts-loader": "^9.2.6",
102-
"typescript": "^5.7.2",
103-
"minimatch": "^9.0.5"
102+
"typescript": "^5.7.2"
104103
}
105104
}

yarn.lock

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,13 +2584,6 @@ brace-expansion@^1.1.7:
25842584
balanced-match "^1.0.0"
25852585
concat-map "0.0.1"
25862586

2587-
brace-expansion@^2.0.1:
2588-
version "2.0.2"
2589-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
2590-
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
2591-
dependencies:
2592-
balanced-match "^1.0.0"
2593-
25942587
braces@^3.0.3, braces@~3.0.2:
25952588
version "3.0.3"
25962589
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -4882,13 +4875,6 @@ minimatch@^3.0.4, minimatch@^3.1.1:
48824875
dependencies:
48834876
brace-expansion "^1.1.7"
48844877

4885-
minimatch@^9.0.5:
4886-
version "9.0.5"
4887-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
4888-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
4889-
dependencies:
4890-
brace-expansion "^2.0.1"
4891-
48924878
minimist@^1.2.5:
48934879
version "1.2.8"
48944880
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)