X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=9f84a1ee85d5b0c1e0b1435c03dcdaa3665cbf52;hb=94b13cf4b3e245a3594193f1fa59f2333aedb19e;hp=bfbb99dba5f618872d0b182175d775c13e6b5036;hpb=9df52d660feb722404be00a50f3c8a612bec1c15;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index bfbb99dba..9f84a1ee8 100644 --- a/client/package.json +++ b/client/package.json @@ -69,21 +69,21 @@ "@types/sha.js": "^2.4.0", "@types/video.js": "^7.3.8", "@types/webtorrent": "^0.109.0", - "@typescript-eslint/eslint-plugin": "4.28.2", - "@typescript-eslint/parser": "4.28.2", + "@typescript-eslint/eslint-plugin": "4.29.3", + "@typescript-eslint/parser": "4.29.3", "angular2-hotkeys": "^2.1.2", "angularx-qrcode": "11.0.0", "bootstrap": "^4.1.3", "buffer": "^6.0.3", "cache-chunk-store": "^3.0.0", - "chart.js": "^2.9.3", + "chart.js": "^3.5.1", "core-js": "^3.1.4", "css-loader": "^6.2.0", "debug": "^4.3.1", "dexie": "^3.0.0", "eslint": "^7.26.0", - "eslint-plugin-import": "latest", - "eslint-plugin-jsdoc": "latest", + "eslint-plugin-import": "^2.24.2", + "eslint-plugin-jsdoc": "^36.0.8", "eslint-plugin-prefer-arrow": "latest", "focus-visible": "^5.0.2", "hls.js": "^1.0.7", @@ -134,5 +134,8 @@ "webtorrent": "^1.3.8", "whatwg-fetch": "^3.0.0", "zone.js": "~0.11.4" + }, + "dependencies": { + "webpack": "^5.51.1" } }