chore: update vite, shaka, pinia and vite-plugin-pwa

This commit is contained in:
Shiny Nematoda 2024-08-06 12:47:59 +00:00
parent a7d0097c57
commit 2c20ac430d
2 changed files with 410 additions and 598 deletions

998
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.1.7",
"shaka-player": "^4.10.8",
"pinia": "^2.2.1",
"shaka-player": "^4.10.9",
"sortablejs": "^1.15.2",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.2",
"prettier": "^3.3.3",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.0"
"vite": "^5.3.5",
"vite-plugin-pwa": "^0.20.1"
}
}