diff --git a/package-lock.json b/package-lock.json index f6347f32..0920278d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "vue": "^2.6.14", "vue-recaptcha-v3": "^1.9.0", "vue-router": "^3.5.2", - "vuetify": "^2.6.13", + "vuetify": "^3.11.8", "vuex": "^3.6.2" }, "devDependencies": { @@ -22060,14 +22060,30 @@ } }, "node_modules/vuetify": { - "version": "2.7.2", + "version": "3.11.8", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.8.tgz", + "integrity": "sha512-4iKnntOnLFFklygZjzlVfcHrtLO8+iK4HOhiia6HP2U8v82x+ngaSCgm+epvPrGyCMfCpfuEttqD2qElrr1axw==", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/johnleider" }, "peerDependencies": { - "vue": "^2.6.4" + "typescript": ">=4.7", + "vite-plugin-vuetify": ">=2.1.0", + "vue": "^3.5.0", + "webpack-plugin-vuetify": ">=3.1.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "vite-plugin-vuetify": { + "optional": true + }, + "webpack-plugin-vuetify": { + "optional": true + } } }, "node_modules/vuex": { @@ -37709,7 +37725,9 @@ "dev": true }, "vuetify": { - "version": "2.7.2", + "version": "3.11.8", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.11.8.tgz", + "integrity": "sha512-4iKnntOnLFFklygZjzlVfcHrtLO8+iK4HOhiia6HP2U8v82x+ngaSCgm+epvPrGyCMfCpfuEttqD2qElrr1axw==", "requires": {} }, "vuex": { diff --git a/package.json b/package.json index bec7e2e5..2fa3ecb5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "vue": "^2.6.14", "vue-recaptcha-v3": "^1.9.0", "vue-router": "^3.5.2", - "vuetify": "^2.6.13", + "vuetify": "^3.11.8", "vuex": "^3.6.2" }, "devDependencies": {