📦 Upgrade to prisma 5 (#748)

This commit is contained in:
Luke Vella 2023-07-14 12:46:04 +01:00 committed by GitHub
parent d205f991e9
commit 9f737fc061
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 22 deletions

View file

@ -12,13 +12,13 @@
"main": "./index.ts",
"types": "./index.ts",
"dependencies": {
"@prisma/client": "^4.12.0"
"@prisma/client": "^5.0.0"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@rallly/tsconfig": "*",
"@types/node": "^18.15.10",
"prisma": "^4.12.0",
"prisma": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
}