Upgrade client dep
This commit is contained in:
parent
53abc4c272
commit
7a8032bb6d
6 changed files with 835 additions and 470 deletions
|
@ -91,10 +91,10 @@
|
|||
"style-loader": "^0.19.0",
|
||||
"tslib": "^1.5.0",
|
||||
"tslint": "^5.7.0",
|
||||
"tslint-config-standard": "^6.0.1",
|
||||
"tslint-config-standard": "^7.0.0",
|
||||
"tslint-loader": "^3.3.0",
|
||||
"typescript": "^2.5.2",
|
||||
"uglifyjs-webpack-plugin": "^0.4.6",
|
||||
"uglifyjs-webpack-plugin": "^1.0.1",
|
||||
"url-loader": "^0.6.2",
|
||||
"video.js": "^6.2.0",
|
||||
"videojs-dock": "^2.0.2",
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
import { Injectable } from '@angular/core'
|
||||
import { Observable } from 'rxjs/Observable'
|
||||
import { HttpClient, HttpParams, HttpRequest } from '@angular/common/http'
|
||||
import 'rxjs/add/operator/catch'
|
||||
import 'rxjs/add/operator/map'
|
||||
import { HttpClient, HttpParams, HttpRequest } from '@angular/common/http'
|
||||
|
||||
import { Search } from '../../shared'
|
||||
import { SortField } from './sort-field.type'
|
||||
import {
|
||||
RestExtractor,
|
||||
RestService,
|
||||
UserService
|
||||
UserService,
|
||||
Search
|
||||
} from '../../shared'
|
||||
import { Video } from './video.model'
|
||||
import { VideoDetails } from './video-details.model'
|
||||
|
|
1289
client/yarn.lock
1289
client/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue