File tree 3 files changed +1576
-1774
lines changed
3 files changed +1576
-1774
lines changed Original file line number Diff line number Diff line change 51
51
"@commitlint/travis-cli" : " ^7.1.2" ,
52
52
"@types/babel-code-frame" : " ^6.20.1" ,
53
53
"@types/glob" : " ^7.1.1" ,
54
- "@types/jest" : " ^23.3.9 " ,
54
+ "@types/jest" : " ^24.0.6 " ,
55
55
"@types/lodash.isplainobject" : " ^4.0.4" ,
56
56
"@types/lodash.unescape" : " ^4.0.4" ,
57
57
"@types/node" : " ^10.12.2" ,
62
62
"eslint-plugin-jest" : " ^22.2.2" ,
63
63
"glob" : " 7.1.2" ,
64
64
"husky" : " ^1.3.1" ,
65
- "jest" : " 23.6 .0" ,
65
+ "jest" : " 24.1 .0" ,
66
66
"lerna" : " ^3.10.5" ,
67
67
"lint-staged" : " 8.1.0" ,
68
68
"lodash.isplainobject" : " 4.0.6" ,
69
69
"prettier" : " ^1.14.3" ,
70
70
"rimraf" : " ^2.6.3" ,
71
- "ts-jest" : " ^23.10.4 " ,
71
+ "ts-jest" : " ^24.0.0 " ,
72
72
"tslint" : " ^5.11.0" ,
73
73
"typescript" : " >=3.2.1 <3.4.0"
74
74
}
Original file line number Diff line number Diff line change @@ -11,12 +11,7 @@ const testPackageJSON = {
11
11
eslint : rootPackageJSON . devDependencies . eslint ,
12
12
typescript : rootPackageJSON . devDependencies . typescript ,
13
13
tslint : rootPackageJSON . devDependencies . tslint ,
14
- /**
15
- * TEMP: Bump jest to ahead of our stable usage in the monorepo,
16
- * we need the bleeding edge snapshotResolver option
17
- */
18
- // jest: rootPackageJSON.devDependencies.jest,
19
- jest : '24.0.0-alpha.12'
14
+ jest : rootPackageJSON . devDependencies . jest
20
15
}
21
16
} ;
22
17
You can’t perform that action at this time.
0 commit comments