Skip to content

Commit

Permalink
💚 add missing peer dependencies for storybook (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvSven authored May 31, 2022
1 parent 4fc8ce5 commit a07becd
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 256 deletions.
7 changes: 6 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
},
"devDependencies": {
"@algolia/client-search": "^4.13.0",
"@babel/core": "^7.9.6",
"@mdx-js/react": "^2.1.1",
"@next/eslint-plugin-next": "^12.1.0",
"@storybook/addon-docs": "^6.5.6",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
Expand All @@ -90,7 +93,9 @@
"jest-environment-jsdom": "^28.1.0",
"jest-styled-components": "^7.0.8",
"prettier": "2.6.2",
"require-from-string": "^2.0.2",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "4.6.3"
"typescript": "4.6.3",
"webpack": "^4.44.2"
}
}
Loading

0 comments on commit a07becd

Please sign in to comment.