mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Update react
and react-dom
range version in some addons using React Hooks
This commit is contained in:
parent
f3a6f13828
commit
c8ce61732d
@ -55,8 +55,8 @@
|
||||
"@types/webpack-env": "^1.15.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "15 || 16 || ^17.0.0",
|
||||
"react-dom": "15 || 16 || ^17.0.0"
|
||||
"react": "^16.8.3 || ^17.0.0",
|
||||
"react-dom": "^16.8.3 || ^17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -117,8 +117,8 @@
|
||||
"@babel/core": "^7.11.5",
|
||||
"@storybook/vue": "6.1.0-alpha.35",
|
||||
"babel-loader": "^8.0.0",
|
||||
"react": "15 || 16 || ^17.0.0",
|
||||
"react-dom": "15 || 16 || ^17.0.0",
|
||||
"react": "^16.8.3 || ^17.0.0",
|
||||
"react-dom": "^16.8.3 || ^17.0.0",
|
||||
"sveltedoc-parser": "^3.0.4",
|
||||
"vue": "^2.6.10",
|
||||
"webpack": ">=4"
|
||||
|
@ -51,8 +51,8 @@
|
||||
"@babel/core": "^7.9.6",
|
||||
"@storybook/vue": "6.1.0-alpha.35",
|
||||
"babel-loader": "^8.0.0",
|
||||
"react": "15 || 16 || ^17.0.0",
|
||||
"react-dom": "15 || 16 || ^17.0.0",
|
||||
"react": "^16.8.3 || ^17.0.0",
|
||||
"react-dom": "^16.8.3 || ^17.0.0",
|
||||
"webpack": ">=4"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
|
@ -49,8 +49,8 @@
|
||||
"@types/react-syntax-highlighter": "^11.0.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "15 || 16 || ^17.0.0",
|
||||
"react-dom": "15 || 16 || ^17.0.0"
|
||||
"react": "^16.8.3 || ^17.0.0",
|
||||
"react-dom": "^16.8.3 || ^17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -42,8 +42,8 @@
|
||||
"regenerator-runtime": "^0.13.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "15 || 16 || ^17.0.0",
|
||||
"react-dom": "15 || 16 || ^17.0.0"
|
||||
"react": "^16.8.3 || ^17.0.0",
|
||||
"react-dom": "^16.8.3 || ^17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
Loading…
x
Reference in New Issue
Block a user