diff --git a/charts/fivenet/Chart.yaml b/charts/fivenet/Chart.yaml index fa9fcb3bb..d35cdfd97 100644 --- a/charts/fivenet/Chart.yaml +++ b/charts/fivenet/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.8 +version: 0.4.9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/package.json b/package.json index 454ba2ca2..f26a67f4d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@unhead/vue": "1.8.10", "@vueuse/core": "10.7.2", "@vueuse/router": "10.7.2", - "@vueuse/sound": "2.0.1", + "@raffaelesgarro/vue-use-sound": "2.0.4", "autoprefixer": "10.4.17", "cssnano": "6.0.3", "eslint": "8.56.0", @@ -82,7 +82,7 @@ "eslint-plugin-vue": "9.21.1", "i18next-scanner": "4.4.0", "nuxi": "3.10.0", - "nuxt": "^3.9.3", + "nuxt": "^3.10.0", "nuxt-typed-router": "3.5.1", "postcss": "8.4.33", "postcss-custom-properties": "13.3.4", diff --git a/src/components/centrum/dispatches/DispatchListEntry.vue b/src/components/centrum/dispatches/DispatchListEntry.vue index 0efb5cf93..077b7fc8c 100644 --- a/src/components/centrum/dispatches/DispatchListEntry.vue +++ b/src/components/centrum/dispatches/DispatchListEntry.vue @@ -1,6 +1,6 @@