Skip to content

Commit 2587091

Browse files
fix: bump peer dependency
1 parent 5ebfd08 commit 2587091

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
@@ -51,7 +51,7 @@
5151
"@babel/preset-react": "7.18.6",
5252
"@rollup/plugin-json": "^6.0.0",
5353
"@rollup/plugin-replace": "^2.3.1",
54-
"@stripe/connect-js": "3.3.20",
54+
"@stripe/connect-js": "3.3.23",
5555
"@types/jest": "^24.0.25",
5656
"@types/react": "^16.8.0",
5757
"@types/react-dom": "^16.8.0",
@@ -90,7 +90,7 @@
9090
"zx": "^4.2.0"
9191
},
9292
"peerDependencies": {
93-
"@stripe/connect-js": ">=3.3.20",
93+
"@stripe/connect-js": ">=3.3.23",
9494
"react": ">=16.8.0",
9595
"react-dom": ">=16.8.0"
9696
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,10 +1577,10 @@
15771577
dependencies:
15781578
"@sinonjs/commons" "^3.0.0"
15791579

1580-
"@stripe/connect-js@3.3.20":
1581-
version "3.3.20"
1582-
resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.3.20.tgz#ffa508f62effcadf7e0774ca222dbc9d60704141"
1583-
integrity sha512-4GingsjdQDJomIMAmTWFJSBifLygc5xWCcYzdcL5nYiePBuHEfYwFKKq7tOO1SIR2jsuHpn6R18xKVijToblWQ==
1580+
"@stripe/connect-js@3.3.23":
1581+
version "3.3.23"
1582+
resolved "https://registry.yarnpkg.com/@stripe/connect-js/-/connect-js-3.3.23.tgz#caa232a2efc8aaa39833aa2904ee14d3c16b5155"
1583+
integrity sha512-HOEG6R/nZzk+4zJ3yxt81Ox3uBOC/qj8TZ2DyQ/Unn0MsUl/GfX3FQpxZSqo8iltuA8qMqHGaLTlv9fYqiPqGg==
15841584

15851585
"@tootallnate/once@2":
15861586
version "2.0.0"

0 commit comments

Comments
 (0)