Skip to content

Commit 9172225

Browse files
Update nest monorepo to v9
1 parent 238f77c commit 9172225

File tree

2 files changed

+21
-46
lines changed

2 files changed

+21
-46
lines changed

package-lock.json

+15-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@commitlint/cli": "17.0.3",
2424
"@commitlint/config-angular": "17.0.3",
2525
"@hapi/joi": "17.1.1",
26-
"@nestjs/common": "8.4.7",
27-
"@nestjs/core": "8.4.7",
28-
"@nestjs/microservices": "8.4.7",
29-
"@nestjs/platform-express": "8.4.7",
30-
"@nestjs/testing": "8.4.7",
26+
"@nestjs/common": "9.0.4",
27+
"@nestjs/core": "9.0.4",
28+
"@nestjs/microservices": "9.0.4",
29+
"@nestjs/platform-express": "9.0.4",
30+
"@nestjs/testing": "9.0.4",
3131
"@types/express": "4.17.13",
3232
"@types/hapi__joi": "17.1.8",
3333
"@types/jest": "28.1.6",
@@ -50,7 +50,7 @@
5050
"typescript": "4.7.4"
5151
},
5252
"peerDependencies": {
53-
"@nestjs/common": "^6.10.0 || ^7.0.0 || ^8.0.0",
53+
"@nestjs/common": "^6.10.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
5454
"reflect-metadata": "^0.1.12"
5555
},
5656
"lint-staged": {

0 commit comments

Comments
 (0)