diff --git a/lib/cli/package.json b/lib/cli/package.json index 372c6a11b256..f7fcdc9816b9 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -25,7 +25,7 @@ "test-latest-cra": "cd test && ./test_latest_cra.sh" }, "dependencies": { - "@storybook/codemod": "3.4.0-rc.2", + "@storybook/codemod": "7.0.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-register": "^6.26.0", @@ -34,7 +34,7 @@ "child-process-promise": "^2.2.1", "commander": "^2.15.0", "cross-spawn": "^6.0.5", - "jscodeshift": "^0.5.0", + "jscodeshift": "^0.14.0", "json5": "^0.5.1", "latest-version": "^3.1.0", "merge-dirs": "^0.2.1",