Skip to content

Commit 2725976

Browse files
committed
Update react monorepo to v18
1 parent eb0c84f commit 2725976

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
@@ -19,8 +19,8 @@
1919
"gatsby-plugin-typescript": "^2.3.3",
2020
"gatsby-react-router-scroll": "^3.0.11",
2121
"gatsby-source-wordpress": "^3.2.5",
22-
"react": "^16.13.1",
23-
"react-dom": "^16.13.1",
22+
"react": "^18.0.0",
23+
"react-dom": "^18.0.0",
2424
"react-github-ribbons": "^0.2.2",
2525
"react-helmet": "^6.0.0",
2626
"reactstrap": "^8.4.1",

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10094,15 +10094,13 @@ react-dev-utils@^4.2.3:
1009410094
strip-ansi "3.0.1"
1009510095
text-table "0.2.0"
1009610096

10097-
react-dom@^16.13.1:
10098-
version "16.13.1"
10099-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.13.1.tgz#c1bd37331a0486c078ee54c4740720993b2e0e7f"
10100-
integrity sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==
10097+
react-dom@^18.0.0:
10098+
version "18.0.0"
10099+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.0.0.tgz#26b88534f8f1dbb80853e1eabe752f24100d8023"
10100+
integrity sha512-XqX7uzmFo0pUceWFCt7Gff6IyIMzFUn7QMZrbrQfGxtaxXZIcGQzoNpRLE3fQLnS4XzLLPMZX2T9TRcSrasicw==
1010110101
dependencies:
1010210102
loose-envify "^1.1.0"
10103-
object-assign "^4.1.1"
10104-
prop-types "^15.6.2"
10105-
scheduler "^0.19.1"
10103+
scheduler "^0.21.0"
1010610104

1010710105
react-error-overlay@^3.0.0:
1010810106
version "3.0.0"
@@ -10206,7 +10204,7 @@ react-transition-group@^2.3.1:
1020610204
prop-types "^15.6.2"
1020710205
react-lifecycles-compat "^3.0.4"
1020810206

10209-
react@^16.13.1, react@^16.8.0:
10207+
react@^16.8.0:
1021010208
version "16.13.1"
1021110209
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
1021210210
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -10215,6 +10213,13 @@ react@^16.13.1, react@^16.8.0:
1021510213
object-assign "^4.1.1"
1021610214
prop-types "^15.6.2"
1021710215

10216+
react@^18.0.0:
10217+
version "18.0.0"
10218+
resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
10219+
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
10220+
dependencies:
10221+
loose-envify "^1.1.0"
10222+
1021810223
reactstrap@^8.4.1:
1021910224
version "8.5.1"
1022010225
resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-8.5.1.tgz#dde43539602117888a138042b53703b7621c4318"
@@ -10789,6 +10794,13 @@ scheduler@^0.19.1:
1078910794
loose-envify "^1.1.0"
1079010795
object-assign "^4.1.1"
1079110796

10797+
scheduler@^0.21.0:
10798+
version "0.21.0"
10799+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.21.0.tgz#6fd2532ff5a6d877b6edb12f00d8ab7e8f308820"
10800+
integrity sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==
10801+
dependencies:
10802+
loose-envify "^1.1.0"
10803+
1079210804
schema-utils@^0.4.5:
1079310805
version "0.4.7"
1079410806
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"

0 commit comments

Comments
 (0)