Skip to content

Commit bec0d47

Browse files
committed
chore(deps): update react monorepo to v18
1 parent f4166fd commit bec0d47

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
@@ -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": "18.0.0",
25+
"react-dom": "18.0.0",
2626
"react-helmet": "6.1.0",
2727
"react-transition-group": "4.4.1"
2828
},

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.0.0:
12323+
version "18.0.0"
12324+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.0.0.tgz#26b88534f8f1dbb80853e1eabe752f24100d8023"
12325+
integrity sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw==
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.21.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.0.0:
12467+
version "18.0.0"
12468+
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
12469+
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
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.21.0:
13218+
version "0.21.0"
13219+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.21.0.tgz#6fd2532ff5a6d877b6edb12f00d8ab7e8f308820"
13220+
integrity sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==
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)