[web] Improve the initialisation of stores

This commit is contained in:
Alain Nussbaumer
2025-05-17 00:24:58 +02:00
parent 6b5f4ff4d7
commit f91189d93b
11 changed files with 289 additions and 1094 deletions

View File

@@ -22,7 +22,7 @@
"pinia": "^3.0.2",
"reconnectingwebsocket": "^1.0.0",
"spotify-web-api-js": "^1.5.2",
"vue": "^3.5.13",
"vue": "^3.5.14",
"vue-i18n": "^11.1.3",
"vue-router": "^4.5.1",
"vue3-click-away": "^1.2.4",
@@ -32,11 +32,11 @@
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@vitejs/plugin-vue": "^5.2.4",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-vue": "^10.1.0",
"prettier": "^3.5.3",
"sass": "^1.88.0",
"sass": "^1.89.0",
"vite": "^6.3.5"
}
}