Skip to content

Commit 74bc1ac

Browse files
committed
Fix loading alternative payments by updating frontend library
1 parent a8813a5 commit 74bc1ac

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
@@ -45,7 +45,7 @@
4545
"typescript-transform-paths": "^3.3.1"
4646
},
4747
"peerDependencies": {
48-
"@boldcommerce/checkout-frontend-library": "0.57.0"
48+
"@boldcommerce/checkout-frontend-library": "0.57.1"
4949
},
5050
"files": [
5151
"lib/**/*"
@@ -54,7 +54,7 @@
5454
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
5555
},
5656
"dependencies": {
57-
"@boldcommerce/checkout-frontend-library": "0.57.0",
57+
"@boldcommerce/checkout-frontend-library": "0.57.1",
5858
"@paypal/paypal-js": "^7.0.1",
5959
"@types/applepayjs": "^3.0.4",
6060
"@types/googlepay": "^0.6.4"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@
302302
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
303303
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
304304

305-
"@boldcommerce/checkout-frontend-library@0.57.0":
306-
version "0.57.0"
307-
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.57.0.tgz#a9fec156e3baedb70717f53ef37d513ca3142efd"
308-
integrity sha512-E6TU2Tjpi02klr/OIsxZY16i4T87v+dKJQvnptJ/cJtBT7hPS/zihmJYyDeBctQ99U/4iopht+oWbG2MLIHmow==
305+
"@boldcommerce/checkout-frontend-library@0.57.1":
306+
version "0.57.1"
307+
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.57.1.tgz#6ce909e4c796bf07a2190cbd502df06649e34810"
308+
integrity sha512-TVqaO1rmD9LmaS/VhdwmDrdWYjgHdeiW361UFmitU+PdY0qRbKIeGNzi6I7VYMmr6QlzQEjTzlucui5K1+tvKA==
309309

310310
"@cspotcode/source-map-support@^0.8.0":
311311
version "0.8.1"

0 commit comments

Comments
 (0)