Upgrade Vuetify to version 3.3.3

This commit is contained in:
Maciej Pędzich 2023-06-09 12:58:11 +02:00
parent 5cc46fbd6b
commit ef7ab9a76d
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0",
"vuetify": "^3.3.3",
"webfontloader": "^1.0.0"
},
"devDependencies": {
@ -2916,9 +2916,9 @@
}
},
"node_modules/vuetify": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.3.0.tgz",
"integrity": "sha512-4jQRZ6O4vUDlu3+/NZbbrv8dyVtvB5BnLc+NEusYjdj7+27GJSRJoDkkzJMmuM9XkZYFiTgq1vizK/vMSkB+2Q==",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.3.3.tgz",
"integrity": "sha512-oLpm6L6Zvf4b7Ua8V3INnUkGoxbi04O68ymEbBDLrPFzmIkzAcwd9L/2Ega582PRJnjTBBZapa6KdmosvhVvgA==",
"engines": {
"node": "^12.20 || >=14.13"
},

View File

@ -15,7 +15,7 @@
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
"vuetify": "^3.0.0",
"vuetify": "^3.3.3",
"webfontloader": "^1.0.0"
},
"devDependencies": {