Skip to content

Commit

Permalink
update storybook to 6.5.0 to solve typing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am committed Aug 18, 2022
1 parent f7e2068 commit 9bcbf1c
Show file tree
Hide file tree
Showing 2 changed files with 849 additions and 882 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
"@fortawesome/fontawesome-common-types": "~0.2.36",
"@size-limit/file": "^6.0.3",
"@size-limit/time": "^6.0.3",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/builder-webpack5": "^6.3.12",
"@storybook/manager-webpack5": "^6.3.12",
"@storybook/react": "^6.3.12",
"@storybook/addon-actions": "~6.5.0",
"@storybook/addon-essentials": "~6.5.0",
"@storybook/addon-links": "~6.5.0",
"@storybook/builder-webpack5": "~6.5.0",
"@storybook/manager-webpack5": "~6.5.0",
"@storybook/react": "~6.5.0",
"@testing-library/cypress": "^8.0.0",
"@testing-library/dom": "^8.7.1",
"@testing-library/jest-dom": "^5.14.1",
Expand Down Expand Up @@ -177,7 +177,7 @@
"@types/react": "^17.0.0",
"@types/react-notifications-component": "^3.1.1",
"@types/react-redux": "^7.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-dom": "5.3.0",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand Down Expand Up @@ -233,7 +233,7 @@
"react-outside-click-handler": "^1.3.0",
"react-pro-sidebar": "^0.7.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-router-dom": "5.3.0",
"react-svg-loader": "^3.0.3",
"react-svg-spinner": "^1.0.4",
"react-tabs": "^3.2.3",
Expand Down
Loading

0 comments on commit 9bcbf1c

Please sign in to comment.