Skip to content

Commit 79dad5e

Browse files
committed
feat: upgrade dependency
1 parent a3ba0c8 commit 79dad5e

File tree

4 files changed

+1705
-1673
lines changed

4 files changed

+1705
-1673
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,46 +25,46 @@
2525
"dependencies": {
2626
"@iconify-json/carbon": "^1.2.8",
2727
"@iconify-json/logos": "^1.2.4",
28-
"@unhead/vue": "^1.11.20",
29-
"@unocss/reset": "66.1.0-beta.3",
30-
"@vueuse/core": "^12.7.0",
31-
"axios": "^1.8.1",
28+
"@unhead/vue": "^2.0.8",
29+
"@unocss/reset": "66.1.0-beta.12",
30+
"@vueuse/core": "^13.1.0",
31+
"axios": "^1.9.0",
3232
"lodash-es": "^4.17.21",
3333
"nprogress": "^0.2.0",
34-
"pinia": "^3.0.1",
34+
"pinia": "^3.0.2",
3535
"pinia-plugin-persistedstate": "^4.2.0",
3636
"vue": "^3.5.13",
37-
"vue-i18n": "^11.1.1",
38-
"vue-router": "^4.5.0"
37+
"vue-i18n": "^11.1.3",
38+
"vue-router": "^4.5.1"
3939
},
4040
"devDependencies": {
41-
"@antfu/eslint-config": "^4.3.0",
42-
"@intlify/unplugin-vue-i18n": "^6.0.3",
41+
"@antfu/eslint-config": "^4.12.0",
42+
"@intlify/unplugin-vue-i18n": "^6.0.8",
4343
"@types/jsdom": "^21.1.7",
4444
"@types/lodash-es": "^4.17.12",
45-
"@types/node": "^22.13.8",
45+
"@types/node": "^22.15.2",
4646
"@types/nprogress": "^0.2.3",
47-
"@vitejs/plugin-vue": "^5.2.1",
48-
"@vitejs/plugin-vue-jsx": "^4.1.1",
47+
"@vitejs/plugin-vue": "^5.2.3",
48+
"@vitejs/plugin-vue-jsx": "^4.1.2",
4949
"@vue/test-utils": "^2.4.6",
50-
"bumpp": "^10.0.3",
51-
"eslint": "^9.21.0",
52-
"jsdom": "^26.0.0",
53-
"lint-staged": "^15.4.3",
50+
"bumpp": "^10.1.0",
51+
"eslint": "^9.25.1",
52+
"jsdom": "^26.1.0",
53+
"lint-staged": "^15.5.1",
5454
"npm-run-all2": "^7.0.2",
5555
"rimraf": "^6.0.1",
56-
"simple-git-hooks": "^2.11.1",
57-
"typescript": "^5.8.2",
58-
"unocss": "66.1.0-beta.3",
59-
"unplugin-auto-import": "^19.1.1",
60-
"unplugin-vue-components": "^28.4.1",
61-
"unplugin-vue-router": "^0.11.2",
62-
"vite": "^6.2.0",
56+
"simple-git-hooks": "^2.13.0",
57+
"typescript": "^5.8.3",
58+
"unocss": "66.1.0-beta.12",
59+
"unplugin-auto-import": "^19.1.2",
60+
"unplugin-vue-components": "^28.5.0",
61+
"unplugin-vue-router": "^0.12.0",
62+
"vite": "^6.3.3",
6363
"vite-plugin-compression2": "^1.3.3",
64-
"vite-plugin-vue-devtools": "^7.7.2",
64+
"vite-plugin-vue-devtools": "^7.7.5",
6565
"vite-plugin-vue-layouts": "^0.11.0",
66-
"vitest": "^3.0.7",
67-
"vue-tsc": "^2.2.8"
66+
"vitest": "^3.1.2",
67+
"vue-tsc": "^2.2.10"
6868
},
6969
"simple-git-hooks": {
7070
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)