Skip to content

Commit

Permalink
Move picomatch to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Bardadym committed Dec 27, 2024
1 parent a281acb commit 5679c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"dependencies": {
"open": "^8.4.0",
"source-map": "^0.7.4",
"yargs": "^17.5.1"
"yargs": "^17.5.1",
"picomatch": "^4.0.2"
},
"peerDependencies": {
"rolldown": "1.x",
Expand Down Expand Up @@ -69,7 +70,6 @@
"del-cli": "^6.0.0",
"npm-run-all": "^4.1.5",
"oxlint": "^0.15.3",
"picomatch": "^4.0.2",
"postcss": "^8.4.14",
"postcss-url": "^10.1.3",
"preact": "^10.7.2",
Expand Down

0 comments on commit 5679c53

Please sign in to comment.