Skip to content

Commit

Permalink
upgrade Prisma to 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sivertschou committed Nov 23, 2023
1 parent 19bdfce commit 3c96dec
Show file tree
Hide file tree
Showing 2 changed files with 2,601 additions and 2,547 deletions.
9 changes: 6 additions & 3 deletions libs/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
"db:studio": "prisma studio"
},
"dependencies": {
"@prisma/client": "^4.4.0"
"@prisma/client": "^5.6.0",
"lint-staged": "^13.0.3",
"node-jq": "^2.3.4",
"turbo": "^1.4.4"
},
"devDependencies": {
"@dundring/types": "*",
"@dundring/tsconfig": "*",
"@dundring/types": "*",
"@rollup/plugin-typescript": "^9.0.2",
"prisma": "^4.4.0",
"prisma": "^5.6.0",
"rollup": "^3.2.5",
"typescript": "4.8.4"
}
Expand Down
Loading

0 comments on commit 3c96dec

Please sign in to comment.