chore: add minimatch, a glob matcher
This commit is contained in:
parent
c42c6ae6e2
commit
6c114d3021
|
@ -125,6 +125,7 @@
|
|||
"happy-dom": "17.4.4",
|
||||
"intersection-observer": "0.12.2",
|
||||
"micromatch": "4.0.8",
|
||||
"minimatch": "10.0.1",
|
||||
"msw": "2.7.3",
|
||||
"msw-storybook-addon": "2.0.4",
|
||||
"nodemon": "3.1.9",
|
||||
|
|
|
@ -1007,6 +1007,9 @@ importers:
|
|||
micromatch:
|
||||
specifier: 4.0.8
|
||||
version: 4.0.8
|
||||
minimatch:
|
||||
specifier: 10.0.1
|
||||
version: 10.0.1
|
||||
msw:
|
||||
specifier: 2.7.3
|
||||
version: 2.7.3(@types/node@22.13.11)(typescript@5.8.2)
|
||||
|
@ -14515,7 +14518,7 @@ snapshots:
|
|||
|
||||
'@stylistic/eslint-plugin@2.13.0(eslint@9.22.0)(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.27.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
'@typescript-eslint/utils': 8.29.0(eslint@9.22.0)(typescript@5.8.2)
|
||||
eslint: 9.22.0
|
||||
eslint-visitor-keys: 4.2.0
|
||||
espree: 10.3.0
|
||||
|
|
Loading…
Reference in New Issue