From d51bd09ca675482267cb66702215c512cb629cd7 Mon Sep 17 00:00:00 2001 From: Peter Colapietro Date: Tue, 7 Dec 2021 17:55:33 -0500 Subject: [PATCH] chore: bump storybook to 6.4 see: - https://github.com/redwoodjs/redwood/pull/3515#issuecomment-984942484 - https://github.com/storybookjs/storybook/pull/15925 --- packages/testing/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/testing/package.json b/packages/testing/package.json index 117efdc01fff..4ae1c815c5f3 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -17,10 +17,10 @@ "@redwoodjs/internal": "0.39.3", "@redwoodjs/router": "0.39.3", "@redwoodjs/web": "0.39.3", - "@storybook/addon-a11y": "6.3.12", - "@storybook/builder-webpack5": "6.3.12", - "@storybook/manager-webpack5": "6.3.12", - "@storybook/react": "6.3.12", + "@storybook/addon-a11y": "6.4.8", + "@storybook/builder-webpack5": "6.4.8", + "@storybook/manager-webpack5": "6.4.8", + "@storybook/react": "6.4.8", "@testing-library/jest-dom": "5.16.1", "@testing-library/react": "12.1.2", "@testing-library/user-event": "13.5.0",