Commit af758b8 1 parent 5e39361 commit af758b8 Copy full SHA for af758b8
File tree 2 files changed +4
-4
lines changed
packages/@angular/cli/blueprints/ng/files
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import {
13
13
} from '@angular/platform-browser-dynamic/testing' ;
14
14
15
15
// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
16
- declare var __karma__ : any ;
17
- declare var require : any ;
16
+ declare const __karma__ : any ;
17
+ declare const require : any ;
18
18
19
19
// Prevent Karma from running prematurely.
20
20
__karma__ . loaded = function ( ) { } ;
Original file line number Diff line number Diff line change 29
29
"@angular/compiler-cli" : " ^4.0.0" ,
30
30
"@types/jasmine" : " 2.5.38" ,
31
31
"@types/node" : " ~6.0.60" ,
32
- "codelyzer" : " ~2 .0.0" ,
32
+ "codelyzer" : " ~3 .0.0" ,
33
33
"jasmine-core" : " ~2.5.2" ,
34
34
"jasmine-spec-reporter" : " ~3.2.0" ,
35
35
"karma" : " ~1.4.1" ,
40
40
"karma-coverage-istanbul-reporter" : " ^0.2.0" ,
41
41
"protractor" : " ~5.1.0" ,
42
42
"ts-node" : " ~2.0.0" ,
43
- "tslint" : " ~4.5 .0" ,
43
+ "tslint" : " ~5.1 .0" ,
44
44
"typescript" : " ~2.2.0"
45
45
}
46
46
}
You can’t perform that action at this time.
0 commit comments