Skip to content

Commit

Permalink
Fix @storybook/test - should be in devDependencies, not `dependen…
Browse files Browse the repository at this point in the history
…cies` (elastic#7719)
  • Loading branch information
cee-chen authored and mgadewoll committed May 3, 2024
1 parent 630dadc commit c257fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelogs/upcoming/7719.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed the `@storybook/test` dependency to be listed in `devDependencies` and not `dependencies`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
],
"dependencies": {
"@hello-pangea/dnd": "^16.6.0",
"@storybook/test": "^8.0.5",
"@types/lodash": "^4.14.202",
"@types/numeral": "^2.0.5",
"@types/react-window": "^1.8.8",
Expand Down Expand Up @@ -127,6 +126,7 @@
"@storybook/blocks": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/react-webpack5": "^8.0.5",
"@storybook/test": "^8.0.5",
"@svgr/core": "8.0.0",
"@svgr/plugin-jsx": "^8.0.1",
"@svgr/plugin-svgo": "^8.0.1",
Expand Down

0 comments on commit c257fd9

Please sign in to comment.