File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 7
7
},
8
8
"author" : " " ,
9
9
"license" : " MIT" ,
10
+ "comment" : " Angular 6.1 doesn't work with Typescript 2.3 so pin this test to 6.0.x" ,
10
11
"dependencies" : {
11
- "@angular/common" : " latest " ,
12
- "@angular/core" : " latest " ,
12
+ "@angular/common" : " ~6.0.0 " ,
13
+ "@angular/core" : " ~6.0.0 " ,
13
14
"@uirouter/angular" : " latest" ,
14
15
"rxjs" : " ^6.0.0" ,
15
16
"typescript" : " 2.3"
Original file line number Diff line number Diff line change 7
7
},
8
8
"author" : " " ,
9
9
"license" : " MIT" ,
10
+ "comment" : " Angular 6.1 doesn't work with Typescript 2.4 so pin this test to 6.0.x" ,
10
11
"dependencies" : {
11
- "@angular/common" : " latest " ,
12
- "@angular/core" : " latest " ,
12
+ "@angular/common" : " ~6.0.0 " ,
13
+ "@angular/core" : " ~6.0.0 " ,
13
14
"@uirouter/angular" : " latest" ,
14
15
"rxjs" : " ^6.0.0" ,
15
16
"typescript" : " 2.4"
Original file line number Diff line number Diff line change 7
7
},
8
8
"author" : " " ,
9
9
"license" : " MIT" ,
10
+ "comment" : " Angular 6.1 doesn't work with Typescript 2.5 so pin this test to 6.0.x" ,
10
11
"dependencies" : {
11
- "@angular/common" : " latest " ,
12
- "@angular/core" : " latest " ,
12
+ "@angular/common" : " ~6.0.0 " ,
13
+ "@angular/core" : " ~6.0.0 " ,
13
14
"@uirouter/angular" : " latest" ,
14
15
"rxjs" : " ^6.0.0" ,
15
16
"typescript" : " 2.5"
Original file line number Diff line number Diff line change 7
7
},
8
8
"author" : " " ,
9
9
"license" : " MIT" ,
10
+ "comment" : " Angular 6.1 doesn't work with Typescript 2.6 so pin this test to 6.0.x" ,
10
11
"dependencies" : {
11
- "@angular/common" : " latest " ,
12
- "@angular/core" : " latest " ,
12
+ "@angular/common" : " ~6.0.0 " ,
13
+ "@angular/core" : " ~6.0.0 " ,
13
14
"@uirouter/angular" : " latest" ,
14
15
"rxjs" : " ^6.0.0" ,
15
16
"typescript" : " 2.6"
You can’t perform that action at this time.
0 commit comments