Skip to content

Commit

Permalink
Bump dependencies / Fix VDataTable import
Browse files Browse the repository at this point in the history
  • Loading branch information
con-cis committed Nov 25, 2023
1 parent c0c9e40 commit dc4c696
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,32 @@
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
"@electron-toolkit/utils": "^2.0.1",
"electron-updater": "^6.1.4",
"vuetify": "^3.3.21",
"electron-updater": "^6.1.7",
"vuetify": "^3.4.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@electron-toolkit/eslint-config": "^1.0.1",
"@electron-toolkit/eslint-config-ts": "^1.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@mdi/font": "^7.3.67",
"@rushstack/eslint-patch": "^1.5.1",
"@types/node": "^20.8.4",
"@types/xml2js": "^0.4.12",
"@vitejs/plugin-vue": "^4.4.0",
"@rushstack/eslint-patch": "^1.6.0",
"@types/node": "^20.10.0",
"@types/xml2js": "^0.4.14",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"electron": "^27.0.0",
"electron-builder": "^24.6.4",
"electron-vite": "^1.0.28",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"electron": "^27.1.2",
"electron-builder": "^24.9.1",
"electron-vite": "^1.0.29",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"less": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vite": "^4.4.11",
"vue": "^3.3.4",
"vue-tsc": "^1.8.19"
"vue": "^3.3.9",
"vue-tsc": "^1.8.22"
},
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/components/DataTable.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { ref, watch, computed } from 'vue';
import { VDataTable } from 'vuetify/labs/VDataTable';
import { VDataTable } from 'vuetify/components';
import { ChannelData } from '../../../models';
import { ConfigData } from '../../../types/ConfigData';
import { headerData } from '../data/headerData';
Expand Down

0 comments on commit dc4c696

Please sign in to comment.