Skip to content

Commit

Permalink
bump npm packages (#10981)
Browse files Browse the repository at this point in the history
* bump small versions

* bump waffle

* bump ethers 5.6.1 -> 5.7.2

* bump minor versions

* hardhat-waffle & hardhat-upgrades

* typechain/hardhat

* bump hh

* typechain/hardhat

* minor patch version bumps

* bump mocha
  • Loading branch information
RensR authored Oct 18, 2023
1 parent 5908487 commit 98aaf89
Show file tree
Hide file tree
Showing 2 changed files with 921 additions and 793 deletions.
48 changes: 24 additions & 24 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,38 @@
}
},
"devDependencies": {
"@ethereum-waffle/mock-contract": "^3.3.0",
"@ethereum-waffle/mock-contract": "^3.4.4",
"@ethersproject/abi": "~5.7.0",
"@ethersproject/bignumber": "~5.7.0",
"@ethersproject/contracts": "~5.7.0",
"@ethersproject/providers": "~5.7.2",
"@ethersproject/random": "~5.7.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/hardhat-upgrades": "1.22.1",
"@openzeppelin/test-helpers": "^0.5.11",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^3.0.0",
"@nomiclabs/hardhat-waffle": "2.0.6",
"@openzeppelin/hardhat-upgrades": "1.28.0",
"@openzeppelin/test-helpers": "^0.5.16",
"@typechain/ethers-v5": "^7.2.0",
"@typechain/hardhat": "^5.0.0",
"@types/cbor": "5.0.1",
"@types/chai": "^4.3.6",
"@types/debug": "^4.1.8",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.52",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@types/chai": "^4.3.9",
"@types/debug": "^4.1.10",
"@types/deep-equal-in-any-order": "^1.0.2",
"@types/mocha": "^10.0.3",
"@types/node": "^16.18.58",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"abi-to-sol": "^0.6.6",
"chai": "^4.3.8",
"chai": "^4.3.10",
"debug": "^4.3.4",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"deep-equal-in-any-order": "^2.0.6",
"eslint-plugin-prettier": "^5.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "~5.6.0",
"hardhat": "~2.17.3",
"eslint-plugin-prettier": "^5.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "~5.7.2",
"hardhat": "~2.18.1",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.5.1",
"hardhat-gas-reporter": "^1.0.9",
Expand All @@ -76,15 +76,15 @@
"solhint": "^3.6.2",
"solhint-plugin-chainlink-solidity": "git+https://github.com/smartcontractkit/chainlink-solhint-rules.git",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.4",
"solidity-coverage": "^0.8.5",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typechain": "^8.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@eth-optimism/contracts": "^0.5.21",
"@openzeppelin/contracts": "~4.9.3",
"@openzeppelin/contracts-upgradeable": "~4.9.3"
"@eth-optimism/contracts": "0.5.37",
"@openzeppelin/contracts": "4.9.3",
"@openzeppelin/contracts-upgradeable": "4.9.3"
}
}
Loading

0 comments on commit 98aaf89

Please sign in to comment.