Skip to content

Commit

Permalink
Merge pull request #23080 from storybookjs/norbert/boxen-prebundled
Browse files Browse the repository at this point in the history
CLI: Prebundle boxen to resolve a ESM/CJS incompatibility
(cherry picked from commit 56b77e4)
  • Loading branch information
shilman committed Jun 17, 2023
1 parent ffed6a9 commit f8c416a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/lib/cli/package.json
Expand Up @@ -65,7 +65,6 @@
"@storybook/telemetry": "7.0.22",
"@storybook/types": "7.0.22",
"@types/semver": "^7.3.4",
"boxen": "^5.1.2",
"chalk": "^4.1.0",
"commander": "^6.2.1",
"cross-spawn": "^7.0.3",
Expand Down Expand Up @@ -102,6 +101,7 @@
"@types/semver": "^7.3.4",
"@types/shelljs": "^0.8.7",
"@types/util-deprecate": "^1.0.0",
"boxen": "^5.1.2",
"slash": "^5.0.0",
"strip-json-comments": "^3.1.1",
"typescript": "~4.9.3"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-server/package.json
Expand Up @@ -74,7 +74,6 @@
"@types/pretty-hrtime": "^1.0.0",
"@types/semver": "^7.3.4",
"better-opn": "^2.1.1",
"boxen": "^5.1.2",
"chalk": "^4.1.0",
"cli-table3": "^0.6.1",
"compression": "^1.7.4",
Expand Down Expand Up @@ -102,6 +101,7 @@
"@types/ip": "^1.1.0",
"@types/serve-favicon": "^2.5.2",
"@types/ws": "^8",
"boxen": "^5.1.2",
"jest-os-detection": "^1.3.1",
"jest-specific-snapshot": "^7.0.0",
"slash": "^5.0.0",
Expand Down

0 comments on commit f8c416a

Please sign in to comment.