nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.89k stars 1.07k forks source link

chore(deps): remove unused dependencies #279

Closed agoenks29D closed 1 year ago

agoenks29D commented 1 year ago

I only removed the dependencies @nestjs/cli & @nestjs/schematic because they have already been installed globally. If you still want to use them, please make sure to monitor and update their dependencies, as every time I use the nest new my-app command, it always installs those packages, which are not actually needed to start a project.