Skip to content

Commit

Permalink
CHK-3367: bump version (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
bold-nima authored Aug 12, 2024
1 parent 1a9342a commit 7d649d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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.58.0"
"@boldcommerce/checkout-frontend-library": "0.59.0"
},
"files": [
"lib/**/*"
Expand All @@ -54,7 +54,7 @@
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
},
"dependencies": {
"@boldcommerce/checkout-frontend-library": "0.58.0",
"@boldcommerce/checkout-frontend-library": "0.59.0",
"@paypal/paypal-js": "^7.0.1",
"@types/applepayjs": "^3.0.4",
"@types/googlepay": "^0.6.4"
Expand Down
3 changes: 2 additions & 1 deletion tests/paypal/getPaypalShippingOptions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ describe('testing getPaypalShippingOptions function', () => {
const extraAvailableShipping = {
id: `test_select_shipping_line_id_2_${'-'.repeat(130)}`,
description: `Test Description 2 ${'-'.repeat(130)}`,
amount: 100
amount: 100,
code: '',
};
const shippingReturnMock = {
...shippingMock,
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.58.0":
version "0.58.0"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.58.0.tgz#ba099d2c15430612baf8b96ebed312725bb708e3"
integrity sha512-Jn8g0HCnPZZ03J1Xkpm32hXuXty/xWFGaBSSMG+0BqCtpzEJ4nneSxangjI0GA55kiQjyNfTtFfTFyJ7oTeZXw==
"@boldcommerce/checkout-frontend-library@0.59.0":
version "0.59.0"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.59.0.tgz#241b5490357285baa99a54291b895f5d4338cf2e"
integrity sha512-LJJmzFh8nrGRNmxdcyMsocia+ut+rH86ilYXi5f+dvO1aDLYzsbA1CeQuDU80fyDuOc2LvuWLwLtOWeD2ivO4A==

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

0 comments on commit 7d649d6

Please sign in to comment.