1
0
Fork 0

Update client dep

This commit is contained in:
Chocobozzz 2022-09-09 14:59:09 +02:00
parent a3de59ab72
commit ec8c188b14
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 1296 additions and 1266 deletions

View File

@ -27,11 +27,11 @@
"typings": "*.d.ts",
"devDependencies": {
"@angular-devkit/build-angular": "^14.0.1",
"@angular-eslint/builder": "14.0.2",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/schematics": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular-eslint/builder": "^14.0.2",
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular-eslint/schematics": "^14.0.2",
"@angular-eslint/template-parser": "^14.0.2",
"@angular/animations": "^14.0.1",
"@angular/cdk": "^14.0.1",
"@angular/cli": "^14.0.1",
@ -47,7 +47,7 @@
"@angular/service-worker": "^14.0.1",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@ng-bootstrap/ng-bootstrap": "^12.1.2",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@ng-select/ng-select": "^9.0.1",
"@ngx-loading-bar/core": "^6.0.0",
"@ngx-loading-bar/http-client": "^6.0.0",
@ -69,8 +69,8 @@
"@types/sha.js": "^2.4.0",
"@types/video.js": "^7.3.40",
"@types/webtorrent": "^0.109.0",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@wdio/browserstack-service": "^7.20.2",
"@wdio/cli": "^7.20.2",
"@wdio/local-runner": "^7.20.2",
@ -84,7 +84,7 @@
"cache-chunk-store": "^3.0.0",
"chart.js": "^3.8.0",
"chartjs-plugin-zoom": "^1.2.1",
"chromedriver": "^103.0.0",
"chromedriver": "^105.0.0",
"core-js": "^3.22.8",
"css-loader": "^6.2.0",
"debug": "^4.3.1",
@ -96,7 +96,7 @@
"expect-webdriverio": "^3.4.0",
"focus-visible": "^5.0.2",
"geckodriver": "^3.0.1",
"hls.js": "1.2.0",
"hls.js": "1.2.1",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.3.1",
"https-browserify": "^1.0.0",
@ -128,7 +128,7 @@
"stylelint-config-sass-guidelines": "^9.0.1",
"ts-loader": "^9.3.0",
"tslib": "^2.4.0",
"typescript": "~4.7.3",
"typescript": "~4.8.3",
"url": "^0.11.0",
"video.js": "^7.19.2",
"videostream": "~3.2.1",

View File

@ -6,7 +6,6 @@ import { NgModule } from '@angular/core'
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
import { RouterModule } from '@angular/router'
import {
NgbButtonsModule,
NgbCollapseModule,
NgbDropdownModule,
NgbModalModule,
@ -66,7 +65,6 @@ import { VideoChannelService } from './video-channel'
NgbNavModule,
NgbTooltipModule,
NgbCollapseModule,
NgbButtonsModule,
ClipboardModule,
@ -129,7 +127,6 @@ import { VideoChannelService } from './video-channel'
NgbNavModule,
NgbTooltipModule,
NgbCollapseModule,
NgbButtonsModule,
ClipboardModule,

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ describe('Test videos filter', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(160000)
this.timeout(240000)
servers = await createMultipleServers(2)