From abd46eecee308bfa6cbb43d99ff70e6db5e36cde Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 3 Dec 2025 13:51:06 +0800 Subject: [PATCH] bump vuetify --- next-ui/package-lock.json | 8 ++++---- next-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/next-ui/package-lock.json b/next-ui/package-lock.json index 35d6a713d..5088176a7 100644 --- a/next-ui/package-lock.json +++ b/next-ui/package-lock.json @@ -21,7 +21,7 @@ "pinia-plugin-persistedstate": "^4.7.1", "vue": "^3.5.25", "vue-intl": "^6.5.27", - "vuetify": "^3.10.12" + "vuetify": "^3.11.2" }, "devDependencies": { "@chromatic-com/storybook": "^4.1.3", @@ -11704,9 +11704,9 @@ "license": "MIT" }, "node_modules/vuetify": { - "version": "3.10.12", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.12.tgz", - "integrity": "sha512-aWZ7jsd/ilKTObyw7cIjQCCRMJb/gQRlanvNaHhE2WkS+Y1Xt5KEbcxy0hrl/7lxMh5yWSBrJl00XtvMoNKXVQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.2.tgz", + "integrity": "sha512-1lL0qN6JIdbx6xGYpo6dnx378EfC0t4EotPJdP4go8ThmIdRO3xLva1ALxhxi5lSYTht4R9OVk9miVnwVfDx3A==", "license": "MIT", "funding": { "type": "github", diff --git a/next-ui/package.json b/next-ui/package.json index 6412bfd7d..1d256d01b 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -41,7 +41,7 @@ "pinia-plugin-persistedstate": "^4.7.1", "vue": "^3.5.25", "vue-intl": "^6.5.27", - "vuetify": "^3.10.12" + "vuetify": "^3.11.2" }, "devDependencies": { "@chromatic-com/storybook": "^4.1.3",