Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xged committed Nov 2, 2022
1 parent 269a050 commit f80fc62
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 371 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,38 +77,38 @@
},
"devDependencies": {
"@codechecks/client": "0.1.12",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@defi-wonderland/smock": "2.3.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@defi-wonderland/smock": "2.3.3",
"@dethcrypto/eth-sdk": "0.3.3",
"@dethcrypto/eth-sdk-client": "0.1.6",
"@ethersproject/abi": "5.7.0",
"@ethersproject/providers": "5.7.1",
"@nomicfoundation/hardhat-chai-matchers": "1.0.3",
"@ethersproject/providers": "5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-network-helpers": "1.0.6",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
"@nomiclabs/hardhat-ethers": "2.1.1",
"@nomiclabs/hardhat-etherscan": "3.1.0",
"@typechain/ethers-v5": "10.1.0",
"@typechain/hardhat": "6.1.3",
"@nomiclabs/hardhat-ethers": "2.2.1",
"@nomiclabs/hardhat-etherscan": "3.1.2",
"@typechain/ethers-v5": "10.1.1",
"@typechain/hardhat": "6.1.4",
"@types/chai": "4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/lodash": "4.14.185",
"@types/mocha": "9.1.1",
"@types/node": "18.7.21",
"@types/lodash": "4.14.187",
"@types/mocha": "10.0.0",
"@types/node": "18.11.9",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"cross-env": "7.0.3",
"dotenv": "16.0.2",
"ethers": "5.7.1",
"hardhat": "2.11.2",
"hardhat-deploy": "0.11.15",
"dotenv": "16.0.3",
"ethers": "5.7.2",
"hardhat": "2.12.2",
"hardhat-deploy": "0.11.19",
"hardhat-gas-reporter": "1.0.9",
"hardhat-preprocessor": "0.1.5",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"lodash": "4.17.21",
"mocha": "10.0.0",
"mocha": "10.1.0",
"pinst": "3.0.0",
"prettier": "2.7.1",
"prettier-plugin-solidity": "1.0.0-beta.24",
Expand All @@ -118,11 +118,11 @@
"solhint-plugin-wonderland": "0.0.1",
"solidity-coverage": "0.8.2",
"solidity-docgen": "0.5.17",
"sort-package-json": "1.57.0",
"sort-package-json": "2.0.0",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"typechain": "8.1.0",
"typescript": "4.8.3"
"typechain": "8.1.1",
"typescript": "4.8.4"
}
}
Loading

0 comments on commit f80fc62

Please sign in to comment.