Skip to content

Commit

Permalink
fix: specify correct peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbash committed May 26, 2021
1 parent 856cfe8 commit 1ce2593
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 25 deletions.
65 changes: 46 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,15 @@
"devDependencies": {
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@nestjs/common": "^7.6.17",
"@nestjs/core": "^7.6.17",
"@nestjs/swagger": "^4.8.0",
"@types/jest": "26.0.19",
"@types/node": "^14.14.14",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
Expand All @@ -67,11 +72,9 @@
"typedoc": "^0.20.28",
"typescript": "^4.1.3"
},
"dependencies": {
"@nestjs/common": "^7.6.17",
"@nestjs/core": "^7.6.17",
"@nestjs/swagger": "^4.8.0",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1"
"peerDependencies": {
"@nestjs/swagger": ">= 4.8",
"class-transformer": ">= 0.4",
"class-validator": ">= 0.13"
}
}

0 comments on commit 1ce2593

Please sign in to comment.