Skip to content

Commit 0e6fdc9

Browse files
committed
chore: update deps
1 parent efaa7d2 commit 0e6fdc9

File tree

3 files changed

+1236
-1204
lines changed

3 files changed

+1236
-1204
lines changed

package.json

+27-27
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@8.13.1",
6+
"packageManager": "pnpm@8.15.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.3",
33-
"@vueuse/core": "^10.7.1",
33+
"@vueuse/core": "^10.7.2",
3434
"daisyui": "^3.9.4",
3535
"iso-639-1": "^3.1.0",
3636
"nprogress": "^0.2.0",
3737
"pinia": "^2.1.7",
38-
"vue": "^3.4.3",
39-
"vue-i18n": "^9.8.0",
38+
"vue": "^3.4.15",
39+
"vue-i18n": "^9.9.1",
4040
"vue-router": "^4.2.5"
4141
},
4242
"devDependencies": {
43-
"@commitlint/cli": "^18.4.3",
44-
"@commitlint/config-conventional": "^18.4.3",
45-
"@iconify-json/mdi": "^1.1.63",
46-
"@iconify-json/tabler": "^1.1.102",
43+
"@commitlint/cli": "^18.6.0",
44+
"@commitlint/config-conventional": "^18.6.0",
45+
"@iconify-json/mdi": "^1.1.64",
46+
"@iconify-json/tabler": "^1.1.105",
4747
"@intlify/unplugin-vue-i18n": "^2.0.0",
48-
"@kirklin/eslint-config": "^2.0.0",
49-
"@types/node": "^20.10.6",
48+
"@kirklin/eslint-config": "^2.1.0",
49+
"@types/node": "^20.11.16",
5050
"@types/nprogress": "^0.2.3",
51-
"@unocss/eslint-config": "^0.58.2",
52-
"@vitejs/plugin-vue": "^5.0.2",
51+
"@unocss/eslint-config": "^0.58.5",
52+
"@vitejs/plugin-vue": "^5.0.3",
5353
"@vitest/coverage-c8": "^0.33.0",
54-
"@vue/compiler-dom": "^3.4.3",
55-
"@vue/test-utils": "^2.4.3",
54+
"@vue/compiler-dom": "^3.4.15",
55+
"@vue/test-utils": "^2.4.4",
5656
"eslint": "^8.56.0",
5757
"eslint-plugin-format": "^0.1.0",
58-
"husky": "^8.0.3",
59-
"jsdom": "^23.0.1",
60-
"lint-staged": "^15.2.0",
61-
"pnpm": "^8.13.1",
58+
"husky": "^9.0.10",
59+
"jsdom": "^24.0.0",
60+
"lint-staged": "^15.2.2",
61+
"pnpm": "^8.15.1",
6262
"typescript": "^5.3.3",
63-
"unocss": "^0.58.2",
64-
"unocss-preset-chinese": "^0.3.0",
63+
"unocss": "^0.58.5",
64+
"unocss-preset-chinese": "^0.3.2",
6565
"unocss-preset-daisy": "^7.0.0",
6666
"unocss-preset-ease": "^0.0.3",
67-
"unplugin-auto-import": "^0.17.3",
68-
"unplugin-icons": "^0.18.1",
67+
"unplugin-auto-import": "^0.17.5",
68+
"unplugin-icons": "^0.18.5",
6969
"unplugin-vue-components": "^0.26.0",
70-
"vite": "^5.0.10",
71-
"vite-plugin-inspect": "^0.8.1",
72-
"vite-plugin-pwa": "^0.17.4",
73-
"vite-plugin-vue-devtools": "^7.0.2",
74-
"vitest": "^1.1.0",
70+
"vite": "^5.0.12",
71+
"vite-plugin-inspect": "^0.8.3",
72+
"vite-plugin-pwa": "^0.17.5",
73+
"vite-plugin-vue-devtools": "^7.0.14",
74+
"vitest": "^1.2.2",
7575
"vue-tsc": "^1.8.27"
7676
},
7777
"lint-staged": {

0 commit comments

Comments
 (0)