From 33958bfc03508dd4e42e781e940a29899a1a9530 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Mon, 27 Jul 2026 13:06:26 +0200 Subject: [PATCH] fix(v10/gatsby): Add React 19 to peer dependency range Backport of: #22672 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 94850aff17b0..f9c4c4674ded 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -51,7 +51,7 @@ }, "peerDependencies": { "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0", - "react": "16.x || 17.x || 18.x" + "react": "16.x || 17.x || 18.x || 19.x" }, "devDependencies": { "@testing-library/react": "^15.0.5",