Skip to content

Commit f463d12

Browse files
committed
chore: 更新依赖
1 parent 70c339b commit f463d12

4 files changed

Lines changed: 361 additions & 400 deletions

File tree

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@
2929
"@tauri-apps/plugin-process": "^2.3.1",
3030
"@tauri-apps/plugin-updater": "^2.10.1",
3131
"@tauri-apps/plugin-window-state": "^2.4.1",
32-
"@tauri-store/pinia": "^4.2.1",
32+
"@tauri-store/pinia": "^5.0.0",
3333
"@vicons/antd": "^0.13.0",
3434
"@vicons/material": "^0.13.0",
35+
"@vue/devtools-api": "^8.1.5",
3536
"@vueuse/core": "^14.3.0",
3637
"alova": "^3.5.2",
3738
"date-fns": "^4.4.0",
@@ -42,17 +43,17 @@
4243
"marked": "^18.0.6",
4344
"motion-v": "^2.3.0",
4445
"naive-ui": "^2.44.1",
45-
"pinia": "^3.0.4",
46-
"vue": "^3.5.39",
47-
"vue-router": "^5.1.0"
46+
"pinia": "^4.0.2",
47+
"vue": "^3.5.40",
48+
"vue-router": "^5.2.0"
4849
},
4950
"devDependencies": {
5051
"@alova/shared": "^1.3.3",
5152
"@commitlint/cli": "^21.2.1",
5253
"@commitlint/config-conventional": "^21.2.0",
5354
"@commitlint/types": "^21.2.0",
5455
"@conventional-changelog/git-client": "^3.1.0",
55-
"@tailwindcss/vite": "^4.3.2",
56+
"@tailwindcss/vite": "^4.3.3",
5657
"@tauri-apps/cli": "^2.11.4",
5758
"@tsconfig/node24": "^24.0.4",
5859
"@types/node": "^26.1.1",
@@ -73,14 +74,14 @@
7374
"prettier": "^3.9.5",
7475
"release-it": "^20.2.1",
7576
"semver": "^7.8.5",
76-
"tailwindcss": "^4.3.2",
77+
"tailwindcss": "^4.3.3",
7778
"typescript": "^6.0.3",
7879
"unplugin-auto-import": "^21.0.0",
7980
"unplugin-vue-components": "^32.1.0",
80-
"vite": "^8.1.4",
81+
"vite": "^8.1.5",
8182
"vite-plugin-vue-devtools": "^8.1.5",
8283
"vue-eslint-parser": "^10.4.1",
8384
"vue-tsc": "^3.3.7"
8485
},
85-
"packageManager": "pnpm@11.13.0"
86+
"packageManager": "pnpm@11.14.0"
8687
}

0 commit comments

Comments
 (0)