Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Nov 16, 2023
1 parent 81434f8 commit 27410d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@
"author": "1inch",
"license": "MIT",
"dependencies": {
"@1inch/solidity-utils": "3.3.0",
"@1inch/solidity-utils": "3.4.0",
"@openzeppelin/contracts": "5.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "2.0.1",
"@nomicfoundation/hardhat-ethers": "3.0.4",
"@nomicfoundation/hardhat-verify": "1.0.4",
"@nomicfoundation/hardhat-chai-matchers": "2.0.2",
"@nomicfoundation/hardhat-ethers": "3.0.5",
"@nomicfoundation/hardhat-verify": "2.0.1",
"@openzeppelin/test-helpers": "0.5.16",
"chai": "4.3.7",
"chai": "4.3.10",
"dotenv": "16.3.1",
"eslint": "8.45.0",
"eslint": "8.53.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-promise": "6.1.1",
"ethers": "6.6.5",
"hardhat": "2.17.0",
"hardhat-deploy": "0.11.34",
"ethers": "6.8.1",
"hardhat": "2.19.1",
"hardhat-deploy": "0.11.43",
"hardhat-gas-reporter": "1.0.9",
"rimraf": "5.0.1",
"solhint": "3.4.1",
"solidity-coverage": "0.8.4"
"solidity-coverage": "0.8.5"
},
"scripts": {
"clean": "rimraf artifacts cache coverage coverage.json contracts/hardhat-dependency-compiler",
Expand Down

0 comments on commit 27410d1

Please sign in to comment.