Skip to content

Commit

Permalink
build(ci): update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Feb 9, 2024
1 parent e6091df commit 8bd2377
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 257 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
]
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
Expand All @@ -39,31 +39,31 @@
"@typechain/ethers-v6": "^0.4.0",
"@typechain/hardhat": "^8.0.0",
"@types/chai": "^4.2.0",
"@types/mocha": ">=9.1.0",
"@types/node": ">=16.0.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"chai": "^4.2.0",
"dotenv": "^16.3.1",
"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": "11.0.0",
"ethereumjs-util": "^7.1.5",
"ethers": "^6.4.0",
"glob": "^10.3.10",
"hardhat": "^2.17.2",
"hardhat-gas-reporter": "^1.0.8",
"husky": "^8.0.0",
"lint-staged": "^14.0.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "^3.0.3",
"solhint": "^3.6.2",
"solhint-plugin-lido": "^0.0.4",
"solidity-coverage": "^0.8.4",
"ts-node": ">=8.0.0",
"tsconfig-paths": "^4.2.0",
"typechain": "^8.3.2",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"dependencies": {
"@aragon/apps-agent": "2.1.0",
Expand Down
Loading

0 comments on commit 8bd2377

Please sign in to comment.