Skip to content

Commit 89687b1

Browse files
authored
Merge pull request #501 from tablelandnetwork/joe/ethers-dep
mark ethers as a package dependency
2 parents dc35d2a + c6aaf4f commit 89687b1

File tree

2 files changed

+19
-28
lines changed

2 files changed

+19
-28
lines changed

package-lock.json

Lines changed: 15 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"homepage": "https://github.com/tablelandnetwork/evm-tableland#readme",
5757
"devDependencies": {
5858
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
59-
"@nomicfoundation/hardhat-ethers": "^3.0.5",
59+
"@nomicfoundation/hardhat-ethers": "^3.0.6",
6060
"@nomicfoundation/hardhat-verify": "^2.0.5",
6161
"@openzeppelin/contracts-upgradeable": "4.9.6",
62-
"@openzeppelin/hardhat-upgrades": "^3.0.5",
62+
"@openzeppelin/hardhat-upgrades": "^3.1.0",
6363
"@tableland/local": "^3.0.0-pre.1",
6464
"@tableland/sdk": "^7.0.0-pre.0",
6565
"@typechain/ethers-v6": "^0.5.1",
@@ -81,7 +81,6 @@
8181
"eslint-plugin-import": "^2.27.5",
8282
"eslint-plugin-n": "^15.6.1",
8383
"eslint-plugin-promise": "^6.1.1",
84-
"ethers": "^6.12.0",
8584
"hardhat": "^2.22.2",
8685
"hardhat-contract-sizer": "^2.10.0",
8786
"hardhat-gas-reporter": "^2.1.1",
@@ -95,6 +94,7 @@
9594
"typescript": "^5.0.2"
9695
},
9796
"dependencies": {
98-
"@openzeppelin/contracts": "4.9.6"
97+
"@openzeppelin/contracts": "4.9.6",
98+
"ethers": "^6.12.0"
9999
}
100100
}

0 commit comments

Comments
 (0)