update vuetify to 3.4.8

This commit is contained in:
Ulf Gebhardt 2023-12-27 05:51:45 +01:00
parent 77f01986d8
commit eb43c99045
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -31,7 +31,7 @@
"vite": "^5.0.2", "vite": "^5.0.2",
"vue": "^3.3.8", "vue": "^3.3.8",
"vue-i18n": "^9.7.1", "vue-i18n": "^9.7.1",
"vuetify": "^3.4.3" "vuetify": "^3.4.8"
}, },
"devDependencies": { "devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
@ -35909,9 +35909,9 @@
} }
}, },
"node_modules/vuetify": { "node_modules/vuetify": {
"version": "3.4.3", "version": "3.4.8",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.4.3.tgz", "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.4.8.tgz",
"integrity": "sha512-b8yi87Zv4bn2JbaVkkV9uzSRw0fdY/v3ieWne0OTI29w/CNSyLyfHGBCrmx7eD74i562M1j+AwSSRJCX3wF0+Q==", "integrity": "sha512-fx/cVZNYU1Pk1LWevbCCKU5pv2ew/8EWkLhF75LHSzgU6b0skzQaIq6Gr/qSXbUDAPuJz7zqqGbFD6CSNYsY0w==",
"engines": { "engines": {
"node": "^12.20 || >=14.13" "node": "^12.20 || >=14.13"
}, },
@ -35921,10 +35921,10 @@
}, },
"peerDependencies": { "peerDependencies": {
"typescript": ">=4.7", "typescript": ">=4.7",
"vite-plugin-vuetify": "^1.0.0-alpha.12", "vite-plugin-vuetify": ">=1.0.0-alpha.12",
"vue": "^3.3.0", "vue": "^3.3.0",
"vue-i18n": "^9.0.0", "vue-i18n": "^9.0.0",
"webpack-plugin-vuetify": "^2.0.0-alpha.11" "webpack-plugin-vuetify": ">=2.0.0-alpha.11"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"typescript": { "typescript": {

View File

@ -80,7 +80,7 @@
"vite": "^5.0.2", "vite": "^5.0.2",
"vue": "^3.3.8", "vue": "^3.3.8",
"vue-i18n": "^9.7.1", "vue-i18n": "^9.7.1",
"vuetify": "^3.4.3" "vuetify": "^3.4.8"
}, },
"devDependencies": { "devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",