Skip to content

Commit

Permalink
Declare cli as devdep
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Oct 18, 2023
1 parent e6efc94 commit bc5662e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"mocha": "^8.3.0",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi-reporters": "^1.5.1",
"parcel": "*",
"prettier": "2.4.1",
"punycode": "^1.4.1",
"rimraf": "^3.0.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/dev/bundle-stats-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"parcel-bundle-stats": "bin.js"
},
"engines": {
"node": ">= 12.0.0",
"parcel": "^2.9.3"
"node": ">= 12.0.0"
},
"dependencies": {
"@parcel/core": "2.10.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3666,6 +3666,7 @@ __metadata:
mocha: "npm:^8.3.0"
mocha-junit-reporter: "npm:^2.0.0"
mocha-multi-reporters: "npm:^1.5.1"
parcel: "npm:*"
prettier: "npm:2.4.1"
punycode: "npm:^1.4.1"
rimraf: "npm:^3.0.2"
Expand Down Expand Up @@ -15720,7 +15721,7 @@ __metadata:
languageName: unknown
linkType: soft

"parcel@npm:2.10.0, parcel@workspace:packages/core/parcel":
"parcel@npm:*, parcel@npm:2.10.0, parcel@workspace:packages/core/parcel":
version: 0.0.0-use.local
resolution: "parcel@workspace:packages/core/parcel"
dependencies:
Expand Down

0 comments on commit bc5662e

Please sign in to comment.