Skip to content

Commit

Permalink
[CHORE] bump monorepo package versions (#1683)
Browse files Browse the repository at this point in the history
* bump monorepo package versions

* undo @truffle/contract

- this bump breaks the build
  • Loading branch information
0xdavinchee authored Sep 19, 2023
1 parent 5a52b1a commit 21785e7
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 186 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,25 +41,25 @@
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@truffle/hdwallet-provider": "^2.1.14",
"@truffle/hdwallet-provider": "^2.1.15",
"@typechain/ethers-v5": "^11.1.1",
"@typechain/hardhat": "^8.0.3",
"@types/lodash": "^4.14.197",
"@types/lodash": "^4.14.198",
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"cloc": "^2.11.0",
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"hardhat": "^2.17.2",
"hardhat": "^2.17.3",
"hardhat-deploy": "^0.11.37",
"husky": "^8.0.3",
"lerna": "^7.2.0",
"lerna": "^7.3.0",
"node-jq": "^4.0.1",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
Expand All @@ -68,7 +68,7 @@
"prettier-eslint": "^15.0.1",
"solhint": "3.6.2",
"syncpack": "^10.9.3",
"truffle": "^5.11.3",
"truffle": "^5.11.5",
"ts-node": "^10.9.1",
"typechain": "^8.3.1",
"typedoc": "^0.25.1",
Expand Down
Loading

0 comments on commit 21785e7

Please sign in to comment.