Skip to content

Commit

Permalink
chore(deps): update dependency react to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 20, 2020
1 parent 9ba28be commit 9d49289
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "rimraf lib tsconfig.tsbuildinfo"
},
"peerDependencies": {
"react": "^16.13.1",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1"
},
"dependencies": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"optimize-css-assets-webpack-plugin": "5.0.4",
"postcss-loader": "4.0.2",
"prettier": "2.1.1",
"react": "16.13.1",
"react": "17.0.0",
"react-dom": "16.13.1",
"react-svg-loader": "3.0.3",
"regenerator-runtime": "0.13.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clean": "rimraf lib tsconfig.tsbuildinfo"
},
"peerDependencies": {
"react": "^16.13.1",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1"
},
"dependencies": {
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10958,14 +10958,13 @@ react-svg-loader@3.0.3:
loader-utils "^1.2.3"
react-svg-core "^3.0.3"

react@16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
react@17.0.0:
version "17.0.0"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.0.tgz#ad96d5fa1a33bb9b06d0cc52672f7992d84aa662"
integrity sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.2"

read-cmd-shim@^1.0.1:
version "1.0.5"
Expand Down

0 comments on commit 9d49289

Please sign in to comment.