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

Core: Move @types packages to dev deps in core-common #25387

Merged
merged 7 commits into from
Feb 7, 2024
8 changes: 4 additions & 4 deletions code/lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
"@storybook/csf-tools": "workspace:*",
"@storybook/node-logger": "workspace:*",
"@storybook/types": "workspace:*",
"@types/find-cache-dir": "^3.2.1",
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.4",
"@types/pretty-hrtime": "^1.0.0",
"@yarnpkg/fslib": "2.10.3",
"@yarnpkg/libzip": "2.3.0",
"chalk": "^4.1.0",
Expand All @@ -78,9 +74,13 @@
"util": "^0.12.4"
},
"devDependencies": {
"@types/find-cache-dir": "^3.2.1",
"@types/fs-extra": "^11.0.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.4",
"@types/picomatch": "^2.3.0",
"@types/pretty-hrtime": "^1.0.0",
"mock-fs": "^5.2.0",
"slash": "^5.0.0",
"type-fest": "~2.19",
Expand Down
Loading