Skip to content

Commit

Permalink
chore: update @nestjs/* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Feb 7, 2024
1 parent 18a8e6d commit d45913d
Show file tree
Hide file tree
Showing 14 changed files with 238 additions and 5,107 deletions.
377 changes: 138 additions & 239 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"@mikro-orm/mongodb": "5.9.7",
"@mikro-orm/mysql": "5.9.7",
"@mikro-orm/nestjs": "5.2.3",
"@nestjs/axios": "3.0.1",
"@nestjs/common": "10.3.1",
"@nestjs/core": "10.3.1",
"@nestjs/microservices": "10.3.1",
"@nestjs/mongoose": "10.0.2",
"@nestjs/platform-express": "10.3.1",
"@nestjs/platform-fastify": "10.3.1",
"@nestjs/axios": "3.0.2",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
"@nestjs/microservices": "10.3.2",
"@nestjs/mongoose": "10.0.4",
"@nestjs/platform-express": "10.3.2",
"@nestjs/platform-fastify": "10.3.2",
"@nestjs/sequelize": "10.0.0",
"@nestjs/swagger": "7.2.0",
"@nestjs/testing": "10.3.1",
"@nestjs/typeorm": "10.0.1",
"@nestjs/swagger": "7.3.0",
"@nestjs/testing": "10.3.2",
"@nestjs/typeorm": "10.0.2",
"@prisma/client": "4.16.2",
"@release-it/conventional-changelog": "5.1.1",
"@types/express": "4.17.21",
Expand Down
75 changes: 35 additions & 40 deletions sample/000-dogs-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/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "10.3.1",
"@nestjs/core": "10.3.1",
"@nestjs/platform-express": "10.3.1",
"@nestjs/common": "10.3.2",
"@nestjs/core": "10.3.2",
"@nestjs/platform-express": "10.3.2",
"@nestjs/terminus": "10.2.1",
"@nestjs/testing": "10.3.1",
"@nestjs/testing": "10.3.2",
"reflect-metadata": "0.2.1",
"rxjs": "7.8.1"
},
Expand Down
Loading

0 comments on commit d45913d

Please sign in to comment.