From 132bc8b44d14342b32e9bb7fa56d4cfbfa17d9a6 Mon Sep 17 00:00:00 2001 From: cbala-stripe <86634814+cbala-stripe@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:46:09 -0800 Subject: [PATCH] Support React 19 (#552) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d090a67..177484c 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ }, "peerDependencies": { "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": ">=16.8.0 && <=^19.0.0", + "react-dom": ">=16.8.0 && <=^19.0.0" } }