- removed mux.js (see https://github.com/shaka-project/shaka-player/issues/5912#issuecomment-1819153525)
- bump shaka to 4.6.1
- display MediaError code
This commit is contained in:
Shiny Nematoda 2023-11-25 07:12:50 +00:00
parent c52b622a70
commit 9bff19e0c7
3 changed files with 75 additions and 123 deletions

View file

@ -10,12 +10,11 @@
"lint": "prettier --check ."
},
"dependencies": {
"bootstrap-icons": "^1.11.1",
"bootstrap-icons": "^1.11.2",
"dompurify": "^3.0.6",
"mux.js": "^6.3.0",
"peerjs": "^1.5.1",
"pinia": "^2.1.7",
"shaka-player": "^4.6.0",
"shaka-player": "^4.6.1",
"sortablejs": "^1.15.0",
"vue": "^3.2.38"
},