Skip to content

Commit

Permalink
fix: remove tg group (#542)
Browse files Browse the repository at this point in the history
* build: Update dependencies to latest versions
  • Loading branch information
Tohrusky authored Aug 6, 2024
1 parent aa9d7ba commit 2917283
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 576 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"core-js": "^3.37.1",
"naive-ui": "^2.38.2",
"pinia": "^2.1.7",
"core-js": "^3.38.0",
"naive-ui": "^2.39.0",
"pinia": "^2.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.77.6",
"systeminformation": "^5.22.11",
"sass": "^1.77.8",
"systeminformation": "^5.23.3",
"vfonts": "^0.0.3",
"vue": "^3.4.31",
"vue": "^3.4.35",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0"
"vue-router": "^4.4.2"
},
"devDependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@electron/notarize": "^2.3.2",
"@rushstack/eslint-patch": "^1.10.3",
"@rushstack/eslint-patch": "^1.10.4",
"@types/node": "20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue": "^5.1.2",
"@vitest/coverage-v8": "^1.6.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand All @@ -57,14 +57,14 @@
"electron-builder": "^24.13.3",
"electron-vite": "^2.3.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"eslint-plugin-vue": "^9.27.0",
"extract-zip": "^2.0.1",
"jsdom": "^24.1.0",
"jsdom": "^24.1.1",
"node-fetch": "^3.3.2",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"prettier": "^3.3.3",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.24"
"vue-tsc": "^2.0.29"
}
}
Loading

0 comments on commit 2917283

Please sign in to comment.