Skip to content

Commit

Permalink
Bump express pay version to get new library (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
bCWarkent authored Feb 1, 2024
1 parent 2060fd1 commit 528f858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boldcommerce/checkout-express-pay-library",
"version": "0.24.3",
"version": "0.24.4",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript-transform-paths": "^3.3.1"
},
"peerDependencies": {
"@boldcommerce/checkout-frontend-library": "0.53.1"
"@boldcommerce/checkout-frontend-library": "0.54.0"
},
"files": [
"lib/**/*"
Expand All @@ -52,7 +52,7 @@
"*.{js,jsx,ts,tsx}": "eslint --fix --max-warnings 0"
},
"dependencies": {
"@boldcommerce/checkout-frontend-library": "0.53.1",
"@boldcommerce/checkout-frontend-library": "0.54.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.53.1":
version "0.53.1"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.53.1.tgz#44d03ff801d050a70331d88e4a304c66093bf0f9"
integrity sha512-PW7klLttjqz9b+sDpr0U2jz/5uuyK87G30b8HsFbjVRgkQZD736OcCoG9DqTZtr9Yq8Bphp1vgYDCFPnO3dIDQ==
"@boldcommerce/checkout-frontend-library@0.54.0":
version "0.54.0"
resolved "https://registry.yarnpkg.com/@boldcommerce/checkout-frontend-library/-/checkout-frontend-library-0.54.0.tgz#f0b9c4152f0fd95f8b04746afdc4b4776afe3528"
integrity sha512-VdyMj527P8Noe/NwJSNHZyQQ9O8d8Qmzn4LrfBuC3pl24Lr2GSo3PEgdOQc7eTKaBcRgHQmKLQtL+8YvC+pG3Q==

"@eslint/eslintrc@^0.4.3":
version "0.4.3"
Expand Down

0 comments on commit 528f858

Please sign in to comment.