Skip to content

Commit 0326eb3

Browse files
Update react monorepo to v19
1 parent eb0c84f commit 0326eb3

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
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": "^19.0.0",
23+
"react-dom": "^19.0.0",
2424
"react-github-ribbons": "^0.2.2",
2525
"react-helmet": "^6.0.0",
2626
"reactstrap": "^8.4.1",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10094,15 +10094,12 @@ 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@^19.0.0:
10098+
version "19.2.0"
10099+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.0.tgz#00ed1e959c365e9a9d48f8918377465466ec3af8"
10100+
integrity sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==
1010110101
dependencies:
10102-
loose-envify "^1.1.0"
10103-
object-assign "^4.1.1"
10104-
prop-types "^15.6.2"
10105-
scheduler "^0.19.1"
10102+
scheduler "^0.27.0"
1010610103

1010710104
react-error-overlay@^3.0.0:
1010810105
version "3.0.0"
@@ -10206,7 +10203,7 @@ react-transition-group@^2.3.1:
1020610203
prop-types "^15.6.2"
1020710204
react-lifecycles-compat "^3.0.4"
1020810205

10209-
react@^16.13.1, react@^16.8.0:
10206+
react@^16.8.0:
1021010207
version "16.13.1"
1021110208
resolved "https://registry.yarnpkg.com/react/-/react-16.13.1.tgz#2e818822f1a9743122c063d6410d85c1e3afe48e"
1021210209
integrity sha512-YMZQQq32xHLX0bz5Mnibv1/LHb3Sqzngu7xstSM+vrkE5Kzr9xE0yMByK5kMoTK30YVJE61WfbxIFFvfeDKT1w==
@@ -10215,6 +10212,11 @@ react@^16.13.1, react@^16.8.0:
1021510212
object-assign "^4.1.1"
1021610213
prop-types "^15.6.2"
1021710214

10215+
react@^19.0.0:
10216+
version "19.2.0"
10217+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.0.tgz#d33dd1721698f4376ae57a54098cb47fc75d93a5"
10218+
integrity sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==
10219+
1021810220
reactstrap@^8.4.1:
1021910221
version "8.5.1"
1022010222
resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-8.5.1.tgz#dde43539602117888a138042b53703b7621c4318"
@@ -10789,6 +10791,11 @@ scheduler@^0.19.1:
1078910791
loose-envify "^1.1.0"
1079010792
object-assign "^4.1.1"
1079110793

10794+
scheduler@^0.27.0:
10795+
version "0.27.0"
10796+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
10797+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
10798+
1079210799
schema-utils@^0.4.5:
1079310800
version "0.4.7"
1079410801
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"

0 commit comments

Comments
 (0)