X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=cf3fb6a926a8eb1bc210656bbf0cc0961ec08a26;hb=aa9cf3b98d5db85fefce918bb29840d0cdcb84c4;hp=cd33c6e1d802b3c902ab9f79dec9e03cd8d26ea0;hpb=b405d663b4fcda051fe928f73b161b7040303b63;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index cd33c6e1d..cf3fb6a92 100644 --- a/client/package.json +++ b/client/package.json @@ -1,11 +1,11 @@ { "name": "peertube-client", - "version": "2.3.0", + "version": "2.4.0", "private": true, "license": "AGPL-3.0", "author": { "name": "Chocobozzz", - "email": "chocobozzz@cpy.re", + "email": "chocobozzz@framasoft.org", "url": "http://github.com/Chocobozzz" }, "repository": { @@ -63,6 +63,7 @@ "@types/markdown-it": "^10.0.1", "@types/node": "^14.0.14", "@types/sanitize-html": "1.23.3", + "@types/sha.js": "^2.4.0", "@types/socket.io-client": "^1.4.32", "@types/video.js": "^7.3.8", "@types/webtorrent": "^0.107.0", @@ -80,7 +81,7 @@ "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^6.0.0", "focus-visible": "^5.0.2", - "hls.js": "^0.14.9", + "hls.js": "^0.14.16", "html-loader": "^1.0.0", "html-webpack-plugin": "^4.0.3", "https-browserify": "^1.0.0", @@ -94,7 +95,7 @@ "karma-jasmine-html-reporter": "^1.5.0", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", - "markdown-it": "^11.0.0", + "markdown-it": "11.x", "node-sass": "^4.9.3", "npm-font-source-sans-pro": "^1.0.2", "p2p-media-loader-hlsjs": "^0.6.2", @@ -110,6 +111,7 @@ "sass-lint": "^1.13.1", "sass-loader": "8.0.2", "sass-resources-loader": "^2.0.0", + "sha.js": "^2.4.11", "socket.io-client": "^2.2.0", "stream-browserify": "^3.0.0", "stream-http": "^3.0.0",