Skip to content

Commit

Permalink
Libs: Rollback vuetify to v3.5.8
Browse files Browse the repository at this point in the history
Signed-off-by: Arturo Manzoli <[email protected]>
  • Loading branch information
ArturoManzoli authored and rafaellehmkuhl committed Jul 5, 2024
1 parent ca9a249 commit bb8de45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"vue-router": "^4.0.14",
"vue-virtual-scroller": "^2.0.0-beta.8",
"vue3-slider": "^1.9.0",
"vuetify": "3.6.10",
"vuetify": "3.5.8",
"webfontloader": "^1.0.0",
"webm-duration-fix": "^1.0.4",
"webrtc-adapter": "^8.2.0"
Expand Down
7 changes: 1 addition & 6 deletions src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@ import '@mdi/font/css/materialdesignicons.css'
import 'vuetify/styles'

import { createVuetify } from 'vuetify'
import { VNumberInput } from 'vuetify/labs/VNumberInput'

export default createVuetify({
components: {
VNumberInput,
},
})
export default createVuetify()

0 comments on commit bb8de45

Please sign in to comment.