Skip to content

Commit

Permalink
Merge pull request #8 from 1inch/feature/bump-solidity-utils
Browse files Browse the repository at this point in the history
[SC-1155] Bump solidity-utils version
  • Loading branch information
ZumZoom authored May 9, 2024
2 parents 0589800 + b734ddc commit b4905b2
Show file tree
Hide file tree
Showing 4 changed files with 1,192 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- run: npm install -g yarn
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install -g yarn
- run: yarn global add semver-compare-cli
- run: export PATH="$PATH:$(yarn global bin)"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/calldata-compressor",
"version": "0.0.6",
"version": "0.0.7",
"description": "1inch calldata compressor",
"repository": {
"type": "git",
Expand All @@ -11,12 +11,12 @@
"@openzeppelin/contracts": "5.0.1"
},
"devDependencies": {
"@1inch/solidity-utils": "3.5.5",
"@1inch/solidity-utils": "4.2.1",
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@nomicfoundation/hardhat-network-helpers": "1.0.10",
"@nomicfoundation/hardhat-verify": "2.0.2",
"chai": "4.3.10",
"chai": "4.4.0",
"dotenv": "16.3.1",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
Expand Down
Loading

0 comments on commit b4905b2

Please sign in to comment.