File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
"@angular/platform-browser" : " ~9.0.0-rc.9" ,
20
20
"@angular/platform-browser-dynamic" : " ~9.0.0-rc.9" ,
21
21
"@angular/router" : " ~9.0.0-rc.9" ,
22
- "rxjs" : " ~6.5.3 " ,
22
+ "rxjs" : " ~6.5.4 " ,
23
23
"tslib" : " ^1.10.0" ,
24
24
"zone.js" : " ~0.10.2"
25
25
},
26
26
"devDependencies" : {
27
- "@angular-devkit/build-angular" : " ~0.900.0-rc.9 " ,
28
- "@angular/cli" : " ~9.0.0-rc.9 " ,
27
+ "@angular-devkit/build-angular" : " ~0.900.0-rc.10 " ,
28
+ "@angular/cli" : " ~9.0.0-rc.10 " ,
29
29
"@angular/compiler-cli" : " ~9.0.0-rc.9" ,
30
30
"@angular/language-service" : " ~9.0.0-rc.9" ,
31
31
"@types/node" : " ^12.11.1" ,
42
42
"protractor" : " ~5.4.2" ,
43
43
"ts-node" : " ~8.3.0" ,
44
44
"tslint" : " ~5.18.0" ,
45
- "typescript" : " ~3.6 .4"
45
+ "typescript" : " ~3.7 .4"
46
46
}
47
47
}
Original file line number Diff line number Diff line change 3
3
"compilerOptions" : {
4
4
"baseUrl" : " ./" ,
5
5
"outDir" : " ./dist" ,
6
+ "skipLibCheck" : true ,
6
7
"sourceMap" : true ,
7
8
"declaration" : false ,
8
9
"downlevelIteration" : true ,
You can’t perform that action at this time.
0 commit comments