Skip to content

Commit ab24d40

Browse files
Update dependency react to v19
1 parent 0f3685c commit ab24d40

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
@@ -30,7 +30,7 @@
3030
"@babel/preset-react": "7.27.1",
3131
"c8": "10.1.3",
3232
"mocha": "11.2.2",
33-
"react": "18.3.1",
33+
"react": "19.1.0",
3434
"rimraf": "6.0.1",
3535
"should": "13.2.3",
3636
"sinon": "20.0.0"
@@ -42,6 +42,6 @@
4242
"prop-types": "^15.6.2"
4343
},
4444
"peerDependencies": {
45-
"react": "^18.1.0"
45+
"react": "^18.1.0 || ^19.0.0"
4646
}
4747
}

yarn.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8163,7 +8163,7 @@ longest-streak@^2.0.1:
81638163
resolved "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz"
81648164
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
81658165

8166-
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
8166+
loose-envify@^1.0.0, loose-envify@^1.4.0:
81678167
version "1.4.0"
81688168
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
81698169
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
@@ -9834,12 +9834,10 @@ react-lifecycles-compat@^3.0.4:
98349834
resolved "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz"
98359835
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
98369836

9837-
9838-
version "18.3.1"
9839-
resolved "https://registry.npmjs.org/react/-/react-18.3.1.tgz"
9840-
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
9841-
dependencies:
9842-
loose-envify "^1.1.0"
9837+
9838+
version "19.1.0"
9839+
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
9840+
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
98439841

98449842
98459843
version "3.0.0"

0 commit comments

Comments
 (0)