Skip to content

Commit

Permalink
Merge pull request #501 from tablelandnetwork/joe/ethers-dep
Browse files Browse the repository at this point in the history
mark ethers as a package dependency
  • Loading branch information
joewagner authored May 23, 2024
2 parents dc35d2a + c6aaf4f commit 89687b1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 28 deletions.
39 changes: 15 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"homepage": "https://github.com/tablelandnetwork/evm-tableland#readme",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-verify": "^2.0.5",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@openzeppelin/hardhat-upgrades": "^3.0.5",
"@openzeppelin/hardhat-upgrades": "^3.1.0",
"@tableland/local": "^3.0.0-pre.1",
"@tableland/sdk": "^7.0.0-pre.0",
"@typechain/ethers-v6": "^0.5.1",
Expand All @@ -81,7 +81,6 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.12.0",
"hardhat": "^2.22.2",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.1.1",
Expand All @@ -95,6 +94,7 @@
"typescript": "^5.0.2"
},
"dependencies": {
"@openzeppelin/contracts": "4.9.6"
"@openzeppelin/contracts": "4.9.6",
"ethers": "^6.12.0"
}
}

0 comments on commit 89687b1

Please sign in to comment.