Fix core PNP dependencies

This commit is contained in:
Michael Shilman 2021-02-20 19:00:19 +08:00
parent 9f0a7154e6
commit ed16bfbb7c
2 changed files with 7 additions and 5 deletions

View File

@ -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
}

View File

@ -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
},