Skip to content

Commit 708b4cc

Browse files
use stable @stripe/stripe-js
1 parent 6478010 commit 708b4cc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@storybook/addons": "^5.2.6",
6666
"@storybook/preset-typescript": "^1.2.0",
6767
"@storybook/react": "^5.2.6",
68-
"@stripe/stripe-js": "1.0.0-beta.9",
68+
"@stripe/stripe-js": "^1.0.0",
6969
"@types/enzyme": "^3.10.4",
7070
"@types/jest": "^25.1.1",
7171
"@types/react": "^16.9.19",
@@ -105,7 +105,7 @@
105105
"typescript": "^3.7.5"
106106
},
107107
"peerDependencies": {
108-
"@stripe/stripe-js": "1.0.0-beta.9",
108+
"@stripe/stripe-js": "^1.0.0",
109109
"react": "^16.8.0",
110110
"react-dom": "^16.8.0"
111111
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,10 +1635,10 @@
16351635
telejson "^3.2.0"
16361636
util-deprecate "^1.0.2"
16371637

1638-
"@stripe/[email protected]-beta.9":
1639-
version "1.0.0-beta.9"
1640-
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.0.0-beta.9.tgz#eac62e4a16a1883929a8c7f53be21916a8507823"
1641-
integrity sha512-LL7jaM7WmhTWJ71elVae46zbbP/lgpktCdSh+rS46S/1F9dDiYLHPGpoaVKnMqpmAy7XJYqVQrW5AV8k1XGynw==
1638+
"@stripe/stripe-js@^1.0.0":
1639+
version "1.0.0"
1640+
resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.0.0.tgz#58286eb8e49263311507db2a5521e77cfd500d44"
1641+
integrity sha512-i1ICazKQycR5hkGvL71CfXRVUz3Fm7huT555dw8n5pKOtSSm6As+nSVlez7TTcTcF9mh+vZ+Zh0r6Oe5Ly+SHQ==
16421642

16431643
"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
16441644
version "4.2.0"

0 commit comments

Comments
 (0)