We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74444eb commit f4a0a29Copy full SHA for f4a0a29
packages/prisma/package.json
@@ -32,7 +32,7 @@
32
"@typescript-eslint/eslint-plugin": "^6.21.0",
33
"@typescript-eslint/parser": "^6.21.0",
34
"eslint": "^8.57.0",
35
- "prisma": "^5.16.1",
+ "prisma": "^6.16.2",
36
"rimraf": "^5.0.7",
37
"typescript": "^5.5.4"
38
},
@@ -54,6 +54,6 @@
54
"schema.prisma"
55
],
56
"dependencies": {
57
- "@prisma/client": "^5.16.1"
+ "@prisma/client": "^6.16.2"
58
}
59
0 commit comments