From 6bd395849885dccc75974bf5c99cf6f9a8ef1ee4 Mon Sep 17 00:00:00 2001 From: Prathamesh Madniwale <61145586+prathamesh2525@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:27:08 +0530 Subject: [PATCH] Updated dev-dependencies --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 33d2cbc..468a9e7 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,33 @@ { "name": "dao-template", "devDependencies": { - "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.12", + "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@0.3.0-beta.13", "@nomiclabs/hardhat-etherscan": "^3.0.0", "@nomiclabs/hardhat-waffle": "^2.0.2", - "@openzeppelin/contracts": "^4.6.0", - "@typechain/ethers-v5": "^9.0.0", - "@typechain/hardhat": "^4.0.0", - "@types/chai": "^4.3.0", - "@types/mocha": "^9.1.0", - "@types/node": "^17.0.13", + "@openzeppelin/contracts": "^4.8.0", + "@typechain/ethers-v5": "^10.1.1", + "@typechain/hardhat": "^6.1.4", + "@types/chai": "^4.3.4", + "@types/mocha": "^10.0.1", + "@types/node": "^18.11.9", "chai": "^4.3.6", "cross-env": "^7.0.2", - "dotenv": "^10.0.0", + "dotenv": "^16.0.3", "ethereum-waffle": "^3.4.0", - "ethers": "^5.5.3", + "ethers": "^5.7.2", "fs": "^0.0.1-security", "fs-extra": "^10.0.0", "hardhat": "^2.8.3", - "hardhat-deploy": "^0.10.4", + "hardhat-deploy": "^0.11.20", "hardhat-gas-reporter": "^1.0.7", "prettier": "^2.5.1", "prettier-plugin-solidity": "^1.0.0-beta.19", "solhint": "^3.3.6", "solhint-plugin-prettier": "^0.0.5", "solidity-coverage": "^0.7.18", - "ts-node": "^10.4.0", - "typechain": "^7.0.0", - "typescript": "^4.5.5" + "ts-node": "^10.9.1", + "typechain": "^8.1.1", + "typescript": "^4.9.3" }, "scripts": { "lint": "solhint 'contracts/*.sol'",