safe-apps-sdk icon indicating copy to clipboard operation
safe-apps-sdk copied to clipboard

Any plans to bump the @wagmi/core dependency to the latest (0.5.4)

Open re2005 opened this issue 3 years ago • 0 comments

https://github.com/safe-global/safe-apps-sdk/blob/master/packages/safe-apps-wagmi/package.json#L29-L32

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @gnosis.pm/[email protected]
npm ERR! Found: @wagmi/[email protected]
npm ERR! node_modules/@wagmi/core
npm ERR!   dev @wagmi/core@"^0.5.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @wagmi/core@"^0.3.8" from @gnosis.pm/[email protected]
npm ERR! node_modules/@gnosis.pm/safe-apps-wagmi
npm ERR!   @gnosis.pm/safe-apps-wagmi@"^1.0.3" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @wagmi/[email protected]
npm ERR! node_modules/@wagmi/core
npm ERR!   peer @wagmi/core@"^0.3.8" from @gnosis.pm/[email protected]
npm ERR!   node_modules/@gnosis.pm/safe-apps-wagmi
npm ERR!     @gnosis.pm/safe-apps-wagmi@"^1.0.3" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/renatex/.npm/eresolve-report.txt for a full report.

re2005 avatar Aug 30 '22 13:08 re2005