From a0496ffa8bc18f8d8dbd4b22b493b572fd752bbe Mon Sep 17 00:00:00 2001 From: maxwelly-stripe <139278188+maxwelly-stripe@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:28:37 -0800 Subject: [PATCH] update peer dependency (#471) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a4c5a3..ed007ef 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@types/react": "18.0.5" }, "peerDependencies": { - "@stripe/stripe-js": "^1.44.1 || ^2.0.0", + "@stripe/stripe-js": "^1.44.1 || ^2.0.0 || ^3.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }