diff --git a/examples/with-storybook/package.json b/examples/with-storybook/package.json index ceec9bcfecda8..36b8442207def 100644 --- a/examples/with-storybook/package.json +++ b/examples/with-storybook/package.json @@ -17,10 +17,10 @@ }, "license": "MIT", "devDependencies": { - "@storybook/addon-essentials": "6.0.26", + "@storybook/addon-essentials": "6.1.20", "@storybook/addon-links": "6.0.26", - "@storybook/react": "6.0.26", + "@storybook/react": "6.1.20", "babel-loader": "^8.0.5", - "serve": "11.3.2" + "serve": "12.0.0" } }