Skip to content

Commit

Permalink
chore(storybook): upgrade to Storybook 6.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Dec 14, 2021
1 parent 6ea84a0 commit 52b07b6
Show file tree
Hide file tree
Showing 3 changed files with 348 additions and 347 deletions.
1 change: 1 addition & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ module.exports = {
storyStoreV7: true,
interactionsDebugger: true,
},
framework: '@storybook/react',
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@storybook/addon-a11y": "^6.4.7",
"@storybook/addon-essentials": "^6.4.7",
"@storybook/addon-interactions": "^6.4.7",
"@storybook/addon-storyshots": "^6.4.7",
"@storybook/addon-a11y": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-interactions": "^6.4.9",
"@storybook/addon-storyshots": "^6.4.9",
"@storybook/jest": "^0.0.5",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.4.7",
"@storybook/react": "^6.4.9",
"@storybook/testing-library": "^0.0.7",
"@storybook/testing-react": "^1.2.0",
"@storybook/testing-react": "^1.2.2",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
Expand All @@ -83,7 +83,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.1",
"eslint-plugin-storybook": "^0.5.3",
"husky": ">=6",
"jest-axe": "^4.1.0",
"jest-canvas-mock": "^2.3.1",
Expand Down
Loading

0 comments on commit 52b07b6

Please sign in to comment.