Skip to content

Commit

Permalink
fix(dependencies): bump npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Feb 15, 2024
1 parent ae301be commit a435ce0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"coverage": "npx hardhat coverage --testfiles 'test/emptyrun.coverage.ts' && npx hardhat coverage --testfiles 'test/*.spec.ts'",
"test": "npm run compile && hardhat test test/*.spec.ts",
"test-fork": "npm run compile && MAINNET_FORK=true FORKING_BLOCK_NUMBER=14340480 hardhat test test/fork/crosschain-bridges.spec.ts",
"hardhat:kovan": "hardhat --network kovan",
"hardhat:sepolia": "hardhat --network sepolia",
"hardhat:tenderlyMain": "hardhat --network tenderlyMain",
"hardhat:ropsten": "hardhat --network ropsten",
"hardhat:rinkeby": "hardhat --network rinkeby",
Expand All @@ -41,13 +41,13 @@
"devDependencies": {
"@aave/governance-v2": "^1.0.0",
"@ethersproject/abi": "^5.1.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.3.2",
"@tenderly/hardhat-tenderly": "^1.1.0-beta.5",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.0.2",
"@typechain/ethers-v5": "^11.1.2",
"@typechain/hardhat": "^7.0.0",
"@types/bluebird": "^3.5.36",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.1.1",
Expand All @@ -58,10 +58,10 @@
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.1",
"hardhat": "^2.9.5",
"hardhat": "^2.19.5",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-dependency-compiler": "^1.1.2",
"hardhat-deploy": "^0.10.6",
"hardhat-deploy": "^0.11.45",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
Expand All @@ -71,8 +71,8 @@
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.3.0",
"typechain": "^5.1.2",
"typescript": "^4.6.4"
"typechain": "^8.3.2",
"typescript": "^4.9.5"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit a435ce0

Please sign in to comment.