Skip to content

Commit

Permalink
Relax ethers peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Feb 17, 2023
1 parent c41ff91 commit 25f42b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/target-ethers-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:fix": "pnpm lint:fix && pnpm format:fix && pnpm test && pnpm typecheck"
},
"peerDependencies": {
"ethers": "6.0.0-beta-exports.10",
"ethers": "6.x",
"typechain": "workspace:^8.1.1",
"typescript": ">=4.7.0"
},
Expand Down

0 comments on commit 25f42b8

Please sign in to comment.