jsonnull/electron-trpc

Remove `strict-peer-dependencies=false` when trpc v10 is released

Closed this issue · 0 comments

In the beta versions of trpc v10, @trpc/react@next has a peer pin on beta 20 instead of beta 25 for the other @trpc packages. In order to stay on @next for all these packages, I'm leaving strict peer dependencies off for the project.

When trpc v10 releases, let's get back to strict peer deps.