mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Merge pull request #18856 from storybookjs/norbert/sb-502-it-seems-core-server-is-still-depending
move webpack to be a devDependency
This commit is contained in:
commit
85db984dab
@ -74,7 +74,6 @@
|
||||
"ts-dedent": "^2.0.0",
|
||||
"util-deprecate": "^1.0.2",
|
||||
"watchpack": "^2.2.0",
|
||||
"webpack": "5",
|
||||
"ws": "^8.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -84,7 +83,8 @@
|
||||
"@types/serve-favicon": "^2.5.2",
|
||||
"@types/ws": "^8",
|
||||
"jest-specific-snapshot": "^4.0.0",
|
||||
"typescript": "~4.6.3"
|
||||
"typescript": "~4.6.3",
|
||||
"webpack": "5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user