From 6bc2bb7ba91ec69183cfff70ce1ba290697699cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:28:01 +0000 Subject: [PATCH] Bump vuetify from 2.2.17 to 3.0.0 Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.2.17 to 3.0.0. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.0.0/packages/vuetify) --- updated-dependencies: - dependency-name: vuetify dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9eae2e9..b7dbca6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "vue-codemirror": "^4.0.6", "vue-router": "^3.1.3", "vue-smooth-dnd": "^0.8.0", - "vuetify": "^2.0.19", + "vuetify": "^3.0.0", "vuex": "^3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c08cc68..82a7ddd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9846,10 +9846,10 @@ vue@^2.6.10: resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.11.tgz#76594d877d4b12234406e84e35275c6d514125c5" integrity sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ== -vuetify@^2.0.19: - version "2.2.17" - resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-2.2.17.tgz#76e0897beeaa19eda012094e416d6e29bbc5189d" - integrity sha512-I2CrVFQSfh1FGgqCdjQYCmfVXILmNAc/6GlN6KthYcrSX5O6oax7j3Opnvfqw5YAoWLU7jS4UwuyNOWid/Y4jA== +vuetify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/vuetify/-/vuetify-3.0.0.tgz#372eed0663f0ffba53439cd99aa46031e560b0f4" + integrity sha512-0olLmKWb+oTaebGTM02+1fWaAgnGDuIt86K3jDv2LnALQ2atSzhDS1SSASJsJCZ2PgFBdDAeJVLcNWWavRYAlQ== vuex@^3.1.1: version "3.1.3"