Skip to content

Commit 9a08799

Browse files
committed
feat: upgrade dependency version
1 parent 3b399fd commit 9a08799

File tree

2 files changed

+1242
-1212
lines changed

2 files changed

+1242
-1212
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,45 +24,45 @@
2424
"release": "bumpp"
2525
},
2626
"dependencies": {
27-
"@iconify-json/carbon": "^1.2.3",
27+
"@iconify-json/carbon": "^1.2.4",
2828
"@unocss/reset": "^0.58.9",
2929
"@vueuse/core": "^10.11.1",
3030
"axios": "^1.7.7",
3131
"lodash-es": "^4.17.21",
3232
"nprogress": "^0.2.0",
33-
"pinia": "^2.2.4",
34-
"vue": "^3.5.12",
33+
"pinia": "^2.2.6",
34+
"vue": "^3.5.13",
3535
"vue-i18n": "^9.14.1",
3636
"vue-router": "^4.4.5"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^3.8.0",
39+
"@antfu/eslint-config": "^3.9.1",
4040
"@intlify/unplugin-vue-i18n": "^1.6.0",
4141
"@types/jsdom": "^21.1.7",
4242
"@types/lodash-es": "^4.17.12",
43-
"@types/node": "^18.19.58",
43+
"@types/node": "^18.19.64",
4444
"@types/nprogress": "^0.2.3",
45-
"@vitejs/plugin-vue": "^5.1.4",
46-
"@vitejs/plugin-vue-jsx": "^4.0.1",
45+
"@vitejs/plugin-vue": "^5.2.0",
46+
"@vitejs/plugin-vue-jsx": "^4.1.0",
4747
"@vue/test-utils": "^2.4.6",
48-
"bumpp": "^9.7.1",
49-
"eslint": "^9.13.0",
48+
"bumpp": "^9.8.1",
49+
"eslint": "^9.15.0",
5050
"jsdom": "^22.1.0",
5151
"lint-staged": "^15.2.10",
5252
"npm-run-all2": "^6.2.6",
5353
"rimraf": "^6.0.1",
5454
"simple-git-hooks": "^2.11.1",
5555
"typescript": "^5.6.3",
5656
"unocss": "^0.61.9",
57-
"unplugin-auto-import": "^0.18.3",
57+
"unplugin-auto-import": "^0.18.4",
5858
"unplugin-vue-components": "^0.27.4",
5959
"unplugin-vue-router": "^0.10.8",
60-
"vite": "^5.4.9",
61-
"vite-plugin-compression2": "^1.3.0",
62-
"vite-plugin-vue-devtools": "^7.5.2",
60+
"vite": "^5.4.11",
61+
"vite-plugin-compression2": "^1.3.1",
62+
"vite-plugin-vue-devtools": "^7.6.4",
6363
"vite-plugin-vue-layouts": "^0.11.0",
64-
"vitest": "^2.1.3",
65-
"vue-tsc": "^2.1.6"
64+
"vitest": "^2.1.5",
65+
"vue-tsc": "^2.1.10"
6666
},
6767
"simple-git-hooks": {
6868
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)