Update client dependencies
This commit is contained in:
parent
597f771f3f
commit
9bedf70b23
2 changed files with 1575 additions and 1859 deletions
|
@ -66,12 +66,12 @@
|
||||||
"@types/lodash-es": "^4.17.0",
|
"@types/lodash-es": "^4.17.0",
|
||||||
"@types/markdown-it": "^12.0.1",
|
"@types/markdown-it": "^12.0.1",
|
||||||
"@types/node": "^14.0.14",
|
"@types/node": "^14.0.14",
|
||||||
"@types/sanitize-html": "1.27.1",
|
"@types/sanitize-html": "2.5.0",
|
||||||
"@types/sha.js": "^2.4.0",
|
"@types/sha.js": "^2.4.0",
|
||||||
"@types/video.js": "^7.3.8",
|
"@types/video.js": "^7.3.8",
|
||||||
"@types/webtorrent": "^0.109.0",
|
"@types/webtorrent": "^0.109.0",
|
||||||
"@typescript-eslint/eslint-plugin": "5.0.0",
|
"@typescript-eslint/eslint-plugin": "5.3.1",
|
||||||
"@typescript-eslint/parser": "5.0.0",
|
"@typescript-eslint/parser": "5.3.1",
|
||||||
"@wdio/browserstack-service": "^7.11.1",
|
"@wdio/browserstack-service": "^7.11.1",
|
||||||
"@wdio/cli": "^7.11.1",
|
"@wdio/cli": "^7.11.1",
|
||||||
"@wdio/codemod": "^0.9.0",
|
"@wdio/codemod": "^0.9.0",
|
||||||
|
@ -85,14 +85,14 @@
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
"cache-chunk-store": "^3.0.0",
|
"cache-chunk-store": "^3.0.0",
|
||||||
"chart.js": "^3.5.1",
|
"chart.js": "^3.5.1",
|
||||||
"chromedriver": "^94.0.0",
|
"chromedriver": "^95.0.0",
|
||||||
"core-js": "^3.1.4",
|
"core-js": "^3.1.4",
|
||||||
"css-loader": "^6.2.0",
|
"css-loader": "^6.2.0",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"dexie": "^3.0.0",
|
"dexie": "^3.0.0",
|
||||||
"eslint": "7",
|
"eslint": "8.2.0",
|
||||||
"eslint-plugin-import": "^2.24.2",
|
"eslint-plugin-import": "^2.24.2",
|
||||||
"eslint-plugin-jsdoc": "^36.0.8",
|
"eslint-plugin-jsdoc": "^37.0.3",
|
||||||
"eslint-plugin-prefer-arrow": "latest",
|
"eslint-plugin-prefer-arrow": "latest",
|
||||||
"expect": "^27.1.0",
|
"expect": "^27.1.0",
|
||||||
"expect-webdriverio": "^3.1.2",
|
"expect-webdriverio": "^3.1.2",
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
"mini-css-extract-plugin": "^2.2.0",
|
"mini-css-extract-plugin": "^2.2.0",
|
||||||
"ngx-uploadx": "^4.1.0",
|
"ngx-uploadx": "^4.1.0",
|
||||||
"path-browserify": "^1.0.0",
|
"path-browserify": "^1.0.0",
|
||||||
"primeng": "^12.0.0-rc.1",
|
"primeng": "^13.0.0-rc.1",
|
||||||
"process": "^0.11.10",
|
"process": "^0.11.10",
|
||||||
"purify-css": "^1.2.5",
|
"purify-css": "^1.2.5",
|
||||||
"raw-loader": "^4.0.2",
|
"raw-loader": "^4.0.2",
|
||||||
|
@ -123,8 +123,8 @@
|
||||||
"socket.io-client": "^4.0.1",
|
"socket.io-client": "^4.0.1",
|
||||||
"stream-browserify": "^3.0.0",
|
"stream-browserify": "^3.0.0",
|
||||||
"stream-http": "^3.0.0",
|
"stream-http": "^3.0.0",
|
||||||
"stylelint": "^13.13.0",
|
"stylelint": "^14.0.1",
|
||||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
"stylelint-config-sass-guidelines": "^9.0.1",
|
||||||
"terser-webpack-plugin": "^5.1.2",
|
"terser-webpack-plugin": "^5.1.2",
|
||||||
"ts-loader": "^9.2.2",
|
"ts-loader": "^9.2.2",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
|
|
3416
client/yarn.lock
3416
client/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue