Skip to content

Commit

Permalink
chore(dep): bump min react version to 16.8 to support hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoebe Gao committed Feb 17, 2021
1 parent 56769ab commit d154e36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -266,7 +266,7 @@
"react-transition-group": "^2.3.1"
},
"peerDependencies": {
"react": ">=16.3.0",
"react": ">=16.8.0",
"react-dom": ">=16.3.0"
},
"devDependencies": {
Expand Down Expand Up @@ -306,7 +306,7 @@
"mini-css-extract-plugin": "^0.9.0",
"ncp": "^2.0.0",
"raw-loader": "^1.0.0",
"react": "^16.3.2",
"react": "^16.8.0",
"react-app-rewired": "^1.6.2",
"react-dom": "^16.3.2",
"react-helmet": "^5.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -12144,10 +12144,10 @@ react-transition-group@^2.3.1:
prop-types "^15.6.2"
react-lifecycles-compat "^3.0.4"

react@^16.3.2:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
react@^16.8.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react/-/react-16.14.0.tgz#94d776ddd0aaa37da3eda8fc5b6b18a4c9a3114d"
integrity sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down

0 comments on commit d154e36

Please sign in to comment.