Skip to content

Commit

Permalink
fix: bump clit
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Feb 5, 2025
1 parent 0f5d32b commit 6e5d675
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 96 deletions.
164 changes: 70 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier-plugin-solidity": "^1.1.1"
},
"dependencies": {
"@bgd-labs/aave-cli": "^1.1.14",
"@bgd-labs/aave-cli": "^1.1.17",
"catapulta-verify": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion tests/utils/DiffUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract DiffUtils is Test {

string[] memory inputs = new string[](7);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@^1.1.12';
inputs[1] = '@bgd-labs/aave-cli@^1.1.17';
inputs[2] = 'diff-snapshots';
inputs[3] = beforePath;
inputs[4] = afterPath;
Expand Down

0 comments on commit 6e5d675

Please sign in to comment.