Skip to content

Commit 5e8b66f

Browse files
committed
bump stripe
1 parent 7681899 commit 5e8b66f

File tree

7 files changed

+22
-29
lines changed

7 files changed

+22
-29
lines changed

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"@vitejs/plugin-react": "^4.7.0",
162162
"autoprefixer": "^10.4.24",
163163
"postcss": "^8.5.6",
164-
"stripe": "^19.3.1",
164+
"stripe": "^20.3.1",
165165
"tailwindcss": "^4.1.18",
166166
"tsx": "^4.21.0",
167167
"typescript": "~5.8.3",

apps/stripe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"effect": "^3.19.16",
1717
"hono": "^4.11.9",
1818
"pg": "^8.18.0",
19-
"stripe": "^19.3.1",
19+
"stripe": "^20.3.1",
2020
"zod": "^4.3.6"
2121
},
2222
"devDependencies": {

apps/stripe/src/integration/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Stripe from "stripe";
22

33
import { env } from "../env";
44

5-
export const STRIPE_API_VERSION = "2025-10-29.clover";
5+
export const STRIPE_API_VERSION = "2026-01-28.clover";
66

77
export const stripe = new Stripe(env.STRIPE_SECRET_KEY, {
88
apiVersion: STRIPE_API_VERSION,

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"rehype-slug": "^6.0.0",
6464
"remark-gfm": "^4.0.1",
6565
"semver": "7.6.3",
66-
"stripe": "^19.3.1",
66+
"stripe": "^20.3.1",
6767
"tailwind-scrollbar-hide": "^4.0.0",
6868
"tailwindcss": "^4.1.18",
6969
"unpic": "^4.2.2",

apps/web/src/functions/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ import { env, requireEnv } from "@/env";
55

66
export const getStripeClient = createServerOnlyFn(() => {
77
return new Stripe(requireEnv(env.STRIPE_SECRET_KEY, "STRIPE_SECRET_KEY"), {
8-
apiVersion: "2025-10-29.clover",
8+
apiVersion: "2026-01-28.clover",
99
});
1010
});

packages/agent-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pg": "^8.18.0",
2323
"posthog-node": "^4.18.0",
2424
"promptl-ai": "^0.4.12",
25-
"stripe": "^19.3.1",
25+
"stripe": "^20.3.1",
2626
"zod": "^4.3.6"
2727
},
2828
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)