Skip to content

Commit

Permalink
⬆️ Update all of react to version 16.14.0 (PR firefox-devtools#2990)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] committed Oct 22, 2020
1 parent 4d1193d commit 8105551
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -61,9 +61,9 @@
"photon-colors": "^3.3.2",
"prop-types": "^15.7.2",
"query-string": "^6.13.5",
"react": "^16.8.6",
"react": "^16.14.0",
"react-contextmenu": "~2.14.0",
"react-dom": "^16.8.6",
"react-dom": "^16.14.0",
"react-redux": "^7.2.1",
"react-splitter-layout": "^4.0.0",
"react-transition-group": "^4.4.1",
Expand Down
23 changes: 21 additions & 2 deletions yarn.lock
Expand Up @@ -10520,7 +10520,7 @@ react-contextmenu@~2.14.0:
classnames "^2.2.5"
object-assign "^4.1.0"

react-dom@^16.13.1, react-dom@^16.8.6:
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==
Expand All @@ -10530,6 +10530,16 @@ react-dom@^16.13.1, react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.19.1"

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"
prop-types "^15.6.2"
scheduler "^0.19.1"

react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.9.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
Expand Down Expand Up @@ -10561,7 +10571,7 @@ react-transition-group@^4.4.1:
loose-envify "^1.4.0"
prop-types "^15.6.2"

react@^16.13.1, react@^16.8.6:
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==
Expand All @@ -10570,6 +10580,15 @@ react@^16.13.1, react@^16.8.6:
object-assign "^4.1.1"
prop-types "^15.6.2"

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"
prop-types "^15.6.2"

read-installed@~4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/read-installed/-/read-installed-4.0.3.tgz#ff9b8b67f187d1e4c29b9feb31f6b223acd19067"
Expand Down

0 comments on commit 8105551

Please sign in to comment.