Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Sep 13, 2022
1 parent 40b9e34 commit 2ec632d
Show file tree
Hide file tree
Showing 5 changed files with 906 additions and 886 deletions.
768 changes: 0 additions & 768 deletions .yarn/releases/yarn-3.1.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.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/yarn-up-all-plugin.cjs
spec: "https://github.com/e5mode/yarn-up-all/releases/download/1.1.0/index.js"

yarnPath: .yarn/releases/yarn-3.1.1.cjs
yarnPath: .yarn/releases/yarn-3.2.3.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prepublishOnly": "yarn build && yarn tsc"
},
"devDependencies": {
"@big-whale-labs/constants": "^0.1.26",
"@big-whale-labs/constants": "^0.1.29",
"@big-whale-labs/versioned-contract": "^1.0.2",
"@ethersproject/providers": "^5.7.0",
"@nomiclabs/hardhat-ethers": "^2.1.1",
Expand All @@ -40,17 +40,17 @@
"@opengsn/contracts": "^3.0.0-beta.1",
"@openzeppelin/contracts": "^4.7.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@typechain/hardhat": "^6.1.3",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.15",
"@types/node": "^18.7.17",
"@types/prompt": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"envalid": "^7.3.1",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -68,10 +68,10 @@
"prettier-plugin-solidity": "^1.0.0-beta.24",
"prompt": "^1.3.0",
"solhint": "^3.3.7",
"solidity-coverage": "^0.8.1",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.8.2"
"typescript": "^4.8.3"
},
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.2.3"
}
Loading

0 comments on commit 2ec632d

Please sign in to comment.