Skip to content

Commit 905fd88

Browse files
committed
fix: update package dependencies to latest versions
1 parent 1ba5010 commit 905fd88

File tree

2 files changed

+674
-724
lines changed

2 files changed

+674
-724
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@iconify-json/carbon": "^1.2.5",
2727
"@iconify-json/logos": "^1.2.4",
2828
"@unhead/vue": "^1.11.14",
29-
"@unocss/reset": "^0.65.1",
30-
"@vueuse/core": "^12.0.0",
29+
"@unocss/reset": "^0.65.3",
30+
"@vueuse/core": "^12.2.0",
3131
"axios": "^1.7.9",
3232
"lodash-es": "^4.17.21",
3333
"nprogress": "^0.2.0",
@@ -37,33 +37,33 @@
3737
"vue-router": "^4.5.0"
3838
},
3939
"devDependencies": {
40-
"@antfu/eslint-config": "^3.12.0",
41-
"@intlify/unplugin-vue-i18n": "^6.0.1",
40+
"@antfu/eslint-config": "^3.12.1",
41+
"@intlify/unplugin-vue-i18n": "^6.0.3",
4242
"@types/jsdom": "^21.1.7",
4343
"@types/lodash-es": "^4.17.12",
4444
"@types/node": "^22.10.2",
4545
"@types/nprogress": "^0.2.3",
4646
"@vitejs/plugin-vue": "^5.2.1",
4747
"@vitejs/plugin-vue-jsx": "^4.1.1",
4848
"@vue/test-utils": "^2.4.6",
49-
"bumpp": "^9.9.1",
49+
"bumpp": "^9.9.2",
5050
"eslint": "^9.17.0",
5151
"jsdom": "^25.0.1",
52-
"lint-staged": "^15.2.11",
52+
"lint-staged": "^15.3.0",
5353
"npm-run-all2": "^7.0.2",
5454
"rimraf": "^6.0.1",
5555
"simple-git-hooks": "^2.11.1",
5656
"typescript": "^5.7.2",
57-
"unocss": "^0.61.9",
57+
"unocss": "^0.65.3",
5858
"unplugin-auto-import": "^0.19.0",
5959
"unplugin-vue-components": "^0.28.0",
6060
"unplugin-vue-router": "^0.10.9",
61-
"vite": "^6.0.3",
61+
"vite": "^6.0.6",
6262
"vite-plugin-compression2": "^1.3.3",
6363
"vite-plugin-vue-devtools": "^7.6.8",
6464
"vite-plugin-vue-layouts": "^0.11.0",
6565
"vitest": "^2.1.8",
66-
"vue-tsc": "2.1.10"
66+
"vue-tsc": "^2.2.0"
6767
},
6868
"simple-git-hooks": {
6969
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)