Skip to content

Commit 6d83986

Browse files
committed
added stripe dep
1 parent 74e7e13 commit 6d83986

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
"@prisma/client": "^5.19.1",
104104
"@types/lodash": "^4.14.202",
105105
"lodash": "^4.17.21",
106-
"prisma": "^5.21.0"
106+
"prisma": "^5.21.0",
107+
"stripe": "^17.4.0"
107108
},
108109
"devDependencies": {
109110
"@types/node": "^22.0.0",

yarn.lock

+11
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,7 @@ __metadata:
28022802
lodash: "npm:^4.17.21"
28032803
npm-run-all: "npm:^4.1.5"
28042804
prisma: "npm:^5.21.0"
2805+
stripe: "npm:^17.4.0"
28052806
turbo: "npm:^2.3.0"
28062807
typescript: "npm:5.5.4"
28072808
languageName: unknown
@@ -31331,6 +31332,16 @@ __metadata:
3133131332
languageName: node
3133231333
linkType: hard
3133331334

31335+
"stripe@npm:^17.4.0":
31336+
version: 17.4.0
31337+
resolution: "stripe@npm:17.4.0"
31338+
dependencies:
31339+
"@types/node": "npm:>=8.1.0"
31340+
qs: "npm:^6.11.0"
31341+
checksum: 10c0/bae24fc8c7b464f26f0b03f278007ef08e7fda31215fd5547521edb18e681615fc20023661f881340b8bcc46b6fdb3fd8e306cb76599fcab49231407932ad990
31342+
languageName: node
31343+
linkType: hard
31344+
3133431345
"strnum@npm:^1.0.5":
3133531346
version: 1.0.5
3133631347
resolution: "strnum@npm:1.0.5"

0 commit comments

Comments
 (0)