Skip to content

Commit 5e5019d

Browse files
authored
Merge pull request #25713 from storybookjs/yann/update-boxen
CLI: Upgrade boxen library
2 parents f1062fa + 6d61830 commit 5e5019d

File tree

5 files changed

+94
-420
lines changed

5 files changed

+94
-420
lines changed

code/lib/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@types/cross-spawn": "^6.0.2",
9797
"@types/prompts": "^2.0.9",
9898
"@types/util-deprecate": "^1.0.0",
99-
"boxen": "^5.1.2",
99+
"boxen": "^7.1.1",
100100
"slash": "^5.0.0",
101101
"strip-json-comments": "^3.1.1",
102102
"typescript": "^5.3.2"

code/lib/core-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@types/ip": "^1.1.0",
105105
"@types/node-fetch": "^2.5.7",
106106
"@types/ws": "^8",
107-
"boxen": "^5.1.2",
107+
"boxen": "^7.1.1",
108108
"node-fetch": "^3.3.1",
109109
"slash": "^5.0.0",
110110
"typescript": "^5.3.2"

0 commit comments

Comments
 (0)