Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

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 5499b0b commit bbc0172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"component"
],
"peerDependencies": {
"react": "^16.4.0",
"react": "^16.4.0 || ^17.0.0",
"react-dom": "^16.4.0"
},
"devDependencies": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"husky": "4.3.0",
"jest-cli": "26.6.0",
"parcel-bundler": "1.12.4",
"react": "16.14.0",
"react": "17.0.0",
"react-dom": "16.14.0",
"react-json-view": "1.19.1",
"react-markdown": "4.3.1",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11557,14 +11557,13 @@ react-textarea-autosize@^6.1.0:
dependencies:
prop-types "^15.6.0"

react@16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
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-pkg-up@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit bbc0172

Please sign in to comment.