Skip to content

Commit a88cd66

Browse files
committed
chore(deps): update react monorepo to v17
1 parent 1799173 commit a88cd66

File tree

2 files changed

+24
-9
lines changed

2 files changed

+24
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"gatsby-plugin-sharp": "2.6.39",
2222
"gatsby-source-graphcms": "2.0.0-next.11",
2323
"gatsby-transformer-sharp": "2.5.17",
24-
"react": "16.13.1",
25-
"react-dom": "16.13.1",
24+
"react": "17.0.1",
25+
"react-dom": "17.0.1",
2626
"react-helmet": "6.1.0",
2727
"react-transition-group": "4.4.1"
2828
},

yarn.lock

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12319,15 +12319,14 @@ react-dev-utils@^4.2.3:
1231912319
strip-ansi "3.0.1"
1232012320
text-table "0.2.0"
1232112321

12322-
react-dom@16.13.1:
12323-
version "16.13.1"
12324-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
12325-
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
12322+
react-dom@17.0.1:
12323+
version "17.0.1"
12324+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
12325+
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
1232612326
dependencies:
1232712327
loose-envify "^1.1.0"
1232812328
object-assign "^4.1.1"
12329-
prop-types "^15.6.2"
12330-
scheduler "^0.19.1"
12329+
scheduler "^0.20.1"
1233112330

1233212331
react-error-overlay@^3.0.0:
1233312332
version "3.0.0"
@@ -12465,7 +12464,15 @@ react-transition-group@4.4.1:
1246512464
loose-envify "^1.4.0"
1246612465
prop-types "^15.6.2"
1246712466

12468-
react@16.13.1, react@^16.8.0:
12467+
react@17.0.1:
12468+
version "17.0.1"
12469+
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
12470+
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
12471+
dependencies:
12472+
loose-envify "^1.1.0"
12473+
object-assign "^4.1.1"
12474+
12475+
react@^16.8.0:
1246912476
version "16.13.1"
1247012477
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
1247112478
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -13209,6 +13216,14 @@ scheduler@^0.19.1:
1320913216
loose-envify "^1.1.0"
1321013217
object-assign "^4.1.1"
1321113218

13219+
scheduler@^0.20.1:
13220+
version "0.20.1"
13221+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.20.1.tgz#da0b907e24026b01181ecbc75efdc7f27b5a000c"
13222+
integrity sha512-LKTe+2xNJBNxu/QhHvDR14wUXHRQbVY5ZOYpOGWRzhydZUqrLb2JBvLPY7cAqFmqrWuDED0Mjk7013SZiOz6Bw==
13223+
dependencies:
13224+
loose-envify "^1.1.0"
13225+
object-assign "^4.1.1"
13226+
1321213227
schema-utils@^0.4.5:
1321313228
version "0.4.7"
1321413229
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"

0 commit comments

Comments
 (0)