Add wagmi as a peer dependency in evm package.json#59
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull Request Overview
This pull request moves the wagmi dependency from dependencies to peerDependencies in the @kiichain/kiijs-evm package and bumps the version from 0.5.0 to 0.5.1. The change also removes a massive number of transitive dependencies from the yarn.lock file (primarily related to wallet connectors, WalletConnect, MetaMask SDK, and other blockchain wallet integration libraries) that were previously pulled in by wagmi.
Key changes:
- Version bump: Package version updated from 0.5.0 to 0.5.1
- Dependency reorganization:
wagmimoved fromdependenciestopeerDependencieswith version constraint^2.18.2 - Dependency cleanup: Extensive removal of transitive dependencies from yarn.lock (approximately 500+ packages removed)
Reviewed Changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/evm/package.json | Moved wagmi from dependencies to peerDependencies and bumped version to 0.5.1 |
| yarn.lock | Removed extensive transitive dependencies that were previously pulled in by wagmi |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Moves wagmi to peer dependency in EVM package.json.
This fixes a bug with mismatch of wagmi versions.
Type of change
Please delete options that are not relevant.