Skip to content

Commit

Permalink
Merge pull request #11763 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 Jun 13, 2023
2 parents 47e4c74 + df3a6aa commit 32600c0
Show file tree
Hide file tree
Showing 73 changed files with 3,515 additions and 10,218 deletions.
346 changes: 82 additions & 264 deletions sample/01-cats-app/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions sample/01-cats-app/package.json
Expand Up @@ -19,9 +19,9 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.3.12",
"@nestjs/core": "9.3.12",
"@nestjs/platform-express": "9.3.12",
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand All @@ -30,8 +30,8 @@
},
"devDependencies": {
"@nestjs/cli": "9.5.0",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.12",
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.3",
"@types/express": "4.17.17",
"@types/jest": "28.1.8",
"@types/node": "18.16.17",
Expand Down

0 comments on commit 32600c0

Please sign in to comment.