Skip to content

Commit f1fc00b

Browse files
committed
chore: update deps
1 parent 39c4d25 commit f1fc00b

File tree

4 files changed

+3262
-2626
lines changed

4 files changed

+3262
-2626
lines changed

package.json

+28-28
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@10.2.1",
6+
"packageManager": "pnpm@10.8.1",
77
"description": "Vue starter template with UnoCSS",
88
"keywords": [
99
"BootVue",
@@ -19,8 +19,8 @@
1919
"build": "vite build",
2020
"typecheck": "vue-tsc --noEmit",
2121
"preview": "vite preview",
22-
"lint": "eslint .",
23-
"lint:fix": "eslint . --fix",
22+
"lint": "eslint",
23+
"lint:fix": "eslint --fix",
2424
"test": "vitest",
2525
"test:unit": "vitest",
2626
"test:coverage": "vitest run --coverage",
@@ -30,48 +30,48 @@
3030
"dependencies": {
3131
"@kirklin/logger": "^0.0.2",
3232
"@kirklin/reset-css": "^0.0.6",
33-
"@vueuse/core": "^12.5.0",
33+
"@vueuse/core": "^13.1.0",
3434
"daisyui": "3.9.4",
3535
"iso-639-1": "^3.1.5",
3636
"nprogress": "^0.2.0",
37-
"pinia": "^2.3.1",
37+
"pinia": "^3.0.2",
3838
"vue": "^3.5.13",
39-
"vue-i18n": "^11.1.0",
39+
"vue-i18n": "^11.1.3",
4040
"vue-router": "^4.5.0"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^19.7.1",
44-
"@commitlint/config-conventional": "^19.7.1",
43+
"@commitlint/cli": "^19.8.0",
44+
"@commitlint/config-conventional": "^19.8.0",
4545
"@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",
46+
"@iconify-json/tabler": "^1.2.17",
47+
"@intlify/unplugin-vue-i18n": "^6.0.5",
48+
"@kirklin/eslint-config": "^5.0.0",
49+
"@types/node": "^22.14.1",
5050
"@types/nprogress": "^0.2.3",
51-
"@unocss/eslint-config": "^65.4.3",
52-
"@vitejs/plugin-vue": "^5.2.1",
51+
"@unocss/eslint-config": "66.1.0-beta.12",
52+
"@vitejs/plugin-vue": "^5.2.3",
5353
"@vitest/coverage-c8": "^0.33.0",
5454
"@vue/compiler-dom": "^3.5.13",
5555
"@vue/test-utils": "^2.4.6",
56-
"eslint": "^9.20.0",
56+
"eslint": "^9.24.0",
5757
"eslint-plugin-format": "^1.0.1",
5858
"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",
59+
"jsdom": "^26.1.0",
60+
"lint-staged": "^15.5.1",
61+
"typescript": "^5.8.3",
62+
"unocss": "66.1.0-beta.12",
6363
"unocss-preset-chinese": "^0.3.3",
6464
"unocss-preset-daisy": "^7.0.0",
6565
"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"
66+
"unplugin-auto-import": "^19.1.2",
67+
"unplugin-icons": "^22.1.0",
68+
"unplugin-vue-components": "^28.5.0",
69+
"vite": "^6.3.2",
70+
"vite-plugin-inspect": "^11.0.1",
71+
"vite-plugin-pwa": "^1.0.0",
72+
"vite-plugin-vue-devtools": "^7.7.5",
73+
"vitest": "^3.1.1",
74+
"vue-tsc": "^2.2.8"
7575
},
7676
"lint-staged": {
7777
"**/*": "eslint --fix"

0 commit comments

Comments
 (0)