Skip to content

Commit

Permalink
chore: update picomatch version to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Nov 5, 2023
1 parent 2965752 commit 17cb7f3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 13 deletions.
44 changes: 34 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.0.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.13.0",
"@types/picomatch": "^2.3.0",
"@types/picomatch": "^2.3.2",
"@types/tap": "^15.0.8",
"@vitest/coverage-c8": "^0.29.8",
"all-files-in-tree": "^1.1.2",
Expand All @@ -64,7 +64,7 @@
"glob": "^10.3.3",
"klaw-sync": "^6.0.0",
"mock-fs": "^5.2.0",
"picomatch": "^2.3.1",
"picomatch": "^3.0.1",
"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": "2.x"
"picomatch": "3.x"
},
"peerDependenciesMeta": {
"picomatch": {
Expand Down

0 comments on commit 17cb7f3

Please sign in to comment.