File tree 2 files changed +10
-11
lines changed
2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ This file contains the changes made to the package.
3
3
4
4
The sections are in descending order of the change date.
5
5
6
+ ## [ 0.1.17] - 2023-07-17
7
+ ### Changed
8
+ - ` dependencies ` are moved to ` peerDependencies ` .
9
+
6
10
## [ 0.1.16] - 2022-08-21
7
11
### Added
8
12
- Basic pluralization for reverse table names if one of the links in navigation
Original file line number Diff line number Diff line change 27
27
"url" : " https://github.com/incetarik/nestjs-prisma-dynamic-resolvers/issues"
28
28
},
29
29
"homepage" : " https://github.com/incetarik/nestjs-prisma-dynamic-resolvers#readme" ,
30
- "dependencies" : {
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
- },
40
30
"peerDependencies" : {
31
+ "@prisma/client" : " >= 4.2" ,
32
+ "@nestjs/common" : " >= 8.4" ,
33
+ "reflect-metadata" : " >= 0.1" ,
34
+ "rxjs" : " >= 7.5" ,
41
35
"@nestjs/graphql" : " >= 10.0" ,
42
- "@nestjs/core" : " >= 8.0" ,
36
+ "@nestjs/core" : " >= 8.4" ,
37
+ "graphql" : " >= 16.6" ,
43
38
"prisma" : " >= 3.0"
44
39
},
45
40
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments