mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:41:08 +08:00
Fix core PNP dependencies
This commit is contained in:
parent
9f0a7154e6
commit
ed16bfbb7c
@ -101,10 +101,14 @@
|
||||
"webpack-bundle-analyzer": "^4.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@storybook/builder-webpack5": "6.2.0-alpha.29",
|
||||
"react": "^16.8.0 || ^17.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@storybook/builder-webpack5": {
|
||||
"optional": true
|
||||
},
|
||||
"typescript": {
|
||||
"optional": true
|
||||
}
|
||||
|
@ -40,13 +40,11 @@
|
||||
"@storybook/core-server": "6.2.0-alpha.29"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@storybook/builder-webpack4": "6.2.0-alpha.29",
|
||||
"@storybook/builder-webpack5": "6.2.0-alpha.29"
|
||||
"@storybook/builder-webpack5": "6.2.0-alpha.29",
|
||||
"react": "^16.8.0 || ^17.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@storybook/builder-webpack4": {
|
||||
"optional": true
|
||||
},
|
||||
"@storybook/builder-webpack5": {
|
||||
"optional": true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user