Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit 2a8153c

Browse files
committed
fix(deps): update dependency react-stripe-elements to v6
1 parent f0bc511 commit 2a8153c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react": "16.8.6",
3232
"react-dom": "16.8.6",
3333
"react-final-form": "4.1.0",
34-
"react-stripe-elements": "2.0.3",
34+
"react-stripe-elements": "6.1.2",
3535
"styled-components": "4.4.1"
3636
},
3737
"devDependencies": {

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -7882,7 +7882,7 @@ promzard@^0.3.0:
78827882
dependencies:
78837883
read "1"
78847884

7885-
[email protected], prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0, prop-types@^15.6.2:
7885+
[email protected], prop-types@^15.5.4, prop-types@^15.6.0, prop-types@^15.6.2:
78867886
version "15.7.2"
78877887
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
78887888
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -8102,12 +8102,12 @@ react-is@^16.6.0, react-is@^16.8.1:
81028102
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
81038103
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
81048104

8105-
react-stripe-elements@2.0.3:
8106-
version "2.0.3"
8107-
resolved "https://registry.yarnpkg.com/react-stripe-elements/-/react-stripe-elements-2.0.3.tgz#cfd0f68d00ce52a07aab1cb2b59b29dc12309486"
8108-
integrity sha512-aKLiWyfP0n3Gq42BKykULgoruNVRXEaeYh8NSokdgH3ubGU3nsHFZJg3LgbT/XOquttDGHE7kLhleaX+UnN81A==
8105+
react-stripe-elements@6.1.2:
8106+
version "6.1.2"
8107+
resolved "https://registry.yarnpkg.com/react-stripe-elements/-/react-stripe-elements-6.1.2.tgz#bd277e86d0b868a6fac9358df09e0d38149b6736"
8108+
integrity sha512-gYbYhVVJm3Woc84TgmuiqUj44rI/BZGUVUTTmS0U6kZyZa5fYMPlKKIsVZdQZufQ7Ab4BXLO2LSxBlGY0s2jew==
81098109
dependencies:
8110-
prop-types "^15.5.10"
8110+
prop-types "15.7.2"
81118111

81128112
81138113
version "16.8.6"

0 commit comments

Comments
 (0)