chore: update dependencies

This commit is contained in:
Shiny Nematoda 2024-11-25 15:03:00 +00:00
parent 28c9f7686a
commit dddbdc5d72
3 changed files with 611 additions and 482 deletions

View file

@ -91,7 +91,7 @@ You can use the [Redirector](https://github.com/einaregilsson/Redirector) extens
Hyperpipe
Copyright (C) 2022-24 Shiny Nematoda
Copyright (C) 2022-24 Shiny Nematoda <snematoda.751k2@aleeas.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as

1081
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,15 +12,15 @@
"dependencies": {
"bootstrap-icons": "^1.11.3",
"peerjs": "^1.5.4",
"pinia": "^2.2.4",
"shaka-player": "^4.11.9",
"sortablejs": "^1.15.3",
"pinia": "^2.2.6",
"shaka-player": "^4.12.2",
"sortablejs": "^1.15.4",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.0",
"prettier": "^3.3.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.20.5"
}
}