Skip to content

Commit

Permalink
fix: change peerDependencies ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jul 16, 2021
1 parent 4683418 commit 807e761
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@
]
},
"peerDependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"fast-glob": "^3.2.4",
"oso": "^0.13.1",
"reflect-metadata": "^0.1.12"
"@nestjs/common": ">=7",
"@nestjs/core": ">=7",
"fast-glob": ">=3",
"oso": ">=0.13.1"
}
}

0 comments on commit 807e761

Please sign in to comment.