AutumnA
Autumn2d ago
4 replies
fynn

Convex as peerDependency

Hey guys, just saw that autumn is installing convex, shouldn't this be a optional peerDependency?

  autumn-js@0.1.63:
    peerDependencies:
      better-auth: ^1.3.17
      better-call: ^1.0.12
      convex: ^1.25.4
      react: '*'
    peerDependenciesMeta:
      better-auth:
        optional: true
      better-call:
        optional: true
      react:
        optional: true
Solution
@fynn fixed in bun i autumn-js@0.1.66
Was this page helpful?