samchon / nestia

NestJS Helper Libraries + TypeScript OpenAPI generator
https://nestia.io/
MIT License
1.84k stars 95 forks source link

Complement #798 - remove vulnerable peerDependencies. #800

Closed samchon closed 8 months ago

samchon commented 8 months ago

Removed @nestjs/platform-express and @nestjs/platform-fastify from peerDependencies from @nestia/core, because they had caused dependency mixing problem.

From now on, nestia users must install one of them by themselves, but it would not a matter because most of them had already done it.