|
1 | 1 | { |
2 | 2 | "name": "@nestjs-query/query-graphql", |
3 | | - "version": "0.17.4", |
| 3 | + "version": "0.17.5", |
4 | 4 | "description": "Nestjs graphql query adapter", |
5 | 5 | "author": "doug-martin <[email protected]>", |
6 | 6 | "homepage": "https://github.com/doug-martin/nestjs-query#readme", |
|
39 | 39 | }, |
40 | 40 | "dependencies": { |
41 | 41 | "@nestjs-query/core": "0.17.2", |
| 42 | + "graphql-fields": "^2.0.3", |
42 | 43 | "lodash.omit": "^4.5.0", |
43 | 44 | "lower-case-first": "^2.0.1", |
44 | 45 | "pluralize": "^8.0.0", |
45 | | - "upper-case-first": "^2.0.1", |
46 | | - "graphql-fields": "^2.0.3" |
| 46 | + "upper-case-first": "^2.0.1" |
47 | 47 | }, |
48 | 48 | "peerDependencies": { |
49 | 49 | "@nestjs/common": "^7.0.0", |
|
60 | 60 | "@nestjs/graphql": "7.5.5", |
61 | 61 | "@nestjs/testing": "7.3.2", |
62 | 62 | "@types/graphql": "14.5.0", |
| 63 | + "@types/graphql-fields": "1.3.3", |
63 | 64 | "@types/graphql-relay": "0.6.0", |
64 | 65 | "@types/lodash.omit": "4.5.6", |
65 | 66 | "@types/node-fetch": "2.5.7", |
66 | 67 | "@types/pluralize": "0.0.29", |
67 | | - "@types/graphql-fields": "1.3.3", |
68 | 68 | "class-transformer": "0.2.3", |
69 | 69 | "class-validator": "0.12.2", |
70 | 70 | "dataloader": "2.0.0", |
|
0 commit comments