diff --git a/web/package-lock.json b/web/package-lock.json index 3f81961ef..2b9c67575 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -28,8 +28,9 @@ "uuid": "^14.0.0", "vue": "^3.5.35", "vue-router": "^5.1.0", + "vue3-snapshot-serializer": "^2.13.3", "vuedraggable": "^4.1.0", - "vuetify": "4.0.8" + "vuetify": "4.1.0" }, "devDependencies": { "@faker-js/faker": "^10.4.0", @@ -5930,9 +5931,9 @@ "license": "MIT" }, "node_modules/vuetify": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.8.tgz", - "integrity": "sha512-tde1nicQ0fUxZ/drEW7oILArkCYhDqJVTVOaaLQdAzuDNX1FwqYfAd5eeJ06lYDSLGlf8anR3iFlmZaYs629hQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.0.tgz", + "integrity": "sha512-Pq05N76NMM1TVM6z2wWlV0XhQcwuNSjevlr8xhnNYpBkLZC3yjTGzHYbE1rXE4ircf1SImRcJ8khwKE3Xb2Glg==", "license": "MIT", "funding": { "type": "github", diff --git a/web/package.json b/web/package.json index a2b3df8d1..93ff44d69 100644 --- a/web/package.json +++ b/web/package.json @@ -45,7 +45,7 @@ "vue-router": "^5.1.0", "vue3-snapshot-serializer": "^2.13.3", "vuedraggable": "^4.1.0", - "vuetify": "4.0.8" + "vuetify": "4.1.0" }, "devDependencies": { "@faker-js/faker": "^10.4.0", diff --git a/web/src/plugins/vuetify.ts b/web/src/plugins/vuetify.ts index 7bdd20f72..6a9c00e99 100644 --- a/web/src/plugins/vuetify.ts +++ b/web/src/plugins/vuetify.ts @@ -1,10 +1,10 @@ import { createVuetify } from 'vuetify'; import * as components from 'vuetify/components'; import { VBtn } from 'vuetify/components'; +import { VDateInput } from 'vuetify/components/VDateInput'; +import { VFileUpload } from 'vuetify/components/VFileUpload'; import * as directives from 'vuetify/directives'; import { aliases, mdi } from 'vuetify/iconsets/mdi-svg'; -import { VDateInput } from 'vuetify/labs/VDateInput'; -import { VFileUpload } from 'vuetify/labs/VFileUpload'; import 'vuetify/styles'; // https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides