Skip to content

Commit 040dcb8

Browse files
kyliaualexeagle
authored andcommitted
feat(@schematics/angular): Update rxjs to 6.4.0
6.4.0 is needed so that Bazel does not have to build rxjs from source See [angular/angular#28720](angular/angular#28720)
1 parent 32d8562 commit 040dcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/utility/latest-versions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export const latestVersions = {
1010
// These versions should be kept up to date with latest Angular peer dependencies.
1111
Angular: '~8.0.0-beta.0',
12-
RxJs: '~6.3.3',
12+
RxJs: '~6.4.0',
1313
ZoneJs: '~0.8.26',
1414
TypeScript: '~3.2.2',
1515
TsLib: '^1.9.0',

0 commit comments

Comments
 (0)