Skip to content

Commit

Permalink
add nestjs 10 peerDeps support, #60
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jun 19, 2023
1 parent 261eb33 commit b12c227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/notiz-dev/nestjs-prisma#readme",
"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@prisma/client": "^2.0.0 || ^3.0.0 || ^4.0.0",
"prisma": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
Expand Down

0 comments on commit b12c227

Please sign in to comment.