WalletConnect / walletconnect-utils

Javascript Utilities for WalletConnect
MIT License
66 stars 56 forks source link

refactor: use turborepo #132

Closed bkrem closed 10 months ago

bkrem commented 1 year ago

Changes

TODO

bkrem commented 10 months ago
  • Deleted my existing walletconnect-utils repo
  • Recloned with this branch
  • npm i
  • I get changes to my root package-lock

The changes are adding packages (from this monorepo) that are dependencies from other packages in this monorepo into their devDependencies in the package-lock. Not sure if I messed anything up there

npm -v === 9.19.2 node -v === 18.12.1

Thanks, good catch 👍 Should be fixed.

I hadn't rerun npm i yet on my end after fixing some issues around transitive dependencies, i.e.:

Ensure that turborepo is aware of transitive dependencies on internal pkgs (e.g. jsonrpc/provider -> @walletconnect/utils -> @walletconnect/window-getters) by specifying them as explicit devDependencies