Skip to content

Commit 395899c

Browse files
committed
fix: pin @stripe/stripe-js to v3.5.0, last version with redirectToCheckout
v4+ removed the redirectToCheckout API. v3.5.0 was the last known working version before the dependency upgrade in 0525598.
1 parent 544e9b4 commit 395899c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@aws-sdk/lib-dynamodb": "^3.1019.0",
3535
"@base-ui/react": "^1.3.0",
3636
"@heroicons/react": "^2.2.0",
37-
"@stripe/stripe-js": "^9.0.0",
37+
"@stripe/stripe-js": "^3.5.0",
3838
"@tailwindcss/typography": "^0.5.19",
3939
"astro": "^6.1.1",
4040
"class-variance-authority": "^0.7.1",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)