Skip to content

Commit

Permalink
chore(deps): update stripe
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-xo committed May 6, 2024
1 parent 4005b3b commit 8e32424
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 60 deletions.
2 changes: 1 addition & 1 deletion app/modules/stripe/stripe.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if (!process.env.STRIPE_SECRET_KEY) {
}

export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY, {
apiVersion: '2023-10-16',
apiVersion: '2024-04-10',
typescript: true,
})
94 changes: 41 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@conform-to/react": "1.0.1",
"@conform-to/zod": "1.0.1",
"@epic-web/client-hints": "^1.3.1",
"@epic-web/client-hints": "^1.3.2",
"@prisma/client": "5.4.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-select": "^2.0.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"remix-i18next": "^6.1.0",
"remix-utils": "7.0.0-pre.4",
"sonner": "^1.4.41",
"stripe": "^14.25.0",
"stripe": "^15.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^3.14.0",
Expand All @@ -75,20 +75,20 @@
"@types/morgan": "^1.9.9",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^1.5.3",
"@vitest/coverage-v8": "^1.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"remix-development-tools": "^4.1.4",
"remix-development-tools": "^4.1.6",
"remix-flat-routes": "^0.5.12",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
1 change: 0 additions & 1 deletion prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ async function seed() {
},
invoice_history: { enabled: true },
payment_method_update: { enabled: true },
subscription_pause: { enabled: false },
subscription_cancel: { enabled: true },
subscription_update: {
enabled: true,
Expand Down

0 comments on commit 8e32424

Please sign in to comment.