Skip to content

Commit 5d817fe

Browse files
authored
bumping the version to support eps implementation (#42)
1 parent b49936b commit 5d817fe

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.60.2"
48+
"@boldcommerce/checkout-frontend-library": "0.61.0"
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.60.2",
57+
"@boldcommerce/checkout-frontend-library": "0.61.0",
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.60.2":
306-
version "0.60.2"
307-
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.2.tgz#01b8a8703b623e09e8613fbf41872ca26d3017ae"
308-
integrity sha512-bURQgKWNpLeGY897H7oy+J+P6ThJltCJ7cTOWC8rrLwn2G/f5tmuZbmWb0OspNJO/Jksi+4uCERGJD4uENSuOA==
305+
"@boldcommerce/checkout-frontend-library@0.61.0":
306+
version "0.61.0"
307+
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.61.0.tgz#66bb47f59ba74ec6024c771f20e109599a104e98"
308+
integrity sha512-6YDsNLQsEFViXr5iz/zqG5hFfu/c/MO9CYQ6zArFaG/LnXwbOlz6zxFWbKG38gejt7quHEyXUkGjfHnekn8VkQ==
309309

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

0 commit comments

Comments
 (0)