Browse Source

Task/add NestJS dependencies guide to DEVELOPMENT.md (#6944)

Add NestJS dependencies guide
pull/6953/head
Thomas Kaul 6 days ago
committed by GitHub
parent
commit
6af4219409
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      DEVELOPMENT.md

6
DEVELOPMENT.md

@ -84,6 +84,12 @@ https://ghostfol.io/development/storybook
1. Run `npx npm-check-updates --upgrade --target "minor" --filter "/@angular.*/"` 1. Run `npx npm-check-updates --upgrade --target "minor" --filter "/@angular.*/"`
### NestJS
#### Upgrade (minor versions)
1. Run `npx npm-check-updates --upgrade --target "minor" --filter "/@nestjs.*/"`
### Nx ### Nx
#### Upgrade #### Upgrade

Loading…
Cancel
Save