Skip to content

Commit 7c6fe7e

Browse files
chore(deps): update nest monorepo to v9
1 parent 8770f0d commit 7c6fe7e

File tree

2 files changed

+18
-35
lines changed

2 files changed

+18
-35
lines changed

package-lock.json

Lines changed: 12 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"@commitlint/cli": "17.0.3",
2323
"@commitlint/config-angular": "17.0.3",
24-
"@nestjs/common": "8.4.7",
25-
"@nestjs/core": "8.4.7",
26-
"@nestjs/platform-express": "8.4.7",
27-
"@nestjs/testing": "8.4.7",
24+
"@nestjs/common": "9.0.0",
25+
"@nestjs/core": "9.0.0",
26+
"@nestjs/platform-express": "9.0.0",
27+
"@nestjs/testing": "9.0.0",
2828
"@types/jest": "28.1.4",
2929
"@types/node": "17.0.8",
3030
"@types/supertest": "2.0.12",
@@ -52,8 +52,8 @@
5252
"uuid": "8.3.2"
5353
},
5454
"peerDependencies": {
55-
"@nestjs/common": "^8.0.0",
56-
"@nestjs/core": "^8.0.0",
55+
"@nestjs/common": "^8.0.0 || ^9.0.0",
56+
"@nestjs/core": "^8.0.0 || ^9.0.0",
5757
"reflect-metadata": "^0.1.13",
5858
"rxjs": "^7.2.0",
5959
"typeorm": "^0.3.0"

0 commit comments

Comments
 (0)