Skip to content

Commit

Permalink
chore: Bump nestjs dependencies to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Hanisch committed Jan 21, 2025
1 parent 58904d2 commit 5f31f45
Show file tree
Hide file tree
Showing 3 changed files with 11,597 additions and 8,733 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"devDependencies": {
"@mikro-orm/core": "5.6.13",
"@nestjs/common": "10.0.3",
"@nestjs/core": "10.0.3",
"@nestjs/platform-express": "10.0.3",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.3",
"@nestjs/common": "11.0.3",
"@nestjs/core": "11.0.3",
"@nestjs/platform-express": "11.0.3",
"@nestjs/schematics": "11.0.0",
"@nestjs/testing": "11.0.3",
"@nrwl/devkit": "15.8.5",
"@nrwl/eslint-plugin-nx": "15.8.5",
"@nrwl/jest": "15.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "module",
"peerDependencies": {
"@automapper/core": "latest",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"sideEffects": false,
"engines": {
Expand Down
Loading

0 comments on commit 5f31f45

Please sign in to comment.