Skip to content

Commit 65c7eec

Browse files
authored
Merge branch 'master' into snyk-upgrade-39910e80ff07fdb3932a63e8f0d5606d
2 parents 770eded + 5df14f5 commit 65c7eec

5 files changed

Lines changed: 1921 additions & 2591 deletions

File tree

assets/eip-4675/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@types/node": "^17.0.8",
2727
"@types/yargs": "^17.0.8",
2828
"chai": "^4.3.4",
29-
"ethereum-waffle": "^3.4.0",
30-
"ethers": "^5.5.3",
29+
"ethereum-waffle": "^4.0.10",
30+
"ethers": "^6.8.0",
3131
"hardhat": "^2.8.2",
3232
"hardhat-deploy": "^0.11.24",
3333
"solc": "^0.8.11",

assets/eip-5006/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"devDependencies": {
44
"@nomiclabs/hardhat-ethers": "^2.0.5",
55
"@nomiclabs/hardhat-waffle": "^2.0.3",
6-
"@openzeppelin/contracts": "^4.5.0",
6+
"@openzeppelin/contracts": "^5.0.0",
77
"@typechain/ethers-v5": "^11.1.1",
88
"@typechain/hardhat": "^9.0.0",
99
"@types/chai": "^4.3.0",

assets/eip-5633/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
88
"@nomiclabs/hardhat-ethers": "^2.1.1",
99
"@nomiclabs/hardhat-etherscan": "^3.1.0",
10-
"@openzeppelin/contracts": "^4.7.3",
10+
"@openzeppelin/contracts": "^5.0.0",
1111
"@typechain/ethers-v5": "^11.1.1",
1212
"@typechain/hardhat": "^9.0.0",
1313
"@types/chai": "^4.3.3",

assets/eip-5773/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
"@openzeppelin/contracts": "^4.6.0"
55
},
66
"devDependencies": {
7-
"@nomicfoundation/hardhat-chai-matchers": "^1.0.1",
7+
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
88
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
99
"@nomiclabs/hardhat-ethers": "^2.2.1",
1010
"@nomiclabs/hardhat-etherscan": "^3.1.0",
1111
"@openzeppelin/test-helpers": "^0.5.15",
1212
"@primitivefi/hardhat-dodoc": "^0.2.3",
13-
"@typechain/ethers-v5": "^10.1.0",
13+
"@typechain/ethers-v5": "^11.1.2",
14+
"@typechain/hardhat": "^9.1.0",
1415
"@typechain/hardhat": "^6.1.2",
1516
"@types/chai": "^4.3.1",
16-
"@types/mocha": "^9.1.0",
17+
"@types/mocha": "^10.0.3",
1718
"@types/node": "^18.0.3",
1819
"@typescript-eslint/eslint-plugin": "^6.7.5",
1920
"@typescript-eslint/parser": "^5.30.6",
@@ -22,13 +23,13 @@
2223
"eslint-config-prettier": "^8.5.0",
2324
"eslint-plugin-import": "^2.26.0",
2425
"eslint-plugin-node": "^11.1.0",
25-
"eslint-plugin-prettier": "^4.2.1",
26+
"eslint-plugin-prettier": "^5.0.1",
2627
"eslint-plugin-promise": "^6.0.0",
27-
"ethers": "^5.6.9",
28+
"ethers": "^6.8.0",
2829
"hardhat": "^2.12.2",
2930
"hardhat-contract-sizer": "^2.6.1",
3031
"hardhat-gas-reporter": "^1.0.8",
31-
"prettier": "2.8.4",
32+
"prettier": "3.0.3",
3233
"prettier-plugin-solidity": "^1.0.0-beta.20",
3334
"solc": "^0.8.9",
3435
"solhint": "^3.3.7",

0 commit comments

Comments
 (0)