Skip to content

Commit 7ad5f05

Browse files
Update dependency react to v19
1 parent b5c2951 commit 7ad5f05

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

packages/helpers-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/preset-react": "7.27.1",
3535
"c8": "10.1.3",
3636
"mocha": "11.2.2",
37-
"react": "18.3.1",
37+
"react": "19.1.1",
3838
"rimraf": "6.0.1",
3939
"should": "13.2.3",
4040
"sinon": "21.0.0"
@@ -46,6 +46,6 @@
4646
"prop-types": "^15.6.2"
4747
},
4848
"peerDependencies": {
49-
"react": "^18.1.0"
49+
"react": "^18.1.0 || ^19.0.0"
5050
}
5151
}

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8596,7 +8596,7 @@ longest-streak@^2.0.1:
85968596
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
85978597
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
85988598

8599-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
8599+
loose-envify@^1.0.0, loose-envify@^1.4.0:
86008600
version "1.4.0"
86018601
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
86028602
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -10363,12 +10363,10 @@ react-lifecycles-compat@^3.0.4:
1036310363
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
1036410364
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
1036510365

10366-
10367-
version "18.3.1"
10368-
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
10369-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
10370-
dependencies:
10371-
loose-envify "^1.1.0"
10366+
10367+
version "19.1.1"
10368+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
10369+
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
1037210370

1037310371
1037410372
version "3.0.0"

0 commit comments

Comments
 (0)