chore(platform): ZeroDev SDK upgrade v5
New release of ZeroDev SDK looks potentially-promising as an upgrade target for us. Investigate feasibility and upgrade+test, if possible.
Upgrading viem in all dependent packages is making connectkit and wagmi installed locally in app node_modules directory. This breaks design-system package build because it cannot resolve connectkit and wagmi from the root node_modules directory.
Upgrading connectkit and wagmi to use the same version of viem as a dependency is currently blocked because of useDisconnect and useSignMessage hooks are not working in recent versions of wagmi and connectkit packages.
This issue is going to be revisited once there's an improvement release in connectkit and wagmi.