Skip to content

Commit 41d8cdb

Browse files
authoredJan 16, 2025··
chore(deps): update nest monorepo to v11
1 parent 7886b5e commit 41d8cdb

File tree

2 files changed

+420
-270
lines changed

2 files changed

+420
-270
lines changed
 

‎package-lock.json

+414-264
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
@@ -24,10 +24,10 @@
2424
"devDependencies": {
2525
"@commitlint/cli": "19.6.1",
2626
"@commitlint/config-angular": "19.7.0",
27-
"@nestjs/common": "10.4.15",
28-
"@nestjs/core": "10.4.15",
29-
"@nestjs/platform-express": "10.4.15",
30-
"@nestjs/testing": "10.4.15",
27+
"@nestjs/common": "11.0.1",
28+
"@nestjs/core": "11.0.1",
29+
"@nestjs/platform-express": "11.0.1",
30+
"@nestjs/testing": "11.0.1",
3131
"@types/jest": "29.5.14",
3232
"@types/node": "22.10.7",
3333
"@types/sinon": "17.0.3",
@@ -50,8 +50,8 @@
5050
"typescript": "5.7.3"
5151
},
5252
"peerDependencies": {
53-
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",
54-
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0"
53+
"@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
54+
"@nestjs/core": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
5555
},
5656
"lint-staged": {
5757
"*.ts": [

0 commit comments

Comments
 (0)
Please sign in to comment.