Fix wagmi dependency#60
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe pull request updates development dependencies in the root package.json by upgrading @types/node from ^20.12.7 to ^24.9.2 and typescript from ^5.1.6 to ^5.9.3. Additionally, packages/evm/package.json adds wagmi (version ^2.18.2) to both peerDependencies and devDependencies, while maintaining viem at the 2.x version range. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 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 (2)
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 PR updates key development dependencies to newer versions:
- Upgrades TypeScript from
^5.1.6to^5.9.3 - Updates
@types/nodefrom^20.12.7to^24.9.2 - Adds
wagmi^2.18.2as a dev dependency to thepackages/evmpackage
The changes also include a complete yarn.lock update reflecting these dependency version changes and their transitive dependencies.
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated TypeScript and @types/node versions in root devDependencies |
| packages/evm/package.json | Added wagmi as a devDependency |
| yarn.lock | Updated lockfile with new dependency versions and their transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
Adds wagmi dependency to the dev deps so that build won't fail.
Type of change
Please delete options that are not relevant.