Update client dependencies

This commit is contained in:
Chocobozzz 2023-02-16 15:17:40 +01:00
parent 838950fd6b
commit 0cdc545fe0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
4 changed files with 894 additions and 918 deletions

View File

@ -179,7 +179,7 @@
"src/sass/application.scss"
],
"allowedCommonJsDependencies": [
"@cordobo/qrcode",
"qrcode",
"chart.js",
"htmlparser2",
"markdown-it-emoji/light",

View File

@ -47,8 +47,8 @@
"@angular/service-worker": "^15.1.5",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@ng-bootstrap/ng-bootstrap": "^13.0.0",
"@ng-select/ng-select": "^9.0.1",
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@ng-select/ng-select": "^10.0.3",
"@ngx-loading-bar/core": "^6.0.0",
"@ngx-loading-bar/http-client": "^6.0.0",
"@ngx-loading-bar/router": "^6.0.0",
@ -65,7 +65,7 @@
"@types/linkifyjs": "^2.1.2",
"@types/lodash-es": "^4.17.0",
"@types/markdown-it": "^12.0.1",
"@types/node": "^17.0.42",
"@types/node": "^18.13.0",
"@types/sanitize-html": "2.6.2",
"@types/sha.js": "^2.4.0",
"@types/video.js": "^7.3.40",
@ -79,26 +79,26 @@
"@wdio/shared-store-service": "^7.25.2",
"@wdio/spec-reporter": "^7.25.1",
"angular2-hotkeys": "^13.1.0",
"angularx-qrcode": "14.0.0",
"angularx-qrcode": "15.0.1",
"babel-loader": "^9.1.0",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"cache-chunk-store": "^3.0.0",
"chart.js": "^3.8.0",
"chartjs-plugin-zoom": "^1.2.1",
"chartjs-plugin-zoom": "~1.2.1",
"chromedriver": "^107.0.3",
"core-js": "^3.22.8",
"css-loader": "^6.2.0",
"debug": "^4.3.1",
"dexie": "^3.2.2",
"eslint": "^8.28.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "^40.0.0",
"eslint-plugin-prefer-arrow": "latest",
"expect-webdriverio": "^3.4.0",
"focus-visible": "^5.0.2",
"geckodriver": "^3.2.0",
"hls.js": "1.2.5",
"hls.js": "1.3.3",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.3.1",
"https-browserify": "^1.0.0",
@ -112,24 +112,24 @@
"ngx-uploadx": "^5.1.0",
"path-browserify": "^1.0.0",
"postcss": "^8.4.14",
"primeng": "^14.0.0",
"primeng": "^15.2.0",
"process": "^0.11.10",
"purify-css": "^1.2.5",
"querystring": "^0.2.1",
"raw-loader": "^4.0.2",
"rxjs": "^7.3.0",
"sanitize-html": "^2.1.2",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"sha.js": "^2.4.11",
"socket.io-client": "^4.5.4",
"stream-browserify": "^3.0.0",
"stream-http": "^3.0.0",
"stylelint": "^14.9.1",
"stylelint": "^15.1.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"ts-loader": "^9.3.0",
"tslib": "^2.4.0",
"typescript": "~4.8.3",
"typescript": "~4.9.5",
"url": "^0.11.0",
"video.js": "^7.19.2",
"videostream": "~3.2.1",
@ -137,7 +137,7 @@
"wdio-geckodriver-service": "^3.0.2",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.10.0",
"webpack-cli": "^5.0.1",
"webtorrent": "1.8.26",
"whatwg-fetch": "^3.0.0",
"zone.js": "~0.12.0"

View File

@ -1,6 +1,5 @@
@use 'sass:math';
@use 'sass:color';
@use 'bootstrap/scss/functions' as *;
$small-view: 800px;
$mobile-view: 500px;

File diff suppressed because it is too large Load Diff