Skip to content

Commit c991144

Browse files
committed
fixed common deps
1 parent 313e859 commit c991144

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

packages/common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@alicloud/dysmsapi20170525": "^3.0.0",
1616
"@cs-magic/shadcn": "workspace:^",
1717
"@prisma/client": "*",
18+
"@stripe/react-stripe-js": "^2.8.1",
1819
"@stripe/stripe-js": "^4.7.0",
1920
"@types/lodash": "^4.14.202",
2021
"ali-oss": "^6.20.0",

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4094,6 +4094,7 @@ __metadata:
40944094
"@alicloud/dysmsapi20170525": "npm:^3.0.0"
40954095
"@cs-magic/shadcn": "workspace:^"
40964096
"@prisma/client": "npm:*"
4097+
"@stripe/react-stripe-js": "npm:^2.8.1"
40974098
"@stripe/stripe-js": "npm:^4.7.0"
40984099
"@types/ali-oss": "npm:^6.16.11"
40994100
"@types/ansicolors": "npm:^0"
@@ -11871,6 +11872,19 @@ __metadata:
1187111872
languageName: node
1187211873
linkType: hard
1187311874

11875+
"@stripe/react-stripe-js@npm:^2.8.1":
11876+
version: 2.8.1
11877+
resolution: "@stripe/react-stripe-js@npm:2.8.1"
11878+
dependencies:
11879+
prop-types: "npm:^15.7.2"
11880+
peerDependencies:
11881+
"@stripe/stripe-js": ^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0
11882+
react: ^16.8.0 || ^17.0.0 || ^18.0.0
11883+
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
11884+
checksum: 10c0/d8425895529c7560c8b69d1427317b43a1c51e5f303d11738683f92b5e71996db7fbbf058e02e90573318e3b2f354ec704efbb5cc2718e0bdca1373f4e1855b2
11885+
languageName: node
11886+
linkType: hard
11887+
1187411888
"@stripe/stripe-js@npm:^2.1.0":
1187511889
version: 2.4.0
1187611890
resolution: "@stripe/stripe-js@npm:2.4.0"

0 commit comments

Comments
 (0)