Skip to content

Commit

Permalink
fix: add webpack5 builder and manager to root dev deps
Browse files Browse the repository at this point in the history
The storybook build did not succeed without these dependencies in the root package.json.
  • Loading branch information
Alex authored and github-actions[bot] committed Jun 2, 2022
1 parent ebe6690 commit f095baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@storybook/builder-webpack5": "^6.5.6",
"@storybook/manager-webpack5": "^6.5.6",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
Expand Down

0 comments on commit f095baa

Please sign in to comment.