mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
fix playlist reordering
+ fix mediasession handler
This commit is contained in:
parent
9094d21d2c
commit
ab9ebbced0
4 changed files with 582 additions and 534 deletions
12
package.json
12
package.json
|
@ -11,17 +11,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"bootstrap-icons": "^1.11.3",
|
||||
"dompurify": "^3.0.8",
|
||||
"dompurify": "^3.0.9",
|
||||
"peerjs": "^1.5.2",
|
||||
"pinia": "^2.1.7",
|
||||
"shaka-player": "^4.7.6",
|
||||
"shaka-player": "^4.7.10",
|
||||
"sortablejs": "^1.15.2",
|
||||
"vue": "^3.2.38"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^4.6.2",
|
||||
"prettier": "^3.2.4",
|
||||
"vite": "^5.0.12",
|
||||
"vite-plugin-pwa": "^0.17.4"
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"prettier": "^3.2.5",
|
||||
"vite": "^5.1.4",
|
||||
"vite-plugin-pwa": "^0.19.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue