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 507e531 commit 2ee0e05Copy full SHA for 2ee0e05
package.json
@@ -21,12 +21,12 @@
21
"graphql-fields": "2.0.3"
22
},
23
"peerDependencies": {
24
- "@prisma/client": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
+ "@prisma/client": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
25
26
"devDependencies": {
27
"@devoxa/eslint-config": "4.0.2",
28
"@devoxa/prettier-config": "2.0.3",
29
- "@prisma/client": "6.19.0",
+ "@prisma/client": "7.1.0",
30
"@swc/core": "1.15.3",
31
"@swc/jest": "0.2.39",
32
"@types/graphql-fields": "1.3.9",
@@ -35,7 +35,7 @@
35
"eslint": "9.39.1",
36
"jest": "29.7.0",
37
"prettier": "3.7.4",
38
- "prisma": "6.19.0",
+ "prisma": "7.1.0",
39
"typescript": "5.9.3"
40
41
"publishConfig": {
0 commit comments