Skip to content

Commit 71c0a5b

Browse files
authored
chore: Update stripe JS versions (#3704)
1 parent c5f9d79 commit 71c0a5b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@radix-ui/react-radio-group": "^1.1.3",
4242
"@radix-ui/react-tooltip": "^1.1.2",
4343
"@sentry/react": "^8.35.0",
44-
"@stripe/react-stripe-js": "^2.7.1",
45-
"@stripe/stripe-js": "^3.4.0",
44+
"@stripe/react-stripe-js": "^3.1.1",
45+
"@stripe/stripe-js": "^5.6.0",
4646
"@tanstack/react-query": "^4.29.5",
4747
"@tanstack/react-queryV5": "npm:@tanstack/react-query@^5.59.15",
4848
"@tanstack/react-table": "^8.9.1",

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -4847,23 +4847,23 @@ __metadata:
48474847
languageName: node
48484848
linkType: hard
48494849

4850-
"@stripe/react-stripe-js@npm:^2.7.1":
4851-
version: 2.7.3
4852-
resolution: "@stripe/react-stripe-js@npm:2.7.3"
4850+
"@stripe/react-stripe-js@npm:^3.1.1":
4851+
version: 3.1.1
4852+
resolution: "@stripe/react-stripe-js@npm:3.1.1"
48534853
dependencies:
48544854
prop-types: "npm:^15.7.2"
48554855
peerDependencies:
4856-
"@stripe/stripe-js": ^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0
4857-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
4858-
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
4859-
checksum: 10c0/820923a3abfae68fbe8145efa0f35317634d44f7ada4b8d57f928f10dfa32e768252939ea75f2e166c55aa9035ecaa2d686423216d0bbfb06ba22c3c70fc7771
4856+
"@stripe/stripe-js": ^1.44.1 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
4857+
react: ">=16.8.0 <20.0.0"
4858+
react-dom: ">=16.8.0 <20.0.0"
4859+
checksum: 10c0/d8f877e956f711acb96248ab6b183d330c6b194884aeeb82e96bc05dab08020a2c53f0c13359e893ac22bc7e15facc720877cfb04d999b1f3050bb58aca5124f
48604860
languageName: node
48614861
linkType: hard
48624862

4863-
"@stripe/stripe-js@npm:^3.4.0":
4864-
version: 3.5.0
4865-
resolution: "@stripe/stripe-js@npm:3.5.0"
4866-
checksum: 10c0/df874448bd0c879c624f38ea286f9b662ead71fb08a95eb787b7fb6d46a89f414dc987094f5fe22001f65cf3063c14913c36b8d8c88b16847dd137f8298648c0
4863+
"@stripe/stripe-js@npm:^5.6.0":
4864+
version: 5.6.0
4865+
resolution: "@stripe/stripe-js@npm:5.6.0"
4866+
checksum: 10c0/56aa804ed2946aae4622b56c1736b7fa69e640d293d1ba6d465732851f313234c00d29006e2270bbdceee93222b5c62d8aa92791373ec56bfc4bd214a0b950c3
48674867
languageName: node
48684868
linkType: hard
48694869

@@ -9090,8 +9090,8 @@ __metadata:
90909090
"@storybook/react": "npm:^8.3.7"
90919091
"@storybook/react-vite": "npm:^8.3.7"
90929092
"@storybook/theming": "npm:^8.3.7"
9093-
"@stripe/react-stripe-js": "npm:^2.7.1"
9094-
"@stripe/stripe-js": "npm:^3.4.0"
9093+
"@stripe/react-stripe-js": "npm:^3.1.1"
9094+
"@stripe/stripe-js": "npm:^5.6.0"
90959095
"@tailwindcss/container-queries": "npm:^0.1.1"
90969096
"@tanstack/eslint-plugin-query": "npm:^4.38.0"
90979097
"@tanstack/react-query": "npm:^4.29.5"

0 commit comments

Comments
 (0)