mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
chore(deps): bump vuetify from 3.3.23 to 3.4.0 (#1306)
This commit is contained in:
parent
6f01c008e8
commit
aecf905642
3 changed files with 7 additions and 13 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue