|
@@ -7,41 +7,41 @@
|
|
|
"url": "https://github.com/paulrberg"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@commitlint/cli": "^16.2.3",
|
|
|
- "@commitlint/config-conventional": "^16.2.1",
|
|
|
- "@ethersproject/abi": "^5.6.0",
|
|
|
- "@ethersproject/abstract-signer": "^5.6.0",
|
|
|
- "@ethersproject/bignumber": "^5.6.0",
|
|
|
+ "@commitlint/cli": "^17.0.1",
|
|
|
+ "@commitlint/config-conventional": "^17.0.0",
|
|
|
+ "@ethersproject/abi": "^5.6.3",
|
|
|
+ "@ethersproject/abstract-signer": "^5.6.2",
|
|
|
+ "@ethersproject/bignumber": "^5.6.2",
|
|
|
"@ethersproject/bytes": "^5.6.1",
|
|
|
- "@ethersproject/providers": "^5.6.2",
|
|
|
- "@nomiclabs/hardhat-ethers": "^2.0.5",
|
|
|
+ "@ethersproject/providers": "^5.6.8",
|
|
|
+ "@nomiclabs/hardhat-ethers": "^2.0.6",
|
|
|
"@nomiclabs/hardhat-etherscan": "^3.0.3",
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
|
|
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
|
|
|
"@typechain/ethers-v5": "^10.0.0",
|
|
|
"@typechain/hardhat": "^6.0.0",
|
|
|
- "@types/chai": "^4.3.0",
|
|
|
+ "@types/chai": "^4.3.1",
|
|
|
"@types/fs-extra": "^9.0.13",
|
|
|
- "@types/mocha": "^9.1.0",
|
|
|
- "@types/node": "^17.0.23",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.17.0",
|
|
|
- "@typescript-eslint/parser": "^5.17.0",
|
|
|
+ "@types/mocha": "^9.1.1",
|
|
|
+ "@types/node": "^17.0.36",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^5.26.0",
|
|
|
+ "@typescript-eslint/parser": "^5.26.0",
|
|
|
"chai": "^4.3.6",
|
|
|
"commitizen": "^4.2.4",
|
|
|
"cross-env": "^7.0.3",
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
|
- "dotenv": "^16.0.0",
|
|
|
- "eslint": "^8.12.0",
|
|
|
+ "dotenv": "^16.0.1",
|
|
|
+ "eslint": "^8.16.0",
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
"ethereum-waffle": "^3.4.4",
|
|
|
- "ethers": "^5.6.2",
|
|
|
- "fs-extra": "^10.0.1",
|
|
|
- "hardhat": "^2.9.2",
|
|
|
+ "ethers": "^5.6.8",
|
|
|
+ "fs-extra": "^10.1.0",
|
|
|
+ "hardhat": "^2.9.6",
|
|
|
"hardhat-gas-reporter": "^1.0.8",
|
|
|
- "husky": "^7.0.4",
|
|
|
- "lint-staged": "^12.3.7",
|
|
|
+ "husky": "^8.0.1",
|
|
|
+ "lint-staged": "^12.4.2",
|
|
|
"lodash": "^4.17.21",
|
|
|
- "mocha": "^9.2.2",
|
|
|
+ "mocha": "^10.0.0",
|
|
|
"pinst": "^3.0.0",
|
|
|
"prettier": "^2.6.2",
|
|
|
"prettier-plugin-solidity": "^1.0.0-dev.21",
|
|
@@ -49,11 +49,11 @@
|
|
|
"shx": "^0.3.4",
|
|
|
"solhint": "^3.3.7",
|
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
|
- "solidity-coverage": "^0.7.20",
|
|
|
+ "solidity-coverage": "^0.7.21",
|
|
|
"ts-generator": "^0.1.1",
|
|
|
- "ts-node": "^10.7.0",
|
|
|
+ "ts-node": "^10.8.0",
|
|
|
"typechain": "^8.0.0",
|
|
|
- "typescript": "^4.6.3"
|
|
|
+ "typescript": "^4.7.2"
|
|
|
},
|
|
|
"files": [
|
|
|
"/contracts"
|