Skip to content

Commit

Permalink
Update storybook dependencies to v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and buberdds committed Aug 25, 2023
1 parent b534455 commit 4b9044e
Show file tree
Hide file tree
Showing 4 changed files with 1,377 additions and 1,498 deletions.
1 change: 1 addition & 0 deletions .changelog/749.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update storybook dependencies to v7.3.2
2 changes: 1 addition & 1 deletion .storybook/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (1.2.3).
* Mock Service Worker (1.2.4).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"**/@emotion/styled": "11.11.0",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"react-refresh": "0.14.0"
"react-refresh": "0.14.0",
"jackspeak": "2.1.1",
"eslint-plugin-react": "7.32.2"
},
"alias": {
"swiper/element/bundle": "swiper/swiper-element-bundle"
Expand Down Expand Up @@ -88,13 +90,13 @@
"@emotion/jest": "11.11.0",
"@parcel/packager-raw-url": "2.9.3",
"@parcel/transformer-webmanifest": "2.9.3",
"@storybook/addon-actions": "7.0.27",
"@storybook/addon-essentials": "7.0.27",
"@storybook/addon-interactions": "7.0.27",
"@storybook/addon-links": "7.0.27",
"@storybook/addon-viewport": "7.0.27",
"@storybook/react": "7.0.27",
"@storybook/react-webpack5": "7.0.27",
"@storybook/addon-actions": "7.3.2",
"@storybook/addon-essentials": "7.3.2",
"@storybook/addon-interactions": "7.3.2",
"@storybook/addon-links": "7.3.2",
"@storybook/addon-viewport": "7.3.2",
"@storybook/react": "7.3.2",
"@storybook/react-webpack5": "7.3.2",
"@storybook/testing-library": "0.2.0",
"@testing-library/jest-dom": "6.1.2",
"@testing-library/react": "14.0.0",
Expand All @@ -121,7 +123,7 @@
"prettier": "3.0.2",
"process": "0.11.10",
"react-app-polyfill": "3.0.0",
"storybook": "7.0.27",
"storybook": "7.3.2",
"storybook-addon-react-router-v6": "2.0.5",
"stream-browserify": "3.0.0",
"ts-jest": "29.1.1",
Expand Down
Loading

0 comments on commit 4b9044e

Please sign in to comment.