diff --git a/code/lib/cli/package.json b/code/lib/cli/package.json index 70a62fe9d9fe..0b13ece2c5f5 100644 --- a/code/lib/cli/package.json +++ b/code/lib/cli/package.json @@ -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", @@ -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", @@ -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",