Skip to content

Commit

Permalink
peerDependencies less strict
Browse files Browse the repository at this point in the history
  • Loading branch information
Acker Apple committed Jun 7, 2022
1 parent 376e76c commit ff6c063
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 @@ -41,8 +41,8 @@
"typescript": "^4.1.3"
},
"peerDependencies": {
"@nestjs/common": "^7.5.5",
"@nestjs/platform-express": "^7.5.5",
"express": "^4.17.1"
"@nestjs/common": ">=7.5.5",
"@nestjs/platform-express": ">=7.5.5",
"express": ">=4.17.1"
}
}

0 comments on commit ff6c063

Please sign in to comment.