Skip to content

Commit

Permalink
fix(prisma): Fix peerDep of @prisma/client to match dependency (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin31821 authored Aug 5, 2022
1 parent b07327c commit 957b2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/orm/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prisma": "^4.0.0"
},
"peerDependencies": {
"@prisma/client": "4.0.0",
"@prisma/client": ">=4.0.0",
"@tsed/core": "^6.125.1",
"@tsed/di": "^6.125.1",
"@tsed/json-mapper": "^6.125.1",
Expand All @@ -60,4 +60,4 @@
"tsed",
"prisma"
]
}
}

0 comments on commit 957b2e4

Please sign in to comment.