Skip to content

Commit f43693e

Browse files
committed
更新一波依赖
1 parent 3c70820 commit f43693e

File tree

6 files changed

+1061
-1548
lines changed

6 files changed

+1061
-1548
lines changed

eslint.config.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
} from '@vue/eslint-config-typescript';
77
import prettierConfig from '@vue/eslint-config-prettier';
88
import parserVue from 'vue-eslint-parser';
9-
import markdown from '@eslint/markdown';
109

1110
configureVueProject({
1211
tsSyntaxInTemplates: true,
@@ -68,21 +67,6 @@ export default defineConfigWithVueTs(
6867
],
6968
},
7069
},
71-
{
72-
name: 'app/markdown-files',
73-
files: ['**/*.md'],
74-
plugins: {
75-
markdown,
76-
},
77-
language: 'markdown/gfm',
78-
rules: {
79-
'markdown/fenced-code-language': 'error',
80-
'markdown/heading-increment': 'error',
81-
'markdown/no-empty-links': 'error',
82-
'markdown/no-invalid-label-refs': 'error',
83-
'markdown/no-missing-label-refs': 'error',
84-
},
85-
},
8670
prettierConfig,
8771
{
8872
name: 'app/files-to-ignore',

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,55 +19,54 @@
1919
"tauri:build": "tauri build"
2020
},
2121
"dependencies": {
22-
"@tauri-apps/api": "^2.6.0",
23-
"@tauri-apps/plugin-dialog": "^2.3.0",
24-
"@tauri-apps/plugin-http": "^2.5.0",
22+
"@tauri-apps/api": "^2.7.0",
23+
"@tauri-apps/plugin-dialog": "^2.3.1",
24+
"@tauri-apps/plugin-http": "^2.5.1",
2525
"@tauri-apps/plugin-opener": "^2.4.0",
2626
"@tauri-apps/plugin-shell": "^2.3.0",
2727
"@tauri-apps/plugin-store": "^2.3.0",
28-
"@tauri-apps/plugin-window-state": "^2.3.0",
28+
"@tauri-apps/plugin-window-state": "^2.4.0",
2929
"@vicons/antd": "^0.13.0",
3030
"@vicons/material": "^0.13.0",
3131
"@vueuse/core": "^13.5.0",
3232
"alova": "^3.3.4",
3333
"date-fns": "^4.1.0",
3434
"destr": "^2.0.5",
35-
"filesize": "^10.1.6",
36-
"hls.js": "^1.6.6",
37-
"motion-v": "^1.4.0",
35+
"filesize": "^11.0.2",
36+
"hls.js": "^1.6.7",
37+
"motion-v": "^1.6.1",
3838
"naive-ui": "^2.42.0",
3939
"pinia": "^3.0.3",
4040
"pinia-plugin-persistedstate": "^4.4.1",
4141
"radash": "^12.1.1",
42-
"vue": "^3.5.17",
42+
"vue": "^3.5.18",
4343
"vue-router": "^4.5.1"
4444
},
4545
"devDependencies": {
4646
"@alova/shared": "^1.3.1",
47-
"@eslint/markdown": "^6.6.0",
4847
"@tailwindcss/vite": "^4.1.11",
49-
"@tauri-apps/cli": "^2.6.2",
48+
"@tauri-apps/cli": "^2.7.1",
5049
"@tsconfig/node24": "^24.0.1",
51-
"@types/node": "^24.0.10",
50+
"@types/node": "^24.1.0",
5251
"@vitejs/plugin-vue": "^6.0.0",
5352
"@vitejs/plugin-vue-jsx": "^5.0.1",
5453
"@vue/eslint-config-prettier": "^10.2.0",
5554
"@vue/eslint-config-typescript": "^14.6.0",
5655
"@vue/tsconfig": "^0.7.0",
57-
"@zip.js/zip.js": "^2.7.63",
58-
"axios": "^1.10.0",
59-
"eslint": "^9.30.1",
56+
"@zip.js/zip.js": "^2.7.69",
57+
"axios": "^1.11.0",
58+
"eslint": "^9.32.0",
6059
"eslint-plugin-vue": "^10.3.0",
6160
"npm-run-all2": "^8.0.4",
6261
"prettier": "^3.6.2",
6362
"tailwindcss": "^4.1.11",
6463
"typescript": "^5.8.3",
6564
"unplugin-auto-import": "^19.3.0",
6665
"unplugin-vue-components": "^28.8.0",
67-
"vite": "^7.0.2",
68-
"vite-plugin-vue-devtools": "^7.7.7",
66+
"vite": "^7.0.6",
67+
"vite-plugin-vue-devtools": "^8.0.0",
6968
"vue-eslint-parser": "^10.2.0",
70-
"vue-tsc": "^3.0.1"
69+
"vue-tsc": "^3.0.4"
7170
},
72-
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
71+
"packageManager": "pnpm@10.14.0-0+sha512.2cd47a0cbf5f1d1de7693a88307a0ede5be94e0d3b34853d800ee775efbea0650cb562b77605ec80bc8d925f5cd27c4dfe8bb04d3a0b76090784c664450d32d6"
7372
}

0 commit comments

Comments
 (0)