mirror of
https://github.com/PaulRBerg/hardhat-template.git
synced 2026-05-12 03:01:22 -04:00
build: upgrade to yarn v3.1.0
build: upgrade dev deps
This commit is contained in:
631
.yarn/releases/yarn-3.0.2.cjs
vendored
631
.yarn/releases/yarn-3.0.2.cjs
vendored
File diff suppressed because one or more lines are too long
768
.yarn/releases/yarn-3.1.0.cjs
vendored
Executable file
768
.yarn/releases/yarn-3.1.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
@@ -4,4 +4,4 @@ plugins:
|
||||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
|
||||
spec: "@yarnpkg/plugin-interactive-tools"
|
||||
|
||||
yarnPath: .yarn/releases/yarn-3.0.2.cjs
|
||||
yarnPath: .yarn/releases/yarn-3.1.0.cjs
|
||||
|
||||
30
package.json
30
package.json
@@ -7,14 +7,14 @@
|
||||
"url": "https://paulrberg.com"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@codechecks/client": "^0.1.11",
|
||||
"@codechecks/client": "^0.1.12",
|
||||
"@commitlint/cli": "^13.2.1",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@ethersproject/abi": "^5.4.1",
|
||||
"@ethersproject/abstract-signer": "^5.4.1",
|
||||
"@ethersproject/bignumber": "^5.4.2",
|
||||
"@ethersproject/bytes": "^5.4.0",
|
||||
"@ethersproject/providers": "^5.4.5",
|
||||
"@ethersproject/abi": "^5.5.0",
|
||||
"@ethersproject/abstract-signer": "^5.5.0",
|
||||
"@ethersproject/bignumber": "^5.5.0",
|
||||
"@ethersproject/bytes": "^5.5.0",
|
||||
"@ethersproject/providers": "^5.5.0",
|
||||
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
||||
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
||||
"@typechain/ethers-v5": "^7.2.0",
|
||||
@@ -22,23 +22,23 @@
|
||||
"@types/chai": "^4.2.22",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^16.11.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
||||
"@typescript-eslint/parser": "^5.2.0",
|
||||
"chai": "^4.3.4",
|
||||
"commitizen": "^4.2.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint": "^8.1.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"ethereum-waffle": "^3.4.0",
|
||||
"ethers": "^5.4.7",
|
||||
"ethers": "^5.5.1",
|
||||
"fs-extra": "^10.0.0",
|
||||
"hardhat": "^2.6.6",
|
||||
"hardhat": "^2.6.7",
|
||||
"hardhat-gas-reporter": "^1.0.4",
|
||||
"husky": "^7.0.2",
|
||||
"lint-staged": "^11.2.3",
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^11.2.5",
|
||||
"lodash": "^4.17.21",
|
||||
"mocha": "^9.1.3",
|
||||
"pinst": "^2.1.6",
|
||||
@@ -50,7 +50,7 @@
|
||||
"solhint-plugin-prettier": "^0.0.5",
|
||||
"solidity-coverage": "^0.7.17",
|
||||
"ts-generator": "^0.1.1",
|
||||
"ts-node": "^10.3.0",
|
||||
"ts-node": "^10.4.0",
|
||||
"typechain": "^5.2.0",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user