Skip to content

Commit

Permalink
📌 Add some storybook dependencies directly to the devDependencies
Browse files Browse the repository at this point in the history
These were hoisted to the top already and functional, but were still outputting
warnings during installation because they're not explicitly
specified.
  • Loading branch information
sergei-maertens committed Dec 20, 2023
1 parent 4bdd489 commit abbd766
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,15 @@
"@storybook/addon-interactions": "^7.0.22",
"@storybook/addon-links": "^7.0.22",
"@storybook/api": "^7.0.22",
"@storybook/components": "^7.0.0",
"@storybook/jest": "^0.1.0",
"@storybook/manager-api": "^7.0.0",
"@storybook/preview-api": "^7.0.0",
"@storybook/react": "^7.0.22",
"@storybook/react-webpack5": "^7.0.22",
"@storybook/test-runner": "^0.12.0",
"@storybook/testing-library": "^0.1.0",
"@storybook/types": "^7.0.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/dom": ">=8.20.0",
"@testing-library/jest-dom": "^5.14.1",
Expand Down
Loading

0 comments on commit abbd766

Please sign in to comment.