diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 4 | ||||
-rw-r--r-- | client/yarn.lock | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/client/package.json b/client/package.json index a353b4dfe..3ea32d7ca 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -89,6 +89,7 @@ | |||
89 | "raw-loader": "^0.5.1", | 89 | "raw-loader": "^0.5.1", |
90 | "resolve-url-loader": "^2.0.0", | 90 | "resolve-url-loader": "^2.0.0", |
91 | "rxjs": "^6.1.0", | 91 | "rxjs": "^6.1.0", |
92 | "rxjs-compat": "^6.1.0", | ||
92 | "sanitize-html": "^1.16.3", | 93 | "sanitize-html": "^1.16.3", |
93 | "sass-loader": "^7.0.1", | 94 | "sass-loader": "^7.0.1", |
94 | "sass-resources-loader": "^1.2.1", | 95 | "sass-resources-loader": "^1.2.1", |
@@ -105,8 +106,5 @@ | |||
105 | "webtorrent": "^0.99.4", | 106 | "webtorrent": "^0.99.4", |
106 | "whatwg-fetch": "^2.0.4", | 107 | "whatwg-fetch": "^2.0.4", |
107 | "zone.js": "~0.8.5" | 108 | "zone.js": "~0.8.5" |
108 | }, | ||
109 | "dependencies": { | ||
110 | "rxjs-compat": "^6.0.0-rc.0" | ||
111 | } | 109 | } |
112 | } | 110 | } |
diff --git a/client/yarn.lock b/client/yarn.lock index bde7b9953..91c2f0a2b 100644 --- a/client/yarn.lock +++ b/client/yarn.lock | |||
@@ -8325,9 +8325,9 @@ rust-result@^1.0.0: | |||
8325 | dependencies: | 8325 | dependencies: |
8326 | individual "^2.0.0" | 8326 | individual "^2.0.0" |
8327 | 8327 | ||
8328 | rxjs-compat@^6.0.0-rc.0: | 8328 | rxjs-compat@^6.1.0: |
8329 | version "6.2.0" | 8329 | version "6.1.0" |
8330 | resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.2.0.tgz#2eb49cc6ac20d0d7057c6887d1895beaab0966f9" | 8330 | resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.1.0.tgz#935059623ee4c167728c9dd03ee6e4468cc5b583" |
8331 | 8331 | ||
8332 | rxjs@^5.4.2, rxjs@^5.5.2: | 8332 | rxjs@^5.4.2, rxjs@^5.5.2: |
8333 | version "5.5.10" | 8333 | version "5.5.10" |