Skip to content

Commit

Permalink
Merge pull request #8622 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update nest monorepo
  • Loading branch information
kamilmysliwiec committed Nov 19, 2021
2 parents 35baf7a + bd64fee commit 5b26c21
Show file tree
Hide file tree
Showing 72 changed files with 2,788 additions and 3,218 deletions.
160 changes: 73 additions & 87 deletions sample/01-cats-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions sample/01-cats-app/package.json
Expand Up @@ -19,19 +19,19 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "8.2.1",
"@nestjs/core": "8.2.1",
"@nestjs/platform-express": "8.2.1",
"@nestjs/common": "8.2.2",
"@nestjs/core": "8.2.2",
"@nestjs/platform-express": "8.2.2",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.4.0"
},
"devDependencies": {
"@nestjs/cli": "8.1.4",
"@nestjs/cli": "8.1.5",
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.2.1",
"@nestjs/testing": "8.2.2",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
Expand Down

0 comments on commit 5b26c21

Please sign in to comment.