Remove uneeded rxjs-compat
authorChocobozzz <me@florianbigard.com>
Mon, 18 Jun 2018 09:02:24 +0000 (11:02 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 18 Jun 2018 09:02:24 +0000 (11:02 +0200)
client/package.json
client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts
client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts
client/src/app/+video-channels/video-channels.component.ts
client/src/app/shared/forms/markdown-textarea.component.ts
client/yarn.lock

index ee7743ff276e2c35bedb162bbf222be21e23accb..245563509316a1e51be466eba81bda30096d3883 100644 (file)
@@ -92,7 +92,6 @@
     "raw-loader": "^0.5.1",
     "resolve-url-loader": "^2.0.0",
     "rxjs": "^6.1.0",
-    "rxjs-compat": "^6.1.0",
     "sanitize-html": "^1.16.3",
     "sass-loader": "^7.0.1",
     "sass-resources-loader": "^1.2.1",
index 400c3b889e380ccb6a1d2508a679684fd10454e8..967e21f0bd8c2b93be68f6241a01321d23127d7d 100644 (file)
@@ -4,7 +4,7 @@ import { FormReactive, UserService } from '../../../shared'
 import { User } from '@app/shared'
 import { I18n } from '@ngx-translate/i18n-polyfill'
 import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
-import { Subject } from 'rxjs/Subject'
+import { Subject } from 'rxjs'
 import { UserValidatorsService } from '@app/shared/forms/form-validators/user-validators.service'
 
 @Component({
index 36556706e1e8dbb042207d0c7e801543d42ccc3e..7089b20572234249790eccb29329a522462fa171 100644 (file)
@@ -5,7 +5,7 @@ import { AuthService } from '../../../core'
 import { FormReactive, User, UserService } from '../../../shared'
 import { I18n } from '@ngx-translate/i18n-polyfill'
 import { FormValidatorService } from '@app/shared/forms/form-validators/form-validator.service'
-import { Subject } from 'rxjs/Subject'
+import { Subject } from 'rxjs'
 
 @Component({
   selector: 'my-account-video-settings',
index cd04638596b1d4d8dc56f4d8d1b3511853b2d993..57c55d28673a20da2b21b04b3c38cad98ada39ae 100644 (file)
@@ -1,10 +1,10 @@
-import { Component, OnInit, OnDestroy } from '@angular/core'
+import { Component, OnDestroy, OnInit } from '@angular/core'
 import { ActivatedRoute } from '@angular/router'
 import { VideoChannel } from '@app/shared/video-channel/video-channel.model'
 import { VideoChannelService } from '@app/shared/video-channel/video-channel.service'
 import { RestExtractor } from '@app/shared'
-import { catchError, switchMap, map, distinctUntilChanged } from 'rxjs/operators'
-import { Subscription } from 'rxjs/Subscription'
+import { catchError, distinctUntilChanged, map, switchMap } from 'rxjs/operators'
+import { Subscription } from 'rxjs'
 
 @Component({
   templateUrl: './video-channels.component.html',
index db6f9e5c87602ed125502a4001a445124290d44b..b99169ed28bbe209207571fc1505863b8e9822f1 100644 (file)
@@ -2,7 +2,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators'
 import { Component, forwardRef, Input, OnInit } from '@angular/core'
 import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
 import { MarkdownService } from '@app/videos/shared'
-import { Subject } from 'rxjs/Subject'
+import { Subject } from 'rxjs'
 import truncate from 'lodash-es/truncate'
 import { ScreenService } from '@app/shared/misc/screen.service'
 
index b9b13c18cfda3d45b8479809b836eaaf021724cc..76d170a584fc566f5eafa22e3408c5aae538dc10 100644 (file)
@@ -8510,10 +8510,6 @@ rust-result@^1.0.0:
   dependencies:
     individual "^2.0.0"
 
-rxjs-compat@^6.1.0:
-  version "6.2.0"
-  resolved "https://registry.yarnpkg.com/rxjs-compat/-/rxjs-compat-6.2.0.tgz#2eb49cc6ac20d0d7057c6887d1895beaab0966f9"
-
 rxjs@^5.5.2:
   version "5.5.11"
   resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.11.tgz#f733027ca43e3bec6b994473be4ab98ad43ced87"