Skip to content

Commit

Permalink
Merge pull request #12500 from nestjs/renovate/nest-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update nest monorepo
  • Loading branch information
kamilmysliwiec committed Oct 5, 2023
2 parents 5228776 + 1508fe0 commit 30271b5
Show file tree
Hide file tree
Showing 74 changed files with 6,276 additions and 2,639 deletions.
214 changes: 143 additions & 71 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
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
"@nestjs/platform-express": "10.0.3",
"@nestjs/common": "10.2.6",
"@nestjs/core": "10.2.6",
"@nestjs/platform-express": "10.2.6",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand All @@ -30,8 +30,8 @@
},
"devDependencies": {
"@nestjs/cli": "10.0.5",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.3",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.6",
"@types/express": "4.17.18",
"@types/jest": "29.5.4",
"@types/node": "20.3.3",
Expand Down
Loading

0 comments on commit 30271b5

Please sign in to comment.