X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=c93af4aa70eb308e7cdb7c3f50cf33a5a3df8229;hb=c826f34a45757b324a20f71665b44ed10e6953b5;hp=7a461a5ca6ae3e467f471ddc5ce9312061ec36be;hpb=b1ed448e948211a59ab110c9d4c7c2e82819645e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 7a461a5ca..c93af4aa7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "3.2.0", + "version": "3.3.0", "private": true, "license": "AGPL-3.0", "author": { @@ -25,9 +25,6 @@ "stylelint": "stylelint" }, "typings": "*.d.ts", - "resolutions": { - "@types/mousetrap": "1.6.3" - }, "devDependencies": { "@angular-devkit/build-angular": "^12.0.0", "@angular/animations": "^12.0.0", @@ -45,12 +42,14 @@ "@angular/service-worker": "^12.0.0", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^9.0.2", - "@ng-select/ng-select": "^6.0.0", + "@ng-select/ng-select": "^7.0.1", "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", "@ngx-i18nsupport/tooling": "^8.0.3", "@ngx-loading-bar/core": "^5.0.0", "@ngx-loading-bar/http-client": "^5.0.0", "@ngx-loading-bar/router": "^5.0.0", + "@peertube/p2p-media-loader-core": "^1.0.2", + "@peertube/p2p-media-loader-hlsjs": "^1.0.4", "@types/chart.js": "^2.9.16", "@types/core-js": "^2.5.2", "@types/debug": "^4.1.5", @@ -79,7 +78,7 @@ "dexie": "^3.0.0", "file-loader": "^6.0.0", "focus-visible": "^5.0.2", - "hls.js": "^0.14.16", + "hls.js": "^1.0.7", "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.1", "https-browserify": "^1.0.0", @@ -93,10 +92,9 @@ "karma-jasmine-html-reporter": "^1.5.0", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", - "markdown-it": "12.0.4", + "markdown-it": "12.0.6", "mini-css-extract-plugin": "^1.6.0", "ngx-uploadx": "^4.1.0", - "p2p-media-loader-hlsjs": "^0.6.2", "path-browserify": "^1.0.0", "primeng": "^12.0.0-rc.1", "process": "^0.11.10", @@ -119,7 +117,7 @@ "tslint": "~6.1.0", "tslint-angular": "^3.0.2", "tslint-config-standard": "^9.0.0", - "typescript": "~4.2.4", + "typescript": "~4.3.4", "video.js": "^7", "videojs-contextmenu-pt": "^5.4.1", "videojs-contrib-quality-levels": "^2.0.9",