Skip to content

Commit f40e128

Browse files
committed
Update the React dependency specifiers
1 parent f4879fb commit f40e128

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"eslint-plugin-react": "^7.7.0",
5353
"jest": "^22.2.1",
5454
"prettier": "^1.17.0",
55-
"react": "^16.2.0",
56-
"react-dom": "^16.2.0",
55+
"react": "^16.8.0",
56+
"react-dom": "^16.8.0",
5757
"rollup": "^0.55.3",
5858
"rollup-plugin-babel": "^3.0.3",
5959
"rollup-plugin-commonjs": "^8.3.0",

yarn.lock

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7883,15 +7883,15 @@ react-docgen@^3.0.0-beta11:
78837883
node-dir "^0.1.10"
78847884
recast "^0.16.0"
78857885

7886-
react-dom@^16.2.0:
7887-
version "16.9.0"
7888-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.9.0.tgz#5e65527a5e26f22ae3701131bcccaee9fb0d3962"
7889-
integrity sha512-YFT2rxO9hM70ewk9jq0y6sQk8cL02xm4+IzYBz75CQGlClQQ1Bxq0nhHF6OtSbit+AIahujJgb/CPRibFkMNJQ==
7886+
react-dom@^16.8.0:
7887+
version "16.13.1"
7888+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
7889+
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
78907890
dependencies:
78917891
loose-envify "^1.1.0"
78927892
object-assign "^4.1.1"
78937893
prop-types "^15.6.2"
7894-
scheduler "^0.15.0"
7894+
scheduler "^0.19.1"
78957895

78967896
react-error-overlay@^4.0.1:
78977897
version "4.0.1"
@@ -8021,10 +8021,10 @@ react-treebeard@^2.1.0:
80218021
shallowequal "^0.2.2"
80228022
velocity-react "^1.3.1"
80238023

8024-
react@^16.2.0:
8025-
version "16.9.0"
8026-
resolved "https://registry.yarnpkg.com/react/-/react-16.9.0.tgz#40ba2f9af13bc1a38d75dbf2f4359a5185c4f7aa"
8027-
integrity sha512-+7LQnFBwkiw+BobzOF6N//BdoNw0ouwmSJTEm9cglOOmsg/TMiFHZLe2sEoN5M7LgJTj9oHH0gxklfnQe66S1w==
8024+
react@^16.8.0:
8025+
version "16.13.1"
8026+
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
8027+
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
80288028
dependencies:
80298029
loose-envify "^1.1.0"
80308030
object-assign "^4.1.1"
@@ -8655,6 +8655,14 @@ scheduler@^0.15.0:
86558655
loose-envify "^1.1.0"
86568656
object-assign "^4.1.1"
86578657

8658+
scheduler@^0.19.1:
8659+
version "0.19.1"
8660+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
8661+
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
8662+
dependencies:
8663+
loose-envify "^1.1.0"
8664+
object-assign "^4.1.1"
8665+
86588666
schema-utils@^0.3.0:
86598667
version "0.3.0"
86608668
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.3.0.tgz#f5877222ce3e931edae039f17eb3716e7137f8cf"

0 commit comments

Comments
 (0)