Skip to content

Commit

Permalink
bump connect-js version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiying-stripe committed Dec 7, 2023
1 parent 203203e commit fdd19f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@babel/preset-flow": "7.18.6",
"@babel/preset-react": "7.18.6",
"@rollup/plugin-replace": "^2.3.1",
"@stripe/connect-js": "3.0.1",
"@stripe/connect-js": "3.2.0",
"@types/jest": "^24.0.25",
"@types/react": "^16.8.0",
"@types/react-dom": "^16.8.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"zx": "^4.2.0"
},
"peerDependencies": {
"@stripe/connect-js": ">=3.0.1",
"@stripe/connect-js": ">=3.2.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1430,10 +1430,10 @@
dependencies:
"@sinonjs/commons" "^3.0.0"

"@stripe/connect-js@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.0.1.tgz#007a705cf780f3b846eccd45a59bc6ab1ab8ac31"
integrity sha512-H3k1AuV750pFeYI9H11KtMKFoNdwkh724A6BRulv7fOy3Nc593l4RisVlMMBq+818M8ljp4qlNgjuxlcHXi6Zg==
"@stripe/connect-js@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.2.0.tgz#3c9a18be05d1b81bab251843e341ccd0d376d161"
integrity sha512-Wpetqb/FsEoyQlDBxpEGvOMzvCmiV0IAw5yb7AFLisq1DrISxTOOZBMuOXkpABMF/UUymluBWrULw9695V1H5A==
dependencies:
"@rollup/plugin-json" "^6.0.0"

Expand Down

0 comments on commit fdd19f2

Please sign in to comment.