Skip to content

Commit 1ea11f9

Browse files
Update react monorepo to v19
1 parent eb0c84f commit 1ea11f9

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.1.1"
10099+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.1.tgz#2daa9ff7f3ae384aeb30e76d5ee38c046dc89893"
10100+
integrity sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==
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.26.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.1.1"
10217+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
10218+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
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.26.0:
10795+
version "0.26.0"
10796+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
10797+
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
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)