digidem / comapeo-core

A local-first library for collaborating on mapping projects
MIT License
8 stars 1 forks source link

fix: prevent fastify v5 from being installed #922

Closed achou11 closed 1 month ago

achou11 commented 1 month ago

Our range for fastify caused fresh installations of this package to install fastify v5, which is not supported by the relevant plugins we use. This PR updates the range such that it only allows v4.X.X of fastify to be installed