diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index e3842012..36045f25 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -16,11 +16,10 @@ }, "license": "ISC", "devDependencies": { - "@storybook/react": "^3.4.7", - "@storybook/addon-actions": "^3.4.7", - "@storybook/addon-links": "^3.4.7", - "@storybook/addons": "^3.4.7", - "babel-core": "^6.26.3", - "babel-runtime": "^6.26.0" + "@storybook/addon-actions": "^4.1.7", + "@storybook/addon-links": "^4.1.7", + "@storybook/addons": "^4.1.7", + "@storybook/react": "^4.1.7", + "babel-loader": "^8.0.5" } }