Commit 4b309ac2 authored by Will Cory's avatar Will Cory

correctly make ethers a peer dep

parent 07199e83
...@@ -21,16 +21,17 @@ ...@@ -21,16 +21,17 @@
}, },
"dependencies": { "dependencies": {
"cac": "^6.7.14", "cac": "^6.7.14",
"ethers": "^5.7.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"ora": "^6.1.2", "ora": "^6.1.2",
"zod": "^3.11.6" "zod": "^3.11.6"
}, },
"peerDependencies": { "peerDependencies": {
"@wagmi/core": ">0.9.0" "@wagmi/core": ">0.9.0",
"ethers": "^5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@testing-library/react-hooks": "^8.0.1", "@testing-library/react-hooks": "^8.0.1",
"ethers": "^5.7.0",
"jsdom": "^21.1.0", "jsdom": "^21.1.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react": "^18.2.0", "react": "^18.2.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment