File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"homepage" : " https://github.com/incetarik/nestjs-prisma-dynamic-resolvers#readme" ,
30
30
"dependencies" : {
31
- "@nestjs/graphql" : " 10.0.10" ,
32
- "prisma" : " 3.12.0 " ,
33
- "graphql" : " 16.3 .0" ,
34
- "@nestjs/common" : " 8.4.4" ,
35
- "reflect-metadata" : " 0.1.13" ,
36
- "@nestjs/core" : " 8.4.4" ,
37
- "rxjs" : " 7.5 .5" ,
38
- "@prisma/client" : " 3.12.0 "
31
+ "@nestjs/graphql" : " ^ 10.0.10" ,
32
+ "prisma" : " ^4.2.1 " ,
33
+ "graphql" : " ^ 16.6 .0" ,
34
+ "@nestjs/common" : " ^ 8.4.4" ,
35
+ "reflect-metadata" : " ^ 0.1.13" ,
36
+ "@nestjs/core" : " ^ 8.4.4" ,
37
+ "rxjs" : " ^7 .5" ,
38
+ "@prisma/client" : " ^4.2.1 "
39
39
},
40
40
"peerDependencies" : {
41
41
"@nestjs/graphql" : " >= 10.0" ,
42
42
"@nestjs/core" : " >= 8.0" ,
43
43
"prisma" : " >= 3.0"
44
44
},
45
45
"devDependencies" : {
46
- "typescript" : " 4.6.3 " ,
46
+ "typescript" : " 4.7.4 " ,
47
47
"release-it" : " *"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments