Upgrade client dependencies
This commit is contained in:
parent
2db1f3238d
commit
30ad7fdf69
28 changed files with 3760 additions and 3603 deletions
|
@ -52,8 +52,8 @@
|
|||
"@babel/preset-env": "^7.18.2",
|
||||
"@formatjs/intl-locale": "^3.3.1",
|
||||
"@formatjs/intl-pluralrules": "^5.2.2",
|
||||
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
|
||||
"@ng-select/ng-select": "^10.0.3",
|
||||
"@ng-bootstrap/ng-bootstrap": "^15.1.1",
|
||||
"@ng-select/ng-select": "^11.1.1",
|
||||
"@ngx-loading-bar/core": "^6.0.0",
|
||||
"@ngx-loading-bar/http-client": "^6.0.0",
|
||||
"@ngx-loading-bar/router": "^6.0.0",
|
||||
|
@ -71,13 +71,13 @@
|
|||
"@types/jschannel": "^1.0.0",
|
||||
"@types/linkifyjs": "^2.1.2",
|
||||
"@types/lodash-es": "^4.17.0",
|
||||
"@types/markdown-it": "^12.0.1",
|
||||
"@types/markdown-it": "^13.0.2",
|
||||
"@types/node": "^18.13.0",
|
||||
"@types/sanitize-html": "2.6.2",
|
||||
"@types/sanitize-html": "2.9.2",
|
||||
"@types/sha.js": "^2.4.0",
|
||||
"@types/video.js": "^7.3.40",
|
||||
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
||||
"@typescript-eslint/parser": "^5.43.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
||||
"@typescript-eslint/parser": "^6.7.5",
|
||||
"@wdio/browserstack-service": "^8.10.5",
|
||||
"@wdio/cli": "^8.10.5",
|
||||
"@wdio/local-runner": "^8.10.5",
|
||||
|
@ -90,13 +90,13 @@
|
|||
"buffer": "^6.0.3",
|
||||
"chart.js": "^4.3.0",
|
||||
"chartjs-plugin-zoom": "~2.0.1",
|
||||
"chromedriver": "^115.0.1",
|
||||
"chromedriver": "^117.0.3",
|
||||
"core-js": "^3.22.8",
|
||||
"css-loader": "^6.2.0",
|
||||
"debug": "^4.3.1",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-jsdoc": "^44.2.4",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"eslint-plugin-jsdoc": "^46.8.2",
|
||||
"eslint-plugin-prefer-arrow": "latest",
|
||||
"expect-webdriverio": "^4.2.3",
|
||||
"focus-visible": "^5.0.2",
|
||||
|
@ -109,13 +109,12 @@
|
|||
"linkify-html": "^4.0.2",
|
||||
"linkifyjs": "^4.0.2",
|
||||
"lodash-es": "^4.17.4",
|
||||
"markdown-it": "13.0.1",
|
||||
"markdown-it": "13.0.2",
|
||||
"mini-css-extract-plugin": "^2.2.0",
|
||||
"ngx-uploadx": "^6.1.0",
|
||||
"path-browserify": "^1.0.0",
|
||||
"postcss": "^8.4.14",
|
||||
"primeng": "^16.0.0-rc.2",
|
||||
"purify-css": "^1.2.5",
|
||||
"raw-loader": "^4.0.2",
|
||||
"rxjs": "^7.3.0",
|
||||
"sanitize-html": "^2.1.2",
|
||||
|
@ -129,7 +128,7 @@
|
|||
"ts-loader": "^9.3.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "~4.9.5",
|
||||
"typescript": "~5.1.0",
|
||||
"video.js": "^7.19.2",
|
||||
"wdio-chromedriver-service": "^8.1.1",
|
||||
"wdio-geckodriver-service": "^5.0.1",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import omit from 'lodash-es/omit'
|
||||
import { forkJoin } from 'rxjs'
|
||||
import { SelectOptionsItem } from 'src/types/select-options-item.model'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { SelectOptionsItem } from 'src/types/select-options-item.model'
|
||||
import { Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core'
|
||||
import { FormGroup } from '@angular/forms'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { SelectOptionsItem } from 'src/types/select-options-item.model'
|
||||
import { Component, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core'
|
||||
import { FormGroup } from '@angular/forms'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { SortMeta } from 'primeng/api'
|
||||
import { catchError, concatMap, forkJoin, from, map, toArray } from 'rxjs'
|
||||
import { HttpClient, HttpParams } from '@angular/common/http'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { Component, EventEmitter, Input, OnChanges, OnInit, Output, ViewChild } from '@angular/core'
|
||||
import { MarkdownService, Notifier, UserService } from '@app/core'
|
||||
import { AuthService } from '@app/core/auth'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { CommonModule } from '@angular/common'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedFormModule } from '@app/shared/shared-forms'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { firstValueFrom } from 'rxjs'
|
||||
import { switchMap, tap } from 'rxjs/operators'
|
||||
import { Component } from '@angular/core'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { Component } from '@angular/core'
|
||||
|
||||
@Component({
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
// This code is not generated
|
||||
// See angular/tools/gulp-tasks/cldr/extract.js
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { TableModule } from 'primeng/table'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { CommonModule } from '@angular/common'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedGlobalIconModule } from '../shared-icons'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { Component, forwardRef, OnInit } from '@angular/core'
|
||||
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
|
||||
import { ServerService } from '@app/core'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { CommonModule } from '@angular/common'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { GlobalIconComponent } from './global-icon.component'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module'
|
||||
import { SharedFormModule } from '../shared-forms/shared-form.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
import { TableExpanderIconComponent } from './table-expander-icon.component'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedGlobalIconModule } from '../shared-icons'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedFormModule } from '../shared-forms'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedFormModule } from '../shared-forms'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
import { VideoCommentService } from './video-comment.service'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedFormModule } from '../shared-forms'
|
||||
import { SharedGlobalIconModule } from '../shared-icons'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module'
|
||||
import { SharedFormModule } from '../shared-forms'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedFormModule } from '../shared-forms'
|
||||
import { SharedGlobalIconModule } from '../shared-icons'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { NgModule } from '@angular/core'
|
||||
import { SharedMainModule } from '../shared-main/shared-main.module'
|
||||
import { VideoViewsCounterComponent } from './video-views-counter.component'
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@import 'bootstrap/scss/functions';
|
||||
@import 'bootstrap/scss/variables';
|
||||
@import 'bootstrap/scss/variables-dark';
|
||||
@import 'bootstrap/scss/maps';
|
||||
@import 'bootstrap/scss/mixins';
|
||||
@import 'bootstrap/scss/utilities';
|
||||
|
|
|
@ -622,7 +622,7 @@ p-table {
|
|||
}
|
||||
|
||||
p-paginator {
|
||||
.p-paginator-bottom {
|
||||
.p-paginator {
|
||||
background-color: pvar(--mainBackgroundColor) !important;
|
||||
position: relative;
|
||||
border: none;
|
||||
|
|
7313
client/yarn.lock
7313
client/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue