Skip to content

Commit 2917283

Browse files
authored
fix: remove tg group (#542)
* build: Update dependencies to latest versions
1 parent aa9d7ba commit 2917283

File tree

3 files changed

+529
-576
lines changed

3 files changed

+529
-576
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
"@intlify/unplugin-vue-i18n": "^4.0.0",
3131
"@vicons/antd": "^0.12.0",
3232
"@vicons/ionicons5": "^0.12.0",
33-
"core-js": "^3.37.1",
34-
"naive-ui": "^2.38.2",
35-
"pinia": "^2.1.7",
33+
"core-js": "^3.38.0",
34+
"naive-ui": "^2.39.0",
35+
"pinia": "^2.2.0",
3636
"pinia-plugin-persistedstate": "^3.2.1",
37-
"sass": "^1.77.6",
38-
"systeminformation": "^5.22.11",
37+
"sass": "^1.77.8",
38+
"systeminformation": "^5.23.3",
3939
"vfonts": "^0.0.3",
40-
"vue": "^3.4.31",
40+
"vue": "^3.4.35",
4141
"vue-i18n": "^9.13.1",
42-
"vue-router": "^4.4.0"
42+
"vue-router": "^4.4.2"
4343
},
4444
"devDependencies": {
4545
"@electron-toolkit/preload": "^3.0.1",
4646
"@electron-toolkit/tsconfig": "^1.0.1",
4747
"@electron-toolkit/utils": "^3.0.0",
4848
"@electron/notarize": "^2.3.2",
49-
"@rushstack/eslint-patch": "^1.10.3",
49+
"@rushstack/eslint-patch": "^1.10.4",
5050
"@types/node": "20.14.9",
51-
"@vitejs/plugin-vue": "^5.0.5",
51+
"@vitejs/plugin-vue": "^5.1.2",
5252
"@vitest/coverage-v8": "^1.6.0",
5353
"@vue/eslint-config-prettier": "^9.0.0",
5454
"@vue/eslint-config-typescript": "^13.0.0",
@@ -57,14 +57,14 @@
5757
"electron-builder": "^24.13.3",
5858
"electron-vite": "^2.3.0",
5959
"eslint": "^8.57.0",
60-
"eslint-plugin-vue": "^9.26.0",
60+
"eslint-plugin-vue": "^9.27.0",
6161
"extract-zip": "^2.0.1",
62-
"jsdom": "^24.1.0",
62+
"jsdom": "^24.1.1",
6363
"node-fetch": "^3.3.2",
64-
"prettier": "^3.3.2",
65-
"typescript": "^5.5.2",
66-
"vite": "^5.3.2",
64+
"prettier": "^3.3.3",
65+
"typescript": "^5.5.4",
66+
"vite": "^5.3.5",
6767
"vitest": "^1.6.0",
68-
"vue-tsc": "^2.0.24"
68+
"vue-tsc": "^2.0.29"
6969
}
7070
}

0 commit comments

Comments
 (0)