Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:e2e": "jest --config ./apps/example/test/jest-e2e.json"
},
"peerDependencies": {
"@nestjs/common": "^8.x"
"@nestjs/common": "^9.x"

@Farenheith Farenheith Mar 8, 2024

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let it like "@nestjs/common": "^8.x || ^9.x" (I'm not the repo owner, but in case he is still intending to maintain it, I think it'd be better to keep compatibility than adding a breaking change")

},
"dependencies": {},
"devDependencies": {
Expand Down