Skip to content

Commit

Permalink
Merge pull request #31 from lidofinance/chore/update-dev-deps
Browse files Browse the repository at this point in the history
chore: update dev dependencies
  • Loading branch information
tamtamchik authored Feb 16, 2024
2 parents 5f995fe + 47995cf commit edfd100
Show file tree
Hide file tree
Showing 2 changed files with 770 additions and 681 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,40 +31,40 @@
]
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.0.0",
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.2.0",
"@types/mocha": "10.0.6",
"@types/node": ">=16.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"bigint-conversion": "^2.4.3",
"chai": "^4.2.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.4",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-simple-import-sort": "12.0.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.4.0",
"ethers": "^6.11.1",
"glob": "^10.3.10",
"hardhat": "^2.17.2",
"hardhat": "^2.20.1",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-tracer": "2.7.0",
"hardhat-tracer": "2.8.0",
"hardhat-watcher": "2.5.0",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.0.3",
"solhint": "^3.6.2",
"solhint": "^4.1.1",
"solhint-plugin-lido": "^0.0.4",
"solidity-coverage": "^0.8.4",
"solidity-coverage": "^0.8.7",
"ts-node": ">=8.0.0",
"tsconfig-paths": "^4.2.0",
"typechain": "^8.3.2",
Expand Down
Loading

0 comments on commit edfd100

Please sign in to comment.