mirror of https://github.com/Chocobozzz/PeerTube
Upgrade client dep
parent
ae4e417ab0
commit
2b54a986c7
|
@ -48,11 +48,11 @@
|
||||||
"@babel/core": "^7.15.0",
|
"@babel/core": "^7.15.0",
|
||||||
"@babel/preset-env": "^7.15.0",
|
"@babel/preset-env": "^7.15.0",
|
||||||
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
"@neos21/bootstrap3-glyphicons": "^1.0.1",
|
||||||
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
|
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
||||||
"@ng-select/ng-select": "^8.1.1",
|
"@ng-select/ng-select": "^8.1.1",
|
||||||
"@ngx-loading-bar/core": "^5.0.0",
|
"@ngx-loading-bar/core": "^6.0.0",
|
||||||
"@ngx-loading-bar/http-client": "^5.0.0",
|
"@ngx-loading-bar/http-client": "^6.0.0",
|
||||||
"@ngx-loading-bar/router": "^5.0.0",
|
"@ngx-loading-bar/router": "^6.0.0",
|
||||||
"@peertube/p2p-media-loader-core": "^1.0.4",
|
"@peertube/p2p-media-loader-core": "^1.0.4",
|
||||||
"@peertube/p2p-media-loader-hlsjs": "^1.0.6",
|
"@peertube/p2p-media-loader-hlsjs": "^1.0.6",
|
||||||
"@peertube/videojs-contextmenu": "^5.5.0",
|
"@peertube/videojs-contextmenu": "^5.5.0",
|
||||||
|
@ -65,12 +65,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": "2.5.0",
|
"@types/sanitize-html": "2.6.1",
|
||||||
"@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.4.0",
|
"@typescript-eslint/eslint-plugin": "5.8.0",
|
||||||
"@typescript-eslint/parser": "5.4.0",
|
"@typescript-eslint/parser": "5.8.0",
|
||||||
"@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",
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
"expect": "^27.1.0",
|
"expect": "^27.1.0",
|
||||||
"expect-webdriverio": "^3.1.2",
|
"expect-webdriverio": "^3.1.2",
|
||||||
"focus-visible": "^5.0.2",
|
"focus-visible": "^5.0.2",
|
||||||
"geckodriver": "^2.0.3",
|
"geckodriver": "^3.0.1",
|
||||||
"hls.js": "^1.0.7",
|
"hls.js": "^1.0.7",
|
||||||
"html-loader": "^3.0.1",
|
"html-loader": "^3.0.1",
|
||||||
"html-webpack-plugin": "^5.3.1",
|
"html-webpack-plugin": "^5.3.1",
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
"linkify-plugin-mention": "^3.0.2",
|
"linkify-plugin-mention": "^3.0.2",
|
||||||
"linkifyjs": "^3.0.2",
|
"linkifyjs": "^3.0.2",
|
||||||
"lodash-es": "^4.17.4",
|
"lodash-es": "^4.17.4",
|
||||||
"markdown-it": "12.2.0",
|
"markdown-it": "12.3.0",
|
||||||
"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",
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
"typescript": "~4.4.4",
|
"typescript": "~4.4.4",
|
||||||
"video.js": "^7",
|
"video.js": "^7",
|
||||||
"videojs-dock": "^2.0.2",
|
"videojs-dock": "^3.0.0",
|
||||||
"videojs-hotkeys": "^0.2.27",
|
"videojs-hotkeys": "^0.2.27",
|
||||||
"videostream": "~3.2.1",
|
"videostream": "~3.2.1",
|
||||||
"wdio-chromedriver-service": "^7.2.0",
|
"wdio-chromedriver-service": "^7.2.0",
|
||||||
|
|
2950
client/yarn.lock
2950
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue