Skip to content

Commit

Permalink
fix(deps): update react to v16.14.0 (minor) (#2510)
Browse files Browse the repository at this point in the history
* fix(deps): update react to v16.14.0

* Update React version in eslintrc

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Mat Brown <[email protected]>
  • Loading branch information
3 people authored May 9, 2021
1 parent 6576696 commit a4d7ebd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"settings": {
"import/resolver": "webpack",
"react": {
"version": "16.13.1"
"version": "16.14.0"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@
"prop-types": "15.7.2",
"qs": "6.10.1",
"raf": "3.4.1",
"react": "16.13.1",
"react": "16.14.0",
"react-copy-to-clipboard": "5.0.3",
"react-dom": "16.13.1",
"react-dom": "16.14.0",
"react-draggable": "4.4.3",
"react-immutable-proptypes": "2.2.0",
"react-prevent-clickthrough": "0.0.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11826,10 +11826,10 @@ [email protected]:
copy-to-clipboard "^3"
prop-types "^15.5.8"

react-dom@16.13.1:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
react-dom@16.14.0:
version "16.14.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.14.0.tgz#7ad838ec29a777fb3c75c3a190f661cf92ab8b89"
integrity sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"
Expand Down Expand Up @@ -11893,10 +11893,10 @@ [email protected]:
react-is "^16.8.6"
scheduler "^0.19.1"

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@16.14.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 a4d7ebd

Please sign in to comment.