nestjs / serve-static

Serve static websites (SPA's) using Nest framework (node.js) šŸ„¦

Home Page:https://nestjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot upgrade NestJS dependencies due to @fastify/static package

v-beltran opened this issue Ā· comments

Did you read the migration guide?

  • I have read the whole migration guide

Is there an existing issue that is already proposing this?

  • I have searched the existing issues

Potential Commit/PR that introduced the regression

No response

Versions

4.0.0 -> 4.0.1

Describe the regression

The regression is related to using Fastify with NestJS dependencies, such as @nestjs/core. They are pinned to version 7.0.1 for @fastify/static but the latest version that this package is using is pinned to 6.12.0 for @fastify/static.

Minimum reproduction code

Install the latest NestJS packages with Fastify.

Expected behavior

Should be able to install without any dependency version issues.

Other

No response