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 21, 2023
1 parent e1aa77c commit 0095d4d
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 0095d4d

Please sign in to comment.