-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies across all projects
- Loading branch information
Showing
7 changed files
with
2,969 additions
and
5,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,43 +13,43 @@ | |
"build": "hardhat compile", | ||
"test": "hardhat test", | ||
"coverage": "hardhat coverage", | ||
"deploy": "yarn hardhat deploy-verify --network", | ||
"prepare": "yarn run clean && yarn run build", | ||
"lint": "yarn lint:sol && yarn lint:ts", | ||
"deploy": "hardhat deploy-verify --network", | ||
"prepare": "npm run clean && npm run build", | ||
"lint": "npm run lint:sol && npm run lint:ts", | ||
"lint:sol": "solhint 'contracts/**/*.sol'", | ||
"lint:ts": "eslint 'tasks/**/*.ts' 'test/**/*.ts' --max-warnings 0 --fix", | ||
"fmt": "yarn fmt:sol && yarn fmt:ts", | ||
"fmt": "npm run fmt:sol && npm run fmt:ts", | ||
"fmt:sol": "prettier 'contracts/**/*.sol' -w", | ||
"fmt:ts": "prettier 'tasks/**/*.ts' 'test/**/*.ts' -w" | ||
}, | ||
"author": "[email protected]", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@nomicfoundation/hardhat-chai-matchers": "2.0.2", | ||
"@nomicfoundation/hardhat-ethers": "^3.0.4", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.7", | ||
"@nomicfoundation/hardhat-chai-matchers": "2.0.6", | ||
"@nomicfoundation/hardhat-ethers": "^3.0.5", | ||
"@nomicfoundation/hardhat-network-helpers": "^1.0.10", | ||
"@nomicfoundation/hardhat-toolbox": "^4.0.0", | ||
"@nomicfoundation/hardhat-verify": "^2.0.0", | ||
"@openzeppelin/contracts": "^4.9.3", | ||
"@safe-global/safe-deployments": "^1.26.0", | ||
"@safe-global/safe-singleton-factory": "^1.0.15", | ||
"@typechain/ethers-v6": "^0.5.0", | ||
"@typechain/hardhat": "^9.0.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.5.6", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"@typescript-eslint/parser": "^6.4.1", | ||
"chai": "^4.3.7", | ||
"dotenv": "^16.0.3", | ||
"ethers": "^6.7.1", | ||
"hardhat": "^2.12.5", | ||
"hardhat-deploy": "^0.11.37", | ||
"hardhat-gas-reporter": "^1.0.9", | ||
"rimraf": "^5.0.1", | ||
"solhint": "3.6.2", | ||
"solidity-coverage": "^0.8.2", | ||
"ts-node": "^10.9.1", | ||
"typechain": "^8.1.1", | ||
"typescript": "5.1.6" | ||
"@nomicfoundation/hardhat-verify": "^2.0.4", | ||
"@openzeppelin/contracts": "^5.0.1", | ||
"@safe-global/safe-deployments": "^1.32.0", | ||
"@safe-global/safe-singleton-factory": "^1.0.19", | ||
"@typechain/ethers-v6": "^0.5.1", | ||
"@typechain/hardhat": "^9.1.0", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.18", | ||
"@typescript-eslint/eslint-plugin": "^7.0.1", | ||
"@typescript-eslint/parser": "^7.0.1", | ||
"chai": "^4.2.0", | ||
"dotenv": "^16.4.4", | ||
"ethers": "^6.11.1", | ||
"hardhat": "^2.20.0", | ||
"hardhat-deploy": "^0.11.45", | ||
"hardhat-gas-reporter": "^1.0.10", | ||
"rimraf": "^5.0.5", | ||
"solhint": "4.1.1", | ||
"solidity-coverage": "^0.8.7", | ||
"ts-node": "^10.9.2", | ||
"typechain": "^8.3.2", | ||
"typescript": "5.3.3" | ||
} | ||
} |
Oops, something went wrong.