8000 chore: update deps · kirklin/boot-vue@1e4ce06 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e4ce06

Browse files
committed
chore: update deps
1 parent 3ee71b4 commit 1e4ce06

File tree

3 files changed

+2817
-2241
lines changed

3 files changed

+2817
-2241
lines changed

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.1",
55
"private": true,
6-
"packageManager": "pnpm@9.9.0",
6+
"packageManager": "pnpm@10.2.1",
77
"description": "Vue starter template with UnoCSS",
88
"keywords": [
99
"BootVue",
@@ -30,48 +30,48 @@
3030
"dependencies": {
3131
"@kirklin/logger": "^0.0.2",
3232
"@kirklin/reset-css": "^0.0.6",
33-
"@vueuse/core": "^11.0.3",
33+
"@vueuse/core": "^12.5.0",
3434
"daisyui": "3.9.4",
35-
"iso-639-1": "^3.1.3",
35+
"iso-639-1": "^3.1.5",
3636
"nprogress": "^0.2.0",
37-
"pinia": "^2.2.2",
38-
"vue": "^3.5.3",
39-
"vue-i18n": "^9.14.0",
40-
"vue-router": "^4.4.3"
37+
"pinia": "^2.3.1",
38+
"vue": "^3.5.13",
39+
"vue-i18n": "^11.1.0",
40+
"vue-router": "^4.5.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^19.4.1",
44-
"@commitlint/config-conventional": "^19.4.1",
45-
"@iconify-json/mdi": "^1.2.0",
46-
"@iconify-json/tabler": "^1.2.0",
47-
"@intlify/unplugin-vue-i18n": "^4.0.0",
48-
"@kirklin/eslint-config": "^2.6.1",
49-
"@types/node": "^22.5.4",
43+
"@commitlint/cli": "^19.7.1",
44+
"@commitlint/config-conventional": "^19.7.1",
45+
"@iconify-json/mdi": "^1.2.3",
46+
"@iconify-json/tabler": "^1.2.16",
47+
"@intlify/unplugin-vue-i18n": "^6.0.3",
48+
"@kirklin/eslint-config": "^3.0.0",
49+
"@types/node": "^22.13.1",
5050
"@types/nprogress": "^0.2.3",
51-
"@unocss/eslint-config": "^0.62.3",
52-
"@vitejs/plugin-vue": "^5.1.3",
51+
"@unocss/eslint-config": "^65.4.3",
52+
"@vitejs/plugin-vue": "^5.2.1",
5353
"@vitest/coverage-c8": "^0.33.0",
54-
"@vue/compiler-dom": "^3.5.3",
54+
"@vue/compiler-dom": "^3.5.13",
5555
"@vue/test-utils": "^2.4.6",
56-
"eslint": "^9.10.0",
57-
"eslint-plugin-format": "^0.1.2",
58-
"husky": "^9.1.5",
59-
"jsdom": "^25.0.0",
60-
"lint-staged": "^15.2.10",
61-
"typescript": "^5.5.4",
62-
"unocss": "^0.62.3",
63-
"unocss-preset-chinese": "^0.3.2",
56+
"eslint": "^9.20.0",
57+
"eslint-plugin-format": "^1.0.1",
58+
"husky": "^9.1.7",
59+
"jsdom": "^26.0.0",
60+
"lint-staged": "^15.4.3",
61+
"typescript": "^5.7.3",
62+
"unocss": "^65.4.3",
63+
"unocss-preset-chinese": "^0.3.3",
6464
"unocss-preset-daisy": "^7.0.0",
65-
"unocss-preset-ease": "^0.0.3",
66-
"unplugin-auto-import": "^0.18.2",
67-
"unplugin-icons": "^0.19.3",
68-
"unplugin-vue-components": "^0.27.4",
69-
"vite": "^5.4.3",
70-
"vite-plugin-inspect": "^0.8.7",
71-
"vite-plugin-pwa": "^0.20.5",
72-
"vite-plugin-vue-devtools": "^7.4.4",
73-
"vitest": "^2.0.5",
74-
"vue-tsc": "^2.1.6"
65+
"unocss-preset-ease": "^0.0.4",
66+
"unplugin-auto-import": "^19.0.0",
67+
"unplugin-icons": "^22.0.0",
68+
"unplugin-vue-components": "^28.0.0",
69+
"vite": "^6.1.0",
70+
"vite-plugin-inspect": "^10.1.1",
71+
"vite-plugin-pwa": "^0.21.1",
72+
"vite-plugin-vue-devtools": "^7.7.1",
73+
"vitest": "^3.0.5",
74+
"vue-tsc": "^2.2.0"
7575
},
7676
"lint-staged": {
7777
"**/*": "eslint --fix"

0 commit comments

Comments
 (0)
0