Skip to content

Commit 5ce2563

Browse files
committed
chore: add peer dependencies
1 parent b8847f9 commit 5ce2563

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
2222
## Requirements
2323

2424
- Node.js 18 or later (because this library uses `fetch` internally)
25-
- Nest.js
25+
- Nest.js 8 or later
2626

2727
## Installation
2828

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@
5454
"typescript": "^5.0.4",
5555
"vitest": "^0.30.1"
5656
},
57+
"peerDependencies": {
58+
"@nestjs/common": "^8.0.0",
59+
"@nestjs/core": "^8.0.0",
60+
"class-transformer": "*",
61+
"reflect-metadata": "*"
62+
},
5763
"lint-staged": {
5864
"*.ts": "eslint --fix"
5965
},

0 commit comments

Comments
 (0)