Skip to content

Commit

Permalink
Merge pull request #733 from kduprey/release/v1.2.51
Browse files Browse the repository at this point in the history
release/v1.2.51
  • Loading branch information
github-actions[bot] authored Jun 27, 2024
2 parents eec507a + 96f6fdd commit 2eb7050
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sharp": "^0.33.4",
"stripe": "^15.12.0",
"zod": "^3.23.6",
"zod-validation-error": "^3.2.0"
"stripe": "^16.0.0",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/libs/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const stripe = new Stripe(
})
.parse(process.env.STRIPE_SECRET_KEY),
{
apiVersion: "2024-04-10",
apiVersion: "2024-06-20",
typescript: true,
appInfo: {
name: "Haus of Web, LLC - kentonduprey.com",
Expand Down

0 comments on commit 2eb7050

Please sign in to comment.