Skip to content

Commit

Permalink
Merge pull request #28481 from storybookjs/norbert/prebundle-cli-more
Browse files Browse the repository at this point in the history
Bug: Prebundle `get-npm-tarball-url`
  • Loading branch information
valentinpalkovic authored Jul 8, 2024
2 parents d3d25f1 + 8582116 commit d44f9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/types": "^7.24.0",
"@ndelangen/get-tarball": "^3.0.7",
"@storybook/codemod": "workspace:*",
"@storybook/core": "workspace:*",
"@types/semver": "^7.3.4",
Expand All @@ -303,7 +302,6 @@
"fd-package-json": "^1.2.0",
"find-up": "^5.0.0",
"fs-extra": "^11.1.0",
"get-npm-tarball-url": "^2.0.3",
"giget": "^1.0.0",
"globby": "^14.0.1",
"jscodeshift": "^0.15.1",
Expand All @@ -318,10 +316,12 @@
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@ndelangen/get-tarball": "^3.0.7",
"@types/cross-spawn": "^6.0.2",
"@types/prompts": "^2.0.9",
"@types/util-deprecate": "^1.0.0",
"boxen": "^7.1.1",
"get-npm-tarball-url": "^2.0.3",
"slash": "^5.0.0",
"strip-ansi": "^7.1.0",
"strip-json-comments": "^3.1.1",
Expand Down

0 comments on commit d44f9af

Please sign in to comment.