mirror of https://github.com/Chocobozzz/PeerTube
Update client dep
parent
a1a216d9cb
commit
f421fa06ad
|
@ -49,15 +49,15 @@
|
|||
"@angularclass/hmr": "^2.1.3",
|
||||
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
||||
"@ng-bootstrap/ng-bootstrap": "^4.0.0",
|
||||
"@ngx-loading-bar/core": "^3.0.0",
|
||||
"@ngx-loading-bar/http-client": "^3.0.0",
|
||||
"@ngx-loading-bar/router": "^3.0.0",
|
||||
"@ngx-meta/core": "^6.0.0-rc.1",
|
||||
"@ngx-loading-bar/core": "^4.2.0",
|
||||
"@ngx-loading-bar/http-client": "^4.2.0",
|
||||
"@ngx-loading-bar/router": "^4.2.0",
|
||||
"@ngx-meta/core": "^7.0.0",
|
||||
"@ngx-translate/i18n-polyfill": "^1.0.0",
|
||||
"@streamroot/videojs-hlsjs-plugin": "^1.0.7",
|
||||
"@types/core-js": "^2.5.0",
|
||||
"@types/hls.js": "^0.12.0",
|
||||
"@types/jasmine": "^2.8.7",
|
||||
"@types/jasmine": "^3.3.12",
|
||||
"@types/jasminewd2": "^2.0.3",
|
||||
"@types/jschannel": "^1.0.0",
|
||||
"@types/linkifyjs": "^2.1.1",
|
||||
|
@ -73,12 +73,12 @@
|
|||
"bootstrap": "^4.1.3",
|
||||
"buffer": "^5.1.0",
|
||||
"cache-chunk-store": "^3.0.0",
|
||||
"codelyzer": "^4.4.4",
|
||||
"core-js": "^2.4.1",
|
||||
"css-loader": "^1.0.0",
|
||||
"codelyzer": "^5.0.0",
|
||||
"core-js": "^3.0.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"dexie": "^2.0.4",
|
||||
"extract-text-webpack-plugin": "4.0.0-beta.0",
|
||||
"file-loader": "^2.0.0",
|
||||
"file-loader": "^3.0.1",
|
||||
"focus-visible": "^4.1.5",
|
||||
"hls.js": "^0.12.2",
|
||||
"html-loader": "^0.5.5",
|
||||
|
@ -87,28 +87,28 @@
|
|||
"jasmine-core": "^3.1.0",
|
||||
"jasmine-spec-reporter": "^4.2.1",
|
||||
"jschannel": "^1.0.2",
|
||||
"karma": "^3.0.0",
|
||||
"karma": "^4.0.1",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "^2.0.2",
|
||||
"karma-jasmine": "^1.1.2",
|
||||
"karma-jasmine": "^2.0.1",
|
||||
"karma-jasmine-html-reporter": "^1.3.1",
|
||||
"linkifyjs": "^2.1.5",
|
||||
"lodash-es": "^4.17.4",
|
||||
"markdown-it": "^8.4.0",
|
||||
"ngx-chips": "1.9.7",
|
||||
"ngx-clipboard": "11.1.7",
|
||||
"ngx-chips": "2.0.0-beta.0",
|
||||
"ngx-clipboard": "12.0.0",
|
||||
"ngx-pipes": "^2.1.7",
|
||||
"ngx-qrcode2": "^0.0.9",
|
||||
"node-sass": "^4.9.3",
|
||||
"npm-font-source-sans-pro": "^1.0.2",
|
||||
"p2p-media-loader-hlsjs": "^0.4.0",
|
||||
"p2p-media-loader-hlsjs": "^0.5.0",
|
||||
"path-browserify": "^1.0.0",
|
||||
"primeng": "^7.0.0",
|
||||
"process": "^0.11.10",
|
||||
"protractor": "^5.3.2",
|
||||
"purify-css": "^1.2.5",
|
||||
"purifycss-webpack": "^0.7.0",
|
||||
"raw-loader": "^0.5.1",
|
||||
"raw-loader": "^1",
|
||||
"rxjs": "^6.3.3",
|
||||
"sanitize-html": "^1.18.4",
|
||||
"sass-loader": "^7.1.0",
|
||||
|
@ -127,8 +127,8 @@
|
|||
"videojs-hotkeys": "^0.2.21",
|
||||
"webpack-bundle-analyzer": "^3.0.2",
|
||||
"webpack-cli": "^3.0.8",
|
||||
"webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d",
|
||||
"webtorrent": "^0.103.1",
|
||||
"whatwg-fetch": "^3.0.0",
|
||||
"zone.js": "~0.8.5"
|
||||
"zone.js": "~0.9.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@ import { UserRight } from '../../../../shared'
|
|||
import { AuthService } from '../core/auth/auth.service'
|
||||
|
||||
@Component({
|
||||
templateUrl: './admin.component.html',
|
||||
styleUrls: [ './admin.component.scss' ]
|
||||
templateUrl: './admin.component.html'
|
||||
})
|
||||
export class AdminComponent {
|
||||
constructor (private auth: AuthService) {}
|
||||
|
|
|
@ -10,8 +10,7 @@ import { BlocklistService } from '@app/shared/blocklist'
|
|||
|
||||
@Component({
|
||||
selector: 'my-user-moderation-dropdown',
|
||||
templateUrl: './user-moderation-dropdown.component.html',
|
||||
styleUrls: [ './user-moderation-dropdown.component.scss' ]
|
||||
templateUrl: './user-moderation-dropdown.component.html'
|
||||
})
|
||||
export class UserModerationDropdownComponent implements OnChanges {
|
||||
@ViewChild('userBanModal') userBanModal: UserBanModalComponent
|
||||
|
|
|
@ -1,22 +1,5 @@
|
|||
import './embed.scss'
|
||||
|
||||
import 'core-js/es6/symbol'
|
||||
import 'core-js/es6/object'
|
||||
import 'core-js/es6/function'
|
||||
import 'core-js/es6/parse-int'
|
||||
import 'core-js/es6/parse-float'
|
||||
import 'core-js/es6/number'
|
||||
import 'core-js/es6/math'
|
||||
import 'core-js/es6/string'
|
||||
import 'core-js/es6/date'
|
||||
import 'core-js/es6/array'
|
||||
import 'core-js/es6/regexp'
|
||||
import 'core-js/es6/map'
|
||||
import 'core-js/es6/weak-map'
|
||||
import 'core-js/es6/set'
|
||||
// For google bot that uses Chrome 41 and does not understand fetch
|
||||
import 'whatwg-fetch'
|
||||
|
||||
import * as Channel from 'jschannel'
|
||||
|
||||
import { peertubeTranslate, ResultList, VideoDetails } from '../../../../shared'
|
||||
|
|
3715
client/yarn.lock
3715
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue