|
@@ -7,41 +7,41 @@
|
|
|
"url": "https://github.com/PaulRBerg"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
|
- "@nomicfoundation/hardhat-network-helpers": "^1.0.6",
|
|
|
- "@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
|
- "@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
|
- "@nomicfoundation/hardhat-verify": "^1.0.0",
|
|
|
- "@trivago/prettier-plugin-sort-imports": "^4.0.0",
|
|
|
- "@typechain/ethers-v6": "^0.4.0",
|
|
|
- "@typechain/hardhat": "^8.0.0",
|
|
|
- "@types/chai": "^4.3.4",
|
|
|
- "@types/fs-extra": "^9.0.13",
|
|
|
- "@types/mocha": "^10.0.0",
|
|
|
- "@types/node": "^18.11.9",
|
|
|
- "@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
|
- "@typescript-eslint/parser": "^5.44.0",
|
|
|
- "chai": "^4.3.7",
|
|
|
+ "@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
|
|
|
+ "@nomicfoundation/hardhat-ethers": "^3.0.5",
|
|
|
+ "@nomicfoundation/hardhat-network-helpers": "^1.0.10",
|
|
|
+ "@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
|
|
+ "@nomicfoundation/hardhat-verify": "^2.0.2",
|
|
|
+ "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
|
+ "@typechain/ethers-v6": "^0.5.1",
|
|
|
+ "@typechain/hardhat": "^9.1.0",
|
|
|
+ "@types/chai": "^4.3.11",
|
|
|
+ "@types/fs-extra": "^11.0.4",
|
|
|
+ "@types/mocha": "^10.0.6",
|
|
|
+ "@types/node": "^20.10.4",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
+ "@typescript-eslint/parser": "^6.14.0",
|
|
|
+ "chai": "^4.3.10",
|
|
|
"cross-env": "^7.0.3",
|
|
|
- "eslint": "^8.28.0",
|
|
|
- "eslint-config-prettier": "^8.5.0",
|
|
|
- "ethers": "^6.4.0",
|
|
|
- "fs-extra": "^10.1.0",
|
|
|
- "hardhat": "^2.19.0",
|
|
|
- "hardhat-deploy": "^0.11.29",
|
|
|
+ "eslint": "^8.56.0",
|
|
|
+ "eslint-config-prettier": "^9.1.0",
|
|
|
+ "ethers": "^6.9.0",
|
|
|
+ "fs-extra": "^11.2.0",
|
|
|
+ "hardhat": "^2.19.2",
|
|
|
+ "hardhat-deploy": "^0.11.45",
|
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
|
"lodash": "^4.17.21",
|
|
|
- "mocha": "^10.1.0",
|
|
|
- "prettier": "^2.8.4",
|
|
|
- "prettier-plugin-solidity": "^1.1.2",
|
|
|
- "rimraf": "^4.1.2",
|
|
|
- "solhint": "^3.4.0",
|
|
|
- "solhint-plugin-prettier": "^0.0.5",
|
|
|
+ "mocha": "^10.2.0",
|
|
|
+ "prettier": "^3.1.1",
|
|
|
+ "prettier-plugin-solidity": "^1.2.0",
|
|
|
+ "rimraf": "^5.0.5",
|
|
|
+ "solhint": "^4.0.0",
|
|
|
+ "solhint-plugin-prettier": "^0.1.0",
|
|
|
"solidity-coverage": "^0.8.5",
|
|
|
"ts-generator": "^0.1.1",
|
|
|
- "ts-node": "^10.9.1",
|
|
|
- "typechain": "^8.2.0",
|
|
|
- "typescript": "^4.9.3"
|
|
|
+ "ts-node": "^10.9.2",
|
|
|
+ "typechain": "^8.3.2",
|
|
|
+ "typescript": "^5.3.3"
|
|
|
},
|
|
|
"files": [
|
|
|
"contracts"
|