Update react and react-dom range version in some addons using React Hooks

This commit is contained in:
Gaëtan Maisse 2020-11-02 08:35:26 +01:00
parent f3a6f13828
commit c8ce61732d
No known key found for this signature in database
GPG Key ID: D934C0EF3714A8A8
5 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

@ -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": {

View File

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

View File

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