File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed
jest-serializer-graphql-schema Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 55
55
"@babel/cli" : " ^7.0.0" ,
56
56
"eslint_d" : " ^8.0.0" ,
57
57
"flow-copy-source" : " ^1.2.0" ,
58
- "jest" : " ^24.8.0"
58
+ "jest" : " ^24.8.0" ,
59
+ "jest-serializer-graphql-schema" : " 4.4.5"
59
60
},
60
61
"files" : [
61
62
" node8plus" ,
Original file line number Diff line number Diff line change 47
47
"@babel/cli" : " ^7.0.0" ,
48
48
"eslint_d" : " ^8.0.0" ,
49
49
"flow-copy-source" : " ^1.2.0" ,
50
- "jest" : " ^24.8.0"
50
+ "jest" : " ^24.8.0" ,
51
+ "jest-serializer-graphql-schema" : " 4.4.5"
51
52
},
52
53
"peerDependencies" : {
53
54
"graphql" : " >=0.9 <0.14 || ^14.0.2"
Original file line number Diff line number Diff line change 40
40
"graphile-build" : " 4.4.5" ,
41
41
"graphile-build-pg" : " 4.4.5" ,
42
42
"jest" : " ^24.8.0" ,
43
+ "jest-serializer-graphql-schema" : " 4.4.5" ,
43
44
"ts-node" : " ^8.1.0" ,
44
45
"typescript" : " ^3.4.5"
45
46
},
Original file line number Diff line number Diff line change 6
6
"types" : " dist/index.d.ts" ,
7
7
"scripts" : {
8
8
"prepack" : " tsc" ,
9
+ "watch" : " tsc --watch" ,
9
10
"test" : " jest"
10
11
},
11
12
"repository" : {
24
25
},
25
26
"homepage" : " https://github.com/graphile/graphile-engine/tree/master/packages/jest-serializer-graphql-schema#readme" ,
26
27
"peerDependencies" : {
27
- "graphql" : " ^14.5.8 "
28
+ "graphql" : " ^14.0.2 "
28
29
},
29
30
"devDependencies" : {
30
31
"@types/node-fetch" : " ^2.5.2" ,
Original file line number Diff line number Diff line change 44
44
"@types/jest" : " ^24.0.12" ,
45
45
"graphql" : " >=0.6 <15" ,
46
46
"jest" : " 24.9.0" ,
47
+ "jest-serializer-graphql-schema" : " 4.4.5" ,
47
48
"mock-req" : " ^0.2.0" ,
48
49
"mock-res" : " ^0.5.0" ,
49
50
"pg" : " ^7.10.0" ,
Original file line number Diff line number Diff line change 27
27
"@types/pg" : " ^7.4.14" ,
28
28
"debug" : " ^4.1.1" ,
29
29
"jest" : " ^24.8.0" ,
30
+ "jest-serializer-graphql-schema" : " 4.4.5" ,
30
31
"jest-silent-reporter" : " ^0.1.2" ,
31
32
"jsonwebtoken" : " ^8.5.1" ,
32
33
"pg-connection-string" : " ^2.1.0" ,
You can’t perform that action at this time.
0 commit comments