Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix leaking @types/* from package.json dependencies #18169

Closed
wants to merge 6 commits into from
Prev Previous commit
Next Next commit
Moved @types/node-fetch and @types/pretty-hrtime from `dependenci…
…es` to `devDependencies` in the `@storybook/core-server` `package.json`
  • Loading branch information
mrauhu committed May 14, 2022
commit 68a49c942f7100a3bd0fe9505205b20326ed5b79
4 changes: 2 additions & 2 deletions lib/core-server/package.json
Original file line number Diff line number Diff line change
@@ -51,8 +51,6 @@
"@storybook/semver": "^7.3.2",
"@storybook/store": "6.5.0-beta.8",
"@storybook/telemetry": "6.5.0-beta.8",
"@types/node-fetch": "^2.5.7",
"@types/pretty-hrtime": "^1.0.0",
"@types/webpack": "^4.41.26",
"better-opn": "^2.1.1",
"boxen": "^5.1.2",
@@ -89,6 +87,8 @@
"@types/compression": "^1.7.0",
"@types/ip": "^1.1.0",
"@types/node": "^14.0.10 || ^16.0.0",
"@types/node-fetch": "^2.5.7",
"@types/pretty-hrtime": "^1.0.0",
"@types/serve-favicon": "^2.5.2",
"@types/ws": "^8",
"jest-specific-snapshot": "^4.0.0"