Skip to content

Commit bd3bf96

Browse files
chore(deps): update react monorepo to v18
1 parent fa5bcc0 commit bd3bf96

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"gatsby-plugin-sharp": "2.6.39",
2525
"gatsby-source-graphcms": "2.0.0-next.11",
2626
"gatsby-transformer-sharp": "2.5.17",
27-
"react": "16.13.1",
28-
"react-dom": "16.13.1",
27+
"react": "18.2.0",
28+
"react-dom": "18.2.0",
2929
"react-helmet": "6.1.0",
3030
"react-transition-group": "4.4.1"
3131
},

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12319,15 +12319,13 @@ 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@18.2.0:
12323+
version "18.2.0"
12324+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d"
12325+
integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==
1232612326
dependencies:
1232712327
loose-envify "^1.1.0"
12328-
object-assign "^4.1.1"
12329-
prop-types "^15.6.2"
12330-
scheduler "^0.19.1"
12328+
scheduler "^0.23.0"
1233112329

1233212330
react-error-overlay@^3.0.0:
1233312331
version "3.0.0"
@@ -12465,7 +12463,14 @@ react-transition-group@4.4.1:
1246512463
loose-envify "^1.4.0"
1246612464
prop-types "^15.6.2"
1246712465

12468-
react@16.13.1, react@^16.8.0:
12466+
react@18.2.0:
12467+
version "18.2.0"
12468+
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
12469+
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
12470+
dependencies:
12471+
loose-envify "^1.1.0"
12472+
12473+
react@^16.8.0:
1246912474
version "16.13.1"
1247012475
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
1247112476
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -13209,6 +13214,13 @@ scheduler@^0.19.1:
1320913214
loose-envify "^1.1.0"
1321013215
object-assign "^4.1.1"
1321113216

13217+
scheduler@^0.23.0:
13218+
version "0.23.0"
13219+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe"
13220+
integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==
13221+
dependencies:
13222+
loose-envify "^1.1.0"
13223+
1321213224
schema-utils@^0.4.5:
1321313225
version "0.4.7"
1321413226
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"

0 commit comments

Comments
 (0)