From 2b89e50b77857f8380268253005ab65b455afe5d Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Sat, 25 Apr 2026 20:06:42 +0000 Subject: [PATCH] fix(deps): update dependency vuetify to v4 --- package-lock.json | 65 +++-------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 62 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97d2688..8754ff9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "vue": "3.5.28", "vue-router": "5.0.2", "vue3-perfect-scrollbar": "2.0.0", - "vuetify": "3.11.8" + "vuetify": "4.0.6" }, "devDependencies": { "@eslint/js": "^9.18.0", @@ -1263,9 +1263,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1286,9 +1283,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1309,9 +1303,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1332,9 +1323,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1355,9 +1343,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1378,9 +1363,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1577,9 +1559,6 @@ "cpu": [ "arm" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1593,9 +1572,6 @@ "cpu": [ "arm" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1609,9 +1585,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1625,9 +1598,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1641,9 +1611,6 @@ "cpu": [ "loong64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1657,9 +1624,6 @@ "cpu": [ "loong64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1673,9 +1637,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1689,9 +1650,6 @@ "cpu": [ "ppc64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1705,9 +1663,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1721,9 +1676,6 @@ "cpu": [ "riscv64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1689,6 @@ "cpu": [ "s390x" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1753,9 +1702,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1769,9 +1715,6 @@ "cpu": [ "x64" ], - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -7139,9 +7082,9 @@ } }, "node_modules/vuetify": { - "version": "3.11.8", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.8.tgz", - "integrity": "sha512-4iKnntOnLFFklygZjzlVfcHrtLO8+iK4HOhiia6HP2U8v82x+ngaSCgm+epvPrGyCMfCpfuEttqD2qElrr1axw==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.6.tgz", + "integrity": "sha512-a4kasYa3SuFI5IOG/0Fx04M4TWeef5mCdTTKFlaxt86oz16RMQ/DJ3BynlOnIdUODt7NxYIkdLYud070/vVEUQ==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index b68a481..bf8ec3c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "vue": "3.5.28", "vue-router": "5.0.2", "vue3-perfect-scrollbar": "2.0.0", - "vuetify": "3.11.8" + "vuetify": "4.0.6" }, "devDependencies": { "@eslint/js": "^9.18.0",