Skip to content

Commit 5234737

Browse files
committed
rxjs minimum version must be 6.5.0 because of the new partition function
1 parent 7c1b7c7 commit 5234737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"peerDependencies": {
4040
"@angular/common": "^8.0.0",
4141
"@angular/core": "^8.0.0",
42-
"rxjs": "^6.4.0"
42+
"rxjs": "^6.5.0"
4343
},
4444
"devDependencies": {
4545
"@angular-devkit/build-angular": "~0.800.0",

0 commit comments

Comments
 (0)