Skip to content

Commit 5ac5d15

Browse files
author
James Salas
committed
fix: rxjs conflicting type signatures
1 parent bb4b09f commit 5ac5d15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"redux": "^4.0.1",
3333
"redux-logger": "^3.0.1",
3434
"redux-observable": "^1.0.0",
35-
"rxjs": "^6.3.3",
35+
"rxjs": "6.2.1",
3636
"zone.js": "^0.8.9"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9194,7 +9194,7 @@ rx-lite@^3.1.2:
91949194

91959195
rxjs@6.2.1:
91969196
version "6.2.1"
9197-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.2.1.tgz#246cebec189a6cbc143a3ef9f62d6f4c91813ca1"
9197+
resolved "http://localhost:4873/rxjs/-/rxjs-6.2.1.tgz#246cebec189a6cbc143a3ef9f62d6f4c91813ca1"
91989198
integrity sha512-OwMxHxmnmHTUpgO+V7dZChf3Tixf4ih95cmXjzzadULziVl/FKhHScGLj4goEw9weePVOH2Q0+GcCBUhKCZc/g==
91999199
dependencies:
92009200
tslib "^1.9.0"

0 commit comments

Comments
 (0)