Skip to content

Commit

Permalink
bumping the version to support eps implementation (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shagufa92 authored Sep 19, 2024
1 parent b49936b commit 5d817fe
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 @@ -45,7 +45,7 @@
"typescript-transform-paths": "^3.3.1"
},
"peerDependencies": {
"@boldcommerce/checkout-frontend-library": "0.60.2"
"@boldcommerce/checkout-frontend-library": "0.61.0"
},
"files": [
"lib/**/*"
Expand All @@ -54,7 +54,7 @@
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
},
"dependencies": {
"@boldcommerce/checkout-frontend-library": "0.60.2",
"@boldcommerce/checkout-frontend-library": "0.61.0",
"@paypal/paypal-js": "^7.0.1",
"@types/applepayjs": "^3.0.4",
"@types/googlepay": "^0.6.4"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@boldcommerce/checkout-frontend-library@0.60.2":
version "0.60.2"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.2.tgz#01b8a8703b623e09e8613fbf41872ca26d3017ae"
integrity sha512-bURQgKWNpLeGY897H7oy+J+P6ThJltCJ7cTOWC8rrLwn2G/f5tmuZbmWb0OspNJO/Jksi+4uCERGJD4uENSuOA==
"@boldcommerce/checkout-frontend-library@0.61.0":
version "0.61.0"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.61.0.tgz#66bb47f59ba74ec6024c771f20e109599a104e98"
integrity sha512-6YDsNLQsEFViXr5iz/zqG5hFfu/c/MO9CYQ6zArFaG/LnXwbOlz6zxFWbKG38gejt7quHEyXUkGjfHnekn8VkQ==

"@cspotcode/source-map-support@^0.8.0":
version "0.8.1"
Expand Down

0 comments on commit 5d817fe

Please sign in to comment.