Skip to content

Commit

Permalink
Merge pull request #25387 from kyletsang/fix-core-common-types
Browse files Browse the repository at this point in the history
Core: Move @types packages to dev deps in core-common
  • Loading branch information
ndelangen authored Feb 7, 2024
2 parents 1d8b5ea + ead01be commit 0dda3e2
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 0dda3e2

Please sign in to comment.