Skip to content

Commit

Permalink
chore(deps): update nest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent f69bb66 commit ccfd0f1
Show file tree
Hide file tree
Showing 70 changed files with 1,112 additions and 1,112 deletions.
56 changes: 28 additions & 28 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.

8 changes: 4 additions & 4 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.4.10",
"@nestjs/core": "10.4.10",
"@nestjs/platform-express": "10.4.10",
"@nestjs/common": "10.4.11",
"@nestjs/core": "10.4.11",
"@nestjs/platform-express": "10.4.11",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"reflect-metadata": "0.2.1",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.10",
"@nestjs/testing": "10.4.11",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.10.0",
Expand Down
84 changes: 42 additions & 42 deletions sample/02-gateways/package-lock.json

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

12 changes: 6 additions & 6 deletions sample/02-gateways/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"test:e2e": "jest --config ./e2e/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.4.10",
"@nestjs/core": "10.4.10",
"@nestjs/platform-express": "10.4.10",
"@nestjs/platform-socket.io": "10.4.10",
"@nestjs/websockets": "10.4.10",
"@nestjs/common": "10.4.11",
"@nestjs/core": "10.4.11",
"@nestjs/platform-express": "10.4.11",
"@nestjs/platform-socket.io": "10.4.11",
"@nestjs/websockets": "10.4.11",
"@socket.io/redis-adapter": "8.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
Expand All @@ -35,7 +35,7 @@
"devDependencies": {
"@nestjs/cli": "10.4.8",
"@nestjs/schematics": "10.2.3",
"@nestjs/testing": "10.4.10",
"@nestjs/testing": "10.4.11",
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "22.10.0",
Expand Down
Loading

0 comments on commit ccfd0f1

Please sign in to comment.