Skip to content

Commit

Permalink
fix: hinkal syntax issue (#1564)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopavezi authored Jan 23, 2025
1 parent 11bd8df commit 90a3ede
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/payment-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@hinkal/common": "0.2.7",
"@hinkal/common": "0.2.9",
"@openzeppelin/contracts": "4.9.6",
"@requestnetwork/currency": "0.25.0",
"@requestnetwork/payment-detection": "0.51.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2951,10 +2951,10 @@
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==

"@hinkal/[email protected].7":
version "0.2.7"
resolved "https://registry.yarnpkg.com/@hinkal/common/-/common-0.2.7.tgz#0128e0f2a175fb4c6d7ed006a0c886f942e3163d"
integrity sha512-Dqs/7J0/9bNT8j47LNtkEINOOdAz1AIbbMqklRX5ym7KL7wH5LXuP7S9CYX+mmHPTG3/3EVb39oZNDjaRX6m9Q==
"@hinkal/[email protected].9":
version "0.2.9"
resolved "https://registry.yarnpkg.com/@hinkal/common/-/common-0.2.9.tgz#122e9b43d74a00c3eaf6bc321b85163ad90fe42f"
integrity sha512-rlzjeQ7obtil+tu4Bg28rUcmlLEGD8F/HFCIuuTlNFvlPq5rHROjqOQb9OAxnf12ID/IMNP7LT9s6LvoSYUbcA==
dependencies:
async-mutex "^0.4.0"
axios "^1.6.8"
Expand Down

0 comments on commit 90a3ede

Please sign in to comment.