Skip to content

Commit

Permalink
perf: support nestjs@11
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Feb 1, 2025
1 parent 8caac47 commit c772962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@jest/globals": "^29.7.0",
"@nestjs/common": "^10.3.10",
"@nestjs/testing": "^10.3.10",
"@nestjs/common": "^11.0.7",
"@nestjs/testing": "^11.0.7",
"@types/node": "^22.10.0",
"@types/object-path": "^0.11.4",
"@types/ramda": "^0.30.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
"type-fest": "^4.21.0"
},
"peerDependencies": {
"@nestjs/common": "^10",
"@nestjs/common": "^10 || ^11",
"class-transformer": "*",
"class-validator": "*"
}
Expand Down

0 comments on commit c772962

Please sign in to comment.