File tree Expand file tree Collapse file tree 3 files changed +1242
-1032
lines changed Expand file tree Collapse file tree 3 files changed +1242
-1032
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,4 @@ module.exports = {
14
14
roots : [ '<rootDir>/src' ] ,
15
15
testPathIgnorePatterns : [ '/node_modules/' , '/lib/' ] ,
16
16
testMatch : [ '**/__tests__/**/*-test.(ts|js)' ] ,
17
- projects : [ 'packages/*' ] ,
18
17
} ;
Original file line number Diff line number Diff line change 19
19
"devDependencies" : {
20
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 " ,
22
+ "@types/jest" : " 25.1.1 " ,
23
+ "@types/node" : " 13.7.0 " ,
24
+ "@typescript-eslint/eslint-plugin" : " 2.18 .0" ,
25
+ "@typescript-eslint/parser" : " 2.18 .0" ,
26
+ "apollo-server" : " 2.9.16 " ,
27
27
"eslint" : " 6.8.0" ,
28
- "eslint-config-prettier" : " 6.9 .0" ,
28
+ "eslint-config-prettier" : " 6.10 .0" ,
29
29
"eslint-plugin-prettier" : " 3.1.2" ,
30
- "graphql" : " 14.5.8 " ,
31
- "graphql-compose" : " 7.7 .0" ,
32
- "jest" : " 24.9 .0" ,
30
+ "graphql" : " 14.6.0 " ,
31
+ "graphql-compose" : " 7.9 .0" ,
32
+ "jest" : " 25.1 .0" ,
33
33
"prettier" : " 1.19.1" ,
34
- "rimraf" : " 3.0.0 " ,
35
- "semantic-release" : " 15.14.0 " ,
36
- "ts-jest" : " 24.2 .0" ,
37
- "ts-node" : " 8.5.4 " ,
38
- "typescript" : " 3.7.4 "
34
+ "rimraf" : " 3.0.1 " ,
35
+ "semantic-release" : " 17.0.2 " ,
36
+ "ts-jest" : " 25.1 .0" ,
37
+ "ts-node" : " 8.6.2 " ,
38
+ "typescript" : " 3.7.5 "
39
39
},
40
40
"scripts" : {
41
41
"watch" : " jest --watch" ,
You can’t perform that action at this time.
0 commit comments