File tree 9 files changed +432
-398
lines changed
9 files changed +432
-398
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 3.18.4" ,
3
2
"version" : " 24.9.0" ,
4
3
"npmClient" : " yarn" ,
5
4
"packages" : [
Original file line number Diff line number Diff line change 57
57
"karma-chrome-launcher" : " ^3.0.0" ,
58
58
"karma-mocha" : " ^1.3.0" ,
59
59
"karma-webpack" : " ^4.0.2" ,
60
- "lerna" : " 3.18.4 " ,
60
+ "lerna" : " 3.20.2 " ,
61
61
"micromatch" : " ^4.0.2" ,
62
62
"mkdirp" : " ^0.5.1" ,
63
- "mocha" : " ^6 .0.2 " ,
63
+ "mocha" : " ^7 .0.0 " ,
64
64
"mock-fs" : " ^4.4.1" ,
65
65
"opencollective" : " ^1.0.3" ,
66
66
"prettier" : " ^1.19.0" ,
Original file line number Diff line number Diff line change 23
23
"@types/exit" : " ^0.1.30" ,
24
24
"@types/is-ci" : " ^2.0.0" ,
25
25
"@types/prompts" : " ^2.0.1" ,
26
- "@types/yargs" : " ^13 .0.0"
26
+ "@types/yargs" : " ^15 .0.0"
27
27
},
28
28
"bin" : {
29
29
"jest" : " ./bin/jest.js"
Original file line number Diff line number Diff line change 19
19
"yargs" : " ^15.0.0"
20
20
},
21
21
"devDependencies" : {
22
- "@types/yargs" : " ^13 .0.0"
22
+ "@types/yargs" : " ^15 .0.0"
23
23
},
24
24
"bin" : {
25
25
"jest-repl" : " ./bin/jest-repl.js"
Original file line number Diff line number Diff line change 16
16
"@jest/test-result" : " ^24.9.0" ,
17
17
"@jest/transform" : " ^24.9.0" ,
18
18
"@jest/types" : " ^24.9.0" ,
19
- "@types/yargs" : " ^13 .0.0" ,
19
+ "@types/yargs" : " ^15 .0.0" ,
20
20
"chalk" : " ^3.0.0" ,
21
21
"collect-v8-coverage" : " ^1.0.0" ,
22
22
"exit" : " ^0.1.2" ,
Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ class Runtime {
821
821
localModule . exports ,
822
822
localModule as NodeModule , // module object
823
823
localModule . exports , // module exports
824
- localModule . require as NodeRequireFunction , // require implementation
824
+ localModule . require as typeof require , // require implementation
825
825
dirname , // __dirname
826
826
filename , // __filename
827
827
this . _environment . global , // global object
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@types/istanbul-lib-coverage" : " ^2.0.0" ,
17
17
"@types/istanbul-reports" : " ^1.1.1" ,
18
- "@types/yargs" : " ^13 .0.0" ,
18
+ "@types/yargs" : " ^15 .0.0" ,
19
19
"chalk" : " ^3.0.0"
20
20
},
21
21
"publishConfig" : {
Original file line number Diff line number Diff line change @@ -36,5 +36,5 @@ module.exports.adjustToTerminalWidth = function adjustToTerminalWidth(str) {
36
36
. join ( '\n' ) ;
37
37
} ;
38
38
39
- module . exports . OK = PACKAGES_DIR ;
39
+ module . exports . OK = OK ;
40
40
module . exports . PACKAGES_DIR = PACKAGES_DIR ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments