Skip to content

Commit

Permalink
Update minor dependency versions in cli/
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed Jul 15, 2023
1 parent 54fc183 commit 5f91ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"prepack": "yarn ncp ../README.md README.md"
},
"dependencies": {
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"find-package-json": "^1.2.0",
"open": "^9.0.0"
"open": "^9.1.0"
},
"devDependencies": {
"ncp": "^2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.2.0":
"chalk@npm:^5.3.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09
Expand Down Expand Up @@ -3168,11 +3168,11 @@ __metadata:
version: 0.0.0-use.local
resolution: "njt@workspace:cli"
dependencies:
chalk: "npm:^5.2.0"
chalk: "npm:^5.3.0"
commander: "npm:^11.0.0"
find-package-json: "npm:^1.2.0"
ncp: "npm:^2.0.0"
open: "npm:^9.0.0"
open: "npm:^9.1.0"
bin:
njt: cli.js
languageName: unknown
Expand Down Expand Up @@ -3339,7 +3339,7 @@ __metadata:
languageName: node
linkType: hard

"open@npm:^9.0.0, open@npm:^9.1.0":
"open@npm:^9.1.0":
version: 9.1.0
resolution: "open@npm:9.1.0"
dependencies:
Expand Down

0 comments on commit 5f91ac0

Please sign in to comment.