Upgrade client dependencies
This commit is contained in:
parent
c0d2eac332
commit
edb12cc9a5
|
@ -69,8 +69,8 @@
|
|||
"@types/sha.js": "^2.4.0",
|
||||
"@types/video.js": "^7.3.8",
|
||||
"@types/webtorrent": "^0.109.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.8.0",
|
||||
"@typescript-eslint/parser": "5.8.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.9.1",
|
||||
"@typescript-eslint/parser": "5.9.1",
|
||||
"@wdio/browserstack-service": "^7.11.1",
|
||||
"@wdio/cli": "^7.11.1",
|
||||
"@wdio/codemod": "^0.9.0",
|
||||
|
@ -78,19 +78,19 @@
|
|||
"@wdio/mocha-framework": "^7.11.1",
|
||||
"@wdio/spec-reporter": "^7.10.1",
|
||||
"angular2-hotkeys": "^2.1.2",
|
||||
"angularx-qrcode": "11.0.0",
|
||||
"angularx-qrcode": "13.0.3",
|
||||
"babel-loader": "^8.2.2",
|
||||
"bootstrap": "^4.1.3",
|
||||
"buffer": "^6.0.3",
|
||||
"cache-chunk-store": "^3.0.0",
|
||||
"chart.js": "^3.5.1",
|
||||
"chromedriver": "^96.0.0",
|
||||
"chromedriver": "^97.0.0",
|
||||
"core-js": "^3.1.4",
|
||||
"css-loader": "^6.2.0",
|
||||
"debug": "^4.3.1",
|
||||
"dexie": "^3.0.0",
|
||||
"eslint": "^8.2.0",
|
||||
"eslint-plugin-import": "2.25.3",
|
||||
"eslint-plugin-import": "2.25.4",
|
||||
"eslint-plugin-jsdoc": "^37.0.3",
|
||||
"eslint-plugin-prefer-arrow": "latest",
|
||||
"expect": "^27.1.0",
|
||||
|
@ -106,7 +106,7 @@
|
|||
"linkify-plugin-mention": "^3.0.2",
|
||||
"linkifyjs": "^3.0.2",
|
||||
"lodash-es": "^4.17.4",
|
||||
"markdown-it": "12.3.0",
|
||||
"markdown-it": "12.3.2",
|
||||
"mini-css-extract-plugin": "^2.2.0",
|
||||
"ngx-uploadx": "^4.1.0",
|
||||
"path-browserify": "^1.0.0",
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
<ng-template ngbNavContent>
|
||||
<div class="nav-content">
|
||||
<qrcode [qrdata]="getPlaylistUrl()" [size]="256" level="Q"></qrcode>
|
||||
<qrcode [qrdata]="getPlaylistUrl()" [width]="256" level="Q"></qrcode>
|
||||
</div>
|
||||
</ng-template>
|
||||
</ng-container>
|
||||
|
@ -103,7 +103,7 @@
|
|||
|
||||
<ng-template ngbNavContent>
|
||||
<div class="nav-content">
|
||||
<qrcode [qrdata]="getVideoUrl()" [size]="256" level="Q"></qrcode>
|
||||
<qrcode [qrdata]="getVideoUrl()" [width]="256" level="Q"></qrcode>
|
||||
</div>
|
||||
</ng-template>
|
||||
</ng-container>
|
||||
|
|
2585
client/yarn.lock
2585
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue