Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
fix: upgrade client to fix date issue (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Samer Buna <[email protected]>
  • Loading branch information
samerbuna and samerbuna authored Feb 9, 2022
1 parent 7591d4d commit c9df056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tsc:check": "tsc --pretty --noEmit --skipLibCheck"
},
"dependencies": {
"@galoymoney/client": "^0.0.20",
"@galoymoney/client": "^0.0.21",
"@galoymoney/react": "^0.0.15",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@galoymoney/client@^0.0.20":
version "0.0.20"
resolved "https://registry.yarnpkg.com/@galoymoney/client/-/client-0.0.20.tgz#1ed4b7f055b4fa1b8b7a913e245d44cc54df29ea"
integrity sha512-aO9wTJn0aUfye0EXZjA3jDLA1NnpwxkmJYuquCylB30z58I0ZUQ+YxcWLHPDaG4fCuzlpsLThWixehvkpZiouQ==
"@galoymoney/client@^0.0.21":
version "0.0.21"
resolved "https://registry.yarnpkg.com/@galoymoney/client/-/client-0.0.21.tgz#fe106e279e19f122b36bcc9c02cdeae4cca5149c"
integrity sha512-WGj30lWF+C8TE5xoVbfje8Zf8faTjuoWW+Rh2ae4pZ+CjD+KRWvX6M4o/0uwtAURD7lu2gqlLGmdTMavdXH0AQ==
dependencies:
"@apollo/client" "^3.5.8"
bitcoinjs-lib "^5.0.0"
Expand Down

0 comments on commit c9df056

Please sign in to comment.