Skip to content

Commit

Permalink
EPS-320: bump the version (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
bold-nima authored Sep 5, 2024
1 parent 74ab6d2 commit b49936b
Show file tree
Hide file tree
Showing 3 changed files with 7 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.1"
"@boldcommerce/checkout-frontend-library": "0.60.2"
},
"files": [
"lib/**/*"
Expand All @@ -54,7 +54,7 @@
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
},
"dependencies": {
"@boldcommerce/checkout-frontend-library": "0.60.1",
"@boldcommerce/checkout-frontend-library": "0.60.2",
"@paypal/paypal-js": "^7.0.1",
"@types/applepayjs": "^3.0.4",
"@types/googlepay": "^0.6.4"
Expand Down
1 change: 1 addition & 0 deletions tests/initialize/initialize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ describe('testing initialize function', () => {
life_elements: [],
flow_settings: {},
requires_shipping: true,
eps_gateways: {},
};
const braintreePayment: IExpressPayBraintree = {
type: alternatePaymentMethodType.BRAINTREE_GOOGLE,
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/[email protected].1":
version "0.60.1"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.60.1.tgz#125cce130eca74290b521cd880b432dc1831f8fc"
integrity sha512-xmp8vf5pImC6JQGKwDIOx0J3fjDqATjZyJWM/G9UGXAR8f9XsTH/zxnO0nDXsCbo/AMu4RPHOFBj9bnFKBiTvQ==
"@boldcommerce/[email protected].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==

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

0 comments on commit b49936b

Please sign in to comment.