mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump Stripe
This commit is contained in:
parent
28d7ec3a5b
commit
d41f600587
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
import Stripe from 'stripe';
|
import Stripe from 'stripe';
|
||||||
|
|
||||||
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
|
||||||
apiVersion: '2024-06-20',
|
apiVersion: '2024-09-30.acacia',
|
||||||
typescript: true,
|
typescript: true,
|
||||||
});
|
});
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"react-dom": "^19.0.0-rc.0",
|
"react-dom": "^19.0.0-rc.0",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"sonner": "^1.5.0",
|
"sonner": "^1.5.0",
|
||||||
"stripe": "^16.12.0",
|
"stripe": "^17.0.0",
|
||||||
"tailwind-merge": "^2.5.2",
|
"tailwind-merge": "^2.5.2",
|
||||||
"tailwindcss-animate": "^1.0.7",
|
"tailwindcss-animate": "^1.0.7",
|
||||||
"unsplash-js": "^7.0.19",
|
"unsplash-js": "^7.0.19",
|
||||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6236,13 +6236,13 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"stripe@npm:^16.12.0":
|
"stripe@npm:^17.0.0":
|
||||||
version: 16.12.0
|
version: 17.0.0
|
||||||
resolution: "stripe@npm:16.12.0"
|
resolution: "stripe@npm:17.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/node": "npm:>=8.1.0"
|
"@types/node": "npm:>=8.1.0"
|
||||||
qs: "npm:^6.11.0"
|
qs: "npm:^6.11.0"
|
||||||
checksum: 10c0/0db277eb92236d7ea811a9100b7d9c5abdc663e0f72f73893bb8c78869c1b937aa4f8a16eea6c61365a5f8d3617ff1f2f3ae6a7aee4c8cacd6dcab8f3bdaab48
|
checksum: 10c0/5dcaa5a82962a095867e15363302fe524768d9d92cacbe4ffcba2d23ddafaf8bfae3d74f5cfb71be739e9f2e27cb11be3d8f295503d509729c864b1c979519e5
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
@ -6438,7 +6438,7 @@ __metadata:
|
||||||
react-dom: "npm:^19.0.0-rc.0"
|
react-dom: "npm:^19.0.0-rc.0"
|
||||||
sharp: "npm:^0.33.5"
|
sharp: "npm:^0.33.5"
|
||||||
sonner: "npm:^1.5.0"
|
sonner: "npm:^1.5.0"
|
||||||
stripe: "npm:^16.12.0"
|
stripe: "npm:^17.0.0"
|
||||||
tailwind-merge: "npm:^2.5.2"
|
tailwind-merge: "npm:^2.5.2"
|
||||||
tailwindcss: "npm:^3.4.13"
|
tailwindcss: "npm:^3.4.13"
|
||||||
tailwindcss-animate: "npm:^1.0.7"
|
tailwindcss-animate: "npm:^1.0.7"
|
||||||
|
|
Loading…
Reference in a new issue