chore(deps): bump vuetify from 3.3.23 to 3.4.0 (#1306)

This commit is contained in:
dependabot[bot] 2023-11-15 07:53:29 +01:00 committed by GitHub
parent 6f01c008e8
commit aecf905642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 13 deletions

10
package-lock.json generated
View file

@ -26,7 +26,7 @@
"vue3-apexcharts": "^1.4.4",
"vue3-toastify": "^0.1.14",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.22"
"vuetify": "^3.4.0"
},
"devDependencies": {
"@faker-js/faker": "^8.1.0",
@ -8026,9 +8026,9 @@
}
},
"node_modules/vuetify": {
"version": "3.3.23",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.3.23.tgz",
"integrity": "sha512-EVEFvDyKr/HK2+hQJyhQSjIDULDaBi9vfgAAB0ekm+2Tvc8AkaDwb7VK44R2eilGFGpju6iN52FV7Uasj8SmIg==",
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.4.0.tgz",
"integrity": "sha512-aW3bJGCUN3fhl62yvsb+Hv6TtMWDqiadN0PTbEB8jd9z46/X1ddzQ/fhMjkqBX69sMFtZvENl3YFGU5c88/8qw==",
"engines": {
"node": "^12.20 || >=14.13"
},
@ -8039,7 +8039,7 @@
"peerDependencies": {
"typescript": ">=4.7",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue": "^3.2.0",
"vue": "^3.3.0",
"vue-i18n": "^9.0.0",
"webpack-plugin-vuetify": "^2.0.0-alpha.11"
},

View file

@ -32,7 +32,7 @@
"vue3-apexcharts": "^1.4.4",
"vue3-toastify": "^0.1.14",
"vuedraggable": "^4.1.0",
"vuetify": "^3.3.22"
"vuetify": "^3.4.0"
},
"devDependencies": {
"@faker-js/faker": "^8.1.0",

View file

@ -5,9 +5,6 @@ import * as directives from 'vuetify/directives'
import '@mdi/font/css/materialdesignicons.css'
import colors from 'vuetify/lib/util/colors'
// Labs components
import { VDataTable } from 'vuetify/labs/VDataTable'
const variables = {
// Main colors
primary: '#35495E',
@ -83,10 +80,7 @@ export enum Theme {
}
export default createVuetify({
components: {
...components,
VDataTable
},
components,
directives,
display: {
mobileBreakpoint: 'sm'