Skip to content

Commit f7e734c

Browse files
fix(deps): update dependency @stripe/react-stripe-js to v5
1 parent 877eb10 commit f7e734c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@headlessui/react": "^2.2.2",
23-
"@stripe/react-stripe-js": "^3.7.0",
23+
"@stripe/react-stripe-js": "^5.0.0",
2424
"@stripe/stripe-js": "^7.3.0",
2525
"@tanstack/react-query": "^5.75.2",
2626
"blurhash": "^2.0.5",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,16 +2423,16 @@ __metadata:
24232423
languageName: node
24242424
linkType: hard
24252425

2426-
"@stripe/react-stripe-js@npm:^3.7.0":
2427-
version: 3.10.0
2428-
resolution: "@stripe/react-stripe-js@npm:3.10.0"
2426+
"@stripe/react-stripe-js@npm:^5.0.0":
2427+
version: 5.6.0
2428+
resolution: "@stripe/react-stripe-js@npm:5.6.0"
24292429
dependencies:
24302430
prop-types: "npm:^15.7.2"
24312431
peerDependencies:
2432-
"@stripe/stripe-js": ">=1.44.1 <8.0.0"
2432+
"@stripe/stripe-js": ">=8.0.0 <9.0.0"
24332433
react: ">=16.8.0 <20.0.0"
24342434
react-dom: ">=16.8.0 <20.0.0"
2435-
checksum: 10c0/d7629436629571883e1ab44b1fdbdd5bc002c9020400bbad212caccddad5eaedefbdb171e970bd34276b72d9c23deac86d1e0898db11961de2a7e8951bf9711a
2435+
checksum: 10c0/d78d5a8356e01f540624099d2c53adbd321ee9c77a6bcfeb4b946b0e4f248050f1048f31bdc894b297adc17bfbcb001382d2291369dc78e5d1cc48478dad46b7
24362436
languageName: node
24372437
linkType: hard
24382438

@@ -5840,7 +5840,7 @@ __metadata:
58405840
"@eslint/eslintrc": "npm:^3"
58415841
"@formatjs/cli": "npm:^6.7.1"
58425842
"@headlessui/react": "npm:^2.2.2"
5843-
"@stripe/react-stripe-js": "npm:^3.7.0"
5843+
"@stripe/react-stripe-js": "npm:^5.0.0"
58445844
"@stripe/stripe-js": "npm:^7.3.0"
58455845
"@svgr/webpack": "npm:^8.1.0"
58465846
"@tanstack/react-query": "npm:^5.75.2"

0 commit comments

Comments
 (0)