Skip to content

Commit dfeda2a

Browse files
committed
Update dependency rxjs to v6
1 parent d0b171c commit dfeda2a

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"core-js": "2.5.7",
2929
"graphql-config-parser": "1.2.1",
3030
"graphql-tag": "1.3.2",
31-
"rxjs": "5.5.12",
31+
"rxjs": "6.3.3",
3232
"ts-helpers": "1.1.2",
3333
"zone.js": "0.8.26"
3434
},

basic/yarn.lock

+8-4
Original file line numberDiff line numberDiff line change
@@ -4534,11 +4534,11 @@ run-queue@^1.0.0, run-queue@^1.0.3:
45344534
dependencies:
45354535
aproba "^1.1.1"
45364536

4537-
rxjs@5.5.12:
4538-
version "5.5.12"
4539-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.12.tgz#6fa61b8a77c3d793dbaf270bee2f43f652d741cc"
4537+
rxjs@6.3.3:
4538+
version "6.3.3"
4539+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55"
45404540
dependencies:
4541-
symbol-observable "1.0.1"
4541+
tslib "^1.9.0"
45424542

45434543
rxjs@^5.5.6:
45444544
version "5.5.6"
@@ -5235,6 +5235,10 @@ tslib@^1.7.1:
52355235
version "1.8.1"
52365236
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
52375237

5238+
tslib@^1.9.0:
5239+
version "1.9.3"
5240+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
5241+
52385242
tslint@4.5.1:
52395243
version "4.5.1"
52405244
resolved "https://registry.yarnpkg.com/tslint/-/tslint-4.5.1.tgz#05356871bef23a434906734006fc188336ba824b"

0 commit comments

Comments
 (0)