From f1d300b3b0d89aadf7a1a64ff3ab84ae5834cb23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2019 11:42:20 +0000 Subject: [PATCH] Update @kadira/storybook requirement from ^1.36.0 to ^2.35.3 Updates the requirements on [@kadira/storybook](https://github.com/kadirahq/react-storybook) to permit the latest version. - [Release notes](https://github.com/kadirahq/react-storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/kadirahq/react-storybook/compare/v1.36.0...v2.35.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d84addf07..c791e4b77 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-dom": "^0.14.0 || ^15.0.0" }, "devDependencies": { - "@kadira/storybook": "^1.36.0", + "@kadira/storybook": "^2.35.3", "@kadira/storybook-deployer": "^1.0.0", "autoprefixer": "^6.3.6", "babel-cli": "^6.9.0",