What problem does this new feature solve?
The specific version being used (hard-coded 3.22.4 https://github.com/reown-com/appkit/blob/main/packages/wallet/package.json#L37) is already outdated, and interferes with upgrading other packages which also depend on zod.
Describe the solution you'd like
Upgrading the package and maybe even supporting some version ranges (if not locked by any specific zod features only available on version 3.22.4).