Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@headlessui/react": "^2.2.2",
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/react-stripe-js": "^6.0.0",
"@stripe/stripe-js": "^7.3.0",
"@tanstack/react-query": "^5.75.2",
"blurhash": "^2.0.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2445,16 +2445,16 @@ __metadata:
languageName: node
linkType: hard

"@stripe/react-stripe-js@npm:^3.7.0":
version: 3.10.0
resolution: "@stripe/react-stripe-js@npm:3.10.0"
"@stripe/react-stripe-js@npm:^6.0.0":
version: 6.8.0
resolution: "@stripe/react-stripe-js@npm:6.8.0"
dependencies:
prop-types: "npm:^15.7.2"
peerDependencies:
"@stripe/stripe-js": ">=1.44.1 <8.0.0"
"@stripe/stripe-js": ">=9.5.0 <10.0.0"
react: ">=16.8.0 <20.0.0"
react-dom: ">=16.8.0 <20.0.0"
checksum: 10c0/d7629436629571883e1ab44b1fdbdd5bc002c9020400bbad212caccddad5eaedefbdb171e970bd34276b72d9c23deac86d1e0898db11961de2a7e8951bf9711a
checksum: 10c0/8f89826a0810ff250636a9c2821e24c0c1aa2f8ff54c860e4ab583986af91fcd0a3920508a5c3a1c43f68564d1e427c20d940a40d080c347cf40a74d74bfdfc6
languageName: node
linkType: hard

Expand Down Expand Up @@ -5912,7 +5912,7 @@ __metadata:
"@eslint/eslintrc": "npm:^3"
"@formatjs/cli": "npm:^6.7.1"
"@headlessui/react": "npm:^2.2.2"
"@stripe/react-stripe-js": "npm:^3.7.0"
"@stripe/react-stripe-js": "npm:^6.0.0"
"@stripe/stripe-js": "npm:^7.3.0"
"@svgr/webpack": "npm:^8.1.0"
"@tanstack/react-query": "npm:^5.75.2"
Expand Down
Loading