[web] Bump to newer versions of packages

Newer versions of JavaScript packages are now used.
This commit is contained in:
Alain Nussbaumer 2023-06-03 19:49:22 +02:00
parent 0fcf99c8e9
commit 78b50bc088
2 changed files with 689 additions and 2388 deletions

3047
web-src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,31 +15,31 @@
"@mdi/js": "^6.7.96", "@mdi/js": "^6.7.96",
"@ts-pro/vue-eternal-loading": "^1.2.0", "@ts-pro/vue-eternal-loading": "^1.2.0",
"@vueform/slider": "github:chme/slider#faff83ed8a77f2cdbcb7252505ef734301efd139", "@vueform/slider": "github:chme/slider#faff83ed8a77f2cdbcb7252505ef734301efd139",
"axios": "^0.27.2", "axios": "^1.4.0",
"bulma": "^0.9.4", "bulma": "^0.9.4",
"bulma-switch": "^2.0.4", "bulma-switch": "^2.0.4",
"luxon": "^2.5.2", "luxon": "^3.3.0",
"mdi-vue": "^3.0.13", "mdi-vue": "^3.0.13",
"reconnectingwebsocket": "^1.0.0", "reconnectingwebsocket": "^1.0.0",
"spotify-web-api-js": "^1.5.2", "spotify-web-api-js": "^1.5.2",
"string-to-color": "^2.2.2", "string-to-color": "^2.2.2",
"vue": "^3.2.37", "vue": "^3.3.4",
"vue-i18n": "^9.1.10", "vue-i18n": "^9.3.0-beta.19",
"vue-router": "^4.0.16", "vue-router": "^4.2.2",
"vue-scrollto": "^2.20.0", "vue-scrollto": "^2.20.0",
"vue3-click-away": "^1.2.4", "vue3-click-away": "^1.2.4",
"vue3-lazyload": "^0.3.4", "vue3-lazyload": "^0.3.6",
"vuedraggable": "^4.1.0", "vuedraggable": "^4.1.0",
"vuex": "^4.0.2" "vuex": "^4.1.0"
}, },
"devDependencies": { "devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.4.0", "@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.4",
"eslint": "^8.17.0", "eslint": "^8.42.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.1.1", "eslint-plugin-vue": "^9.14.1",
"prettier": "2.7.0", "prettier": "^2.8.8",
"sass": "^1.52.3", "sass": "^1.62.1",
"vite": "^2.9.13" "vite": "^2.9.16"
} }
} }