Skip to content

Commit aa59fa8

Browse files
test(typescript): pin rxjs to 5.x in typescript tests
1 parent 45aa2aa commit aa59fa8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/ts/typescript2.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular/common": "latest",
1212
"@angular/core": "latest",
1313
"@uirouter/angular": "latest",
14-
"rxjs": "latest",
14+
"rxjs": "^5.0.0",
1515
"typescript": "2.3"
1616
},
1717
"devDependencies": {}

test/ts/typescript2.4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular/common": "latest",
1212
"@angular/core": "latest",
1313
"@uirouter/angular": "latest",
14-
"rxjs": "latest",
14+
"rxjs": "^5.0.0",
1515
"typescript": "2.4"
1616
},
1717
"devDependencies": {}

test/ts/typescript2.5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular/common": "latest",
1212
"@angular/core": "latest",
1313
"@uirouter/angular": "latest",
14-
"rxjs": "latest",
14+
"rxjs": "^5.0.0",
1515
"typescript": "2.5"
1616
},
1717
"devDependencies": {}

test/ts/typescript2.6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@angular/common": "latest",
1212
"@angular/core": "latest",
1313
"@uirouter/angular": "latest",
14-
"rxjs": "latest",
14+
"rxjs": "^5.0.0",
1515
"typescript": "2.6"
1616
},
1717
"devDependencies": {}

0 commit comments

Comments
 (0)