Package versions in new projects very outdated. #29037
Unanswered
Linn-Strand
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, this is dependencies I get when I generate a Fastify package:
@fastify/autoload: installed: 5.7.2, latest: 6.0.2
@fastify/sensible: installed: 5.2.0, latest: 6.0.1
@fastify/swagger: installed: 8.15.0, latest: 9.3.0
@fastify/swagger-ui: installed: 4.2.0, latest: 5.1.0
fastify: installed: 4.13.0, latest: 5.1.0
fastify-plugin: installed: 4.5.1, latest: 5.0.1
typescript: installed: 5.5.4, latest: 5.6.3
vitest: installed: 1.6.0, latest: 2.1.5
vite: installed: 5.0.0, latest: 5.4.11
The ones I checked are more then a year behind.
Beta Was this translation helpful? Give feedback.
All reactions