Skip to content

Commit

Permalink
feat(nestjs): bump nestjs dependencies to v10 (#561)
Browse files Browse the repository at this point in the history
* feat(nestjs): bump nestjs dependencies to v10

* feat(nestjs): target es2021
  • Loading branch information
timonmasberg authored Jan 22, 2024
1 parent aa010cd commit 1403b41
Show file tree
Hide file tree
Showing 4 changed files with 2,290 additions and 2,155 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": "9.3.9",
"@nestjs/core": "9.3.9",
"@nestjs/platform-express": "9.3.9",
"@nestjs/schematics": "9.0.4",
"@nestjs/testing": "9.3.9",
"@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",
"@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",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0"
"@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"
},
"sideEffects": false,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nestjs/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "../../dist/out-tsc",
"declaration": true,
"types": [],
"target": "es6",
"target": "es2021",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitReturns": true,
Expand Down
Loading

0 comments on commit 1403b41

Please sign in to comment.