Skip to content

Commit 33958bf

Browse files
committed
fix(v10/gatsby): Add React 19 to peer dependency range
Backport of: #22672
1 parent d9b8e37 commit 33958bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",
54-
"react": "16.x || 17.x || 18.x"
54+
"react": "16.x || 17.x || 18.x || 19.x"
5555
},
5656
"devDependencies": {
5757
"@testing-library/react": "^15.0.5",

0 commit comments

Comments
 (0)