Skip to content

Commit b67423b

Browse files
Prepare for clover release (#628)
* Remove rc to release clover * Update stripe.js dependency
1 parent ad66910 commit b67423b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"browser:min": "dist/react-stripe.umd.min.js",
99
"browser": "dist/react-stripe.umd.js",
1010
"types": "dist/react-stripe.d.ts",
11-
"releaseCandidate": true,
11+
"releaseCandidate": false,
1212
"exports": {
1313
".": {
1414
"require": "./dist/react-stripe.js",
@@ -93,7 +93,7 @@
9393
"@rollup/plugin-replace": "^5.0.5",
9494
"@rollup/plugin-terser": "^0.4.4",
9595
"@storybook/react": "^6.5.0-beta.8",
96-
"@stripe/stripe-js": "^8.0.0-rc.1",
96+
"@stripe/stripe-js": "^8.0.0",
9797
"@testing-library/jest-dom": "^5.16.4",
9898
"@testing-library/react": "^13.1.1",
9999
"@testing-library/react-hooks": "^8.0.0",
@@ -132,7 +132,7 @@
132132
"@types/react": "18.0.5"
133133
},
134134
"peerDependencies": {
135-
"@stripe/stripe-js": ">=8.0.0-rc.1 <9.0.0",
135+
"@stripe/stripe-js": ">=8.0.0 <9.0.0",
136136
"react": ">=16.8.0 <20.0.0",
137137
"react-dom": ">=16.8.0 <20.0.0"
138138
}

‎yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,10 +2350,10 @@
23502350
regenerator-runtime "^0.13.7"
23512351
resolve-from "^5.0.0"
23522352

2353-
"@stripe/stripe-js@^8.0.0-rc.1":
2354-
version "8.0.0-rc.1"
2355-
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-8.0.0-rc.1.tgz#8c61f167b610bcfa92b65828b5fabbee133b70c8"
2356-
integrity sha512-lj6BFGL4gqx8iiIZ0znZTIQFguERi53lOKP3ZqIfc9E1ui7eJ4S6ZyWejcuuohuiQFPT3bpag3E9xZRS6qSujg==
2353+
"@stripe/stripe-js@^8.0.0":
2354+
version "8.0.0"
2355+
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-8.0.0.tgz#826c96834309a2b8f60394ad4496b71ae98fea86"
2356+
integrity sha512-dLvD55KT1cBmrqzgYRgY42qNcw6zW4HS5oRZs0xRvHw9gBWig5yDnWNop/E+/t2JK+OZO30zsnupVBN2MqW2mg==
23572357

23582358
"@testing-library/dom@^8.5.0":
23592359
version "8.13.0"

0 commit comments

Comments
 (0)