File tree Expand file tree Collapse file tree 2 files changed +137
-127
lines changed Expand file tree Collapse file tree 2 files changed +137
-127
lines changed Original file line number Diff line number Diff line change 17
17
"graphql-compose" : " ^7.7.0"
18
18
},
19
19
"devDependencies" : {
20
- "@types/dedent" : " ^ 0.7.0" ,
20
+ "@types/dedent" : " 0.7.0" ,
21
21
"@types/glob" : " 7.1.1" ,
22
+ "@types/jest" : " 24.0.25" ,
23
+ "@types/node" : " 13.1.1" ,
24
+ "@typescript-eslint/eslint-plugin" : " 2.13.0" ,
25
+ "@typescript-eslint/parser" : " 2.13.0" ,
26
+ "apollo-server" : " 2.9.15" ,
27
+ "eslint" : " 6.8.0" ,
28
+ "eslint-config-prettier" : " 6.9.0" ,
29
+ "eslint-plugin-prettier" : " 3.1.2" ,
30
+ "graphql" : " 14.5.8" ,
22
31
"graphql-compose" : " 7.7.0" ,
23
32
"jest" : " 24.9.0" ,
24
33
"prettier" : " 1.19.1" ,
25
34
"rimraf" : " 3.0.0" ,
26
- "semantic-release" : " ^ 15.13.31 " ,
35
+ "semantic-release" : " 15.14.0 " ,
27
36
"ts-jest" : " 24.2.0" ,
28
- "ts-node" : " ^ 8.5.2 " ,
29
- "typescript" : " 3.7.2 "
37
+ "ts-node" : " 8.5.4 " ,
38
+ "typescript" : " 3.7.4 "
30
39
},
31
40
"scripts" : {
32
41
"watch" : " jest --watch" ,
You can’t perform that action at this time.
0 commit comments