Skip to content

Commit

Permalink
feat: add support for picomatch v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored and thecodrr committed Jul 18, 2024
1 parent 3c608bd commit 6719a5b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/glob": "^8.1.0",
"@types/mock-fs": "^4.13.4",
"@types/node": "^20.9.4",
"@types/picomatch": "^2.3.3",
"@types/picomatch": "^3.0.0",
"@types/tap": "^15.0.11",
"@vitest/coverage-v8": "^0.34.6",
"all-files-in-tree": "^1.1.2",
Expand All @@ -64,7 +64,7 @@
"glob": "^10.3.10",
"klaw-sync": "^6.0.0",
"mock-fs": "^5.2.0",
"picomatch": "^3.0.1",
"picomatch": "^4.0.2",
"recur-readdir": "0.0.1",
"recursive-files": "^1.0.2",
"recursive-fs": "^2.1.0",
Expand All @@ -78,7 +78,7 @@
"walk-sync": "^3.0.0"
},
"peerDependencies": {
"picomatch": "3.x"
"picomatch": "^3 || ^4"
},
"peerDependenciesMeta": {
"picomatch": {
Expand Down

0 comments on commit 6719a5b

Please sign in to comment.