Skip to content
This repository was archived by the owner on Mar 2, 2019. It is now read-only.

Commit 6a1850f

Browse files
committed
fix: update dependency rxjs-compat to v6.4.0
1 parent c4a5d61 commit 6a1850f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"core-js": "^2.5.4",
4848
"ngrx-store-freeze": "0.2.4",
4949
"rxjs": "6.2.2",
50-
"rxjs-compat": "6.2.2",
50+
"rxjs-compat": "6.4.0",
5151
"zone.js": "^0.8.26"
5252
},
5353
"devDependencies": {

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -5533,9 +5533,9 @@ run-queue@^1.0.0, run-queue@^1.0.3:
55335533
dependencies:
55345534
aproba "^1.1.1"
55355535

5536-
rxjs-compat@6.2.2:
5537-
version "6.2.2"
5538-
resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.2.2.tgz#3c0fcdb46130cc70aa55412c2b1147905ab4680a"
5536+
rxjs-compat@6.4.0:
5537+
version "6.4.0"
5538+
resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.4.0.tgz#800923c15697948e1f30f18c531b12b49451c75c"
55395539

55405540
[email protected], rxjs@^6.0.0:
55415541
version "6.2.2"

0 commit comments

Comments
 (0)