Skip to content

Commit 5679c53

Browse files
author
Denis Bardadym
committed
Move picomatch to dependencies
1 parent a281acb commit 5679c53

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"dependencies": {
3131
"open": "^8.4.0",
3232
"source-map": "^0.7.4",
33-
"yargs": "^17.5.1"
33+
"yargs": "^17.5.1",
34+
"picomatch": "^4.0.2"
3435
},
3536
"peerDependencies": {
3637
"rolldown": "1.x",
@@ -69,7 +70,6 @@
6970
"del-cli": "^6.0.0",
7071
"npm-run-all": "^4.1.5",
7172
"oxlint": "^0.15.3",
72-
"picomatch": "^4.0.2",
7373
"postcss": "^8.4.14",
7474
"postcss-url": "^10.1.3",
7575
"preact": "^10.7.2",

0 commit comments

Comments
 (0)