Skip to content

Commit

Permalink
Merge pull request #213 from api3dao/renovate/api3
Browse files Browse the repository at this point in the history
Update dependency @api3/contracts to ^16.6.0
  • Loading branch information
acenolaza authored Feb 6, 2025
2 parents 64c93fa + d3dff5c commit 6c3c79d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"update-proxy": "hardhat run scripts/update-proxy.js --network $NETWORK"
},
"devDependencies": {
"@api3/contracts": "^16.5.0",
"@api3/contracts": "^16.6.0",
"@api3/dapi-management": "^2.18.1",
"@api3/eslint-plugin-commons": "^3.0.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,6 @@
ethers "^5.7.2"
zod "^3.24.1"

"@api3/chains@^11.5.0":
version "11.5.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-11.5.0.tgz#43c11c91d6bca29b6ec627f8ebf6261a692e3d44"
integrity sha512-Qc8EICOkwxj4BDBOtbRGnj7huAg9Td/EmqXr1/crPOUI9e/als8LKGFpVS3YPZzOePfXWsp7SVazc1J4ZBxFlg==
dependencies:
viem "^2.21.29"
zod "^3.23.8"

"@api3/chains@^11.5.1":
version "11.5.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-11.5.1.tgz#8707f1fbd7c7ec191d9f8cbfadf0b6f84f73af69"
Expand All @@ -149,6 +141,14 @@
viem "^2.21.29"
zod "^3.23.8"

"@api3/chains@^11.6.0":
version "11.6.0"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-11.6.0.tgz#f31a20e3f2ab1c7e3456ade2a59e908197b17b46"
integrity sha512-DZt3W1gaw66EGGCatcJgHecEwSZ1CdYa9riiUfByesvrMLXAbUII41HgWq3P4NvgpyUfgpUvgN0WAq/HFzG7eA==
dependencies:
viem "^2.21.29"
zod "^3.23.8"

"@api3/chains@^4.4.0":
version "4.17.1"
resolved "https://registry.yarnpkg.com/@api3/chains/-/chains-4.17.1.tgz#9a90f54cadf9cc8b00c2964efc7a32f9b6c490da"
Expand Down Expand Up @@ -203,12 +203,12 @@
winston-console-format "^1.0.8"
zod "^3.22.4"

"@api3/contracts@^16.5.0":
version "16.5.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-16.5.0.tgz#0b154af18379d84158bd5952b4c014682de67b99"
integrity sha512-PzwK9jsfOspNmY4VCG5H4DpQ3/4QmrX9mhw/uP9TxkJXFBsQvauT5Tc2o957VY9lfpPYYEJF/AX7k3wL5B63lw==
"@api3/contracts@^16.6.0":
version "16.6.0"
resolved "https://registry.yarnpkg.com/@api3/contracts/-/contracts-16.6.0.tgz#bbc750399fd6a466dca00e95f94cfe9b69afcd7c"
integrity sha512-dybxkLelcUueZowujHYdrg7j7PCR3+w2VNINSgDUxxLSIJ6zhT1V8MHIJRI4P3sNyVIwme9PFcWLQt5KjtuTKA==
dependencies:
"@api3/chains" "^11.5.0"
"@api3/chains" "^11.6.0"
ethers "^6.13.2"
yargs "^17.7.2"

Expand Down

0 comments on commit 6c3c79d

Please sign in to comment.