Skip to content

Commit

Permalink
upgrade boxen in the CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jan 23, 2024
1 parent 62337da commit ffc35e8
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/prompts": "^2.0.9",
"@types/util-deprecate": "^1.0.0",
"boxen": "^5.1.2",
"boxen": "^7.1.1",
"slash": "^5.0.0",
"strip-json-comments": "^3.1.1",
"typescript": "^5.3.2"
Expand Down
45 changes: 42 additions & 3 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5431,7 +5431,7 @@ __metadata:
"@types/util-deprecate": "npm:^1.0.0"
"@yarnpkg/fslib": "npm:2.10.3"
"@yarnpkg/libzip": "npm:2.3.0"
boxen: "npm:^5.1.2"
boxen: "npm:^7.1.1"
chalk: "npm:^4.1.0"
commander: "npm:^6.2.1"
cross-spawn: "npm:^7.0.3"
Expand Down Expand Up @@ -9385,7 +9385,7 @@ __metadata:
languageName: node
linkType: hard

"ansi-align@npm:^3.0.0":
"ansi-align@npm:^3.0.0, ansi-align@npm:^3.0.1":
version: 3.0.1
resolution: "ansi-align@npm:3.0.1"
dependencies:
Expand Down Expand Up @@ -10416,6 +10416,22 @@ __metadata:
languageName: node
linkType: hard

"boxen@npm:^7.1.1":
version: 7.1.1
resolution: "boxen@npm:7.1.1"
dependencies:
ansi-align: "npm:^3.0.1"
camelcase: "npm:^7.0.1"
chalk: "npm:^5.2.0"
cli-boxes: "npm:^3.0.0"
string-width: "npm:^5.1.2"
type-fest: "npm:^2.13.0"
widest-line: "npm:^4.0.1"
wrap-ansi: "npm:^8.1.0"
checksum: 3a9891dc98ac40d582c9879e8165628258e2c70420c919e70fff0a53ccc7b42825e73cda6298199b2fbc1f41f5d5b93b492490ad2ae27623bed3897ddb4267f8
languageName: node
linkType: hard

"bplist-parser@npm:^0.2.0":
version: 0.2.0
resolution: "bplist-parser@npm:0.2.0"
Expand Down Expand Up @@ -11143,6 +11159,13 @@ __metadata:
languageName: node
linkType: hard

"camelcase@npm:^7.0.1":
version: 7.0.1
resolution: "camelcase@npm:7.0.1"
checksum: 3adfc9a0e96d51b3a2f4efe90a84dad3e206aaa81dfc664f1bd568270e1bf3b010aad31f01db16345b4ffe1910e16ab411c7273a19a859addd1b98ef7cf4cfbd
languageName: node
linkType: hard

"can-symlink@npm:^1.0.0":
version: 1.0.0
resolution: "can-symlink@npm:1.0.0"
Expand Down Expand Up @@ -11200,7 +11223,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0, chalk@npm:^5.0.0, chalk@npm:^5.3.0":
"chalk@npm:5.3.0, chalk@npm:^5.0.0, 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 @@ -11451,6 +11474,13 @@ __metadata:
languageName: node
linkType: hard

"cli-boxes@npm:^3.0.0":
version: 3.0.0
resolution: "cli-boxes@npm:3.0.0"
checksum: 4db3e8fbfaf1aac4fb3a6cbe5a2d3fa048bee741a45371b906439b9ffc821c6e626b0f108bdcd3ddf126a4a319409aedcf39a0730573ff050fdd7b6731e99fb9
languageName: node
linkType: hard

"cli-cursor@npm:3.1.0, cli-cursor@npm:^3.1.0":
version: 3.1.0
resolution: "cli-cursor@npm:3.1.0"
Expand Down Expand Up @@ -29725,6 +29755,15 @@ __metadata:
languageName: node
linkType: hard

"widest-line@npm:^4.0.1":
version: 4.0.1
resolution: "widest-line@npm:4.0.1"
dependencies:
string-width: "npm:^5.0.1"
checksum: 7da9525ba45eaf3e4ed1a20f3dcb9b85bd9443962450694dae950f4bdd752839747bbc14713522b0b93080007de8e8af677a61a8c2114aa553ad52bde72d0f9c
languageName: node
linkType: hard

"wildcard@npm:^2.0.0":
version: 2.0.1
resolution: "wildcard@npm:2.0.1"
Expand Down

0 comments on commit ffc35e8

Please sign in to comment.