Skip to content

Commit

Permalink
build: upgrade to yarn v3.1.0
Browse files Browse the repository at this point in the history
build: upgrade dev deps
  • Loading branch information
PaulRBerg committed Oct 26, 2021
1 parent afe1da2 commit b3f8674
Show file tree
Hide file tree
Showing 5 changed files with 1,377 additions and 927 deletions.
631 changes: 0 additions & 631 deletions .yarn/releases/yarn-3.0.2.cjs

This file was deleted.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@
"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",
"@typechain/hardhat": "^2.3.1",
"@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",
Expand All @@ -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"
},
Expand Down
Loading

0 comments on commit b3f8674

Please sign in to comment.