|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.0.1",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "pnpm@9.4.0", |
| 6 | + "packageManager": "pnpm@9.9.0", |
7 | 7 | "description": "Vue starter template with UnoCSS",
|
8 | 8 | "keywords": [
|
9 | 9 | "BootVue",
|
|
30 | 30 | "dependencies": {
|
31 | 31 | "@kirklin/logger": "^0.0.2",
|
32 | 32 | "@kirklin/reset-css": "^0.0.6",
|
33 |
| - "@vueuse/core": "^10.11.0", |
34 |
| - "daisyui": "^3.9.4", |
35 |
| - "iso-639-1": "^3.1.2", |
| 33 | + "@vueuse/core": "^11.0.3", |
| 34 | + "daisyui": "3.9.4", |
| 35 | + "iso-639-1": "^3.1.3", |
36 | 36 | "nprogress": "^0.2.0",
|
37 |
| - "pinia": "^2.1.7", |
38 |
| - "vue": "^3.4.30", |
39 |
| - "vue-i18n": "^9.13.1", |
40 |
| - "vue-router": "^4.4.0" |
| 37 | + "pinia": "^2.2.2", |
| 38 | + "vue": "^3.4.38", |
| 39 | + "vue-i18n": "^9.14.0", |
| 40 | + "vue-router": "^4.4.3" |
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@commitlint/cli": "^19.3.0", |
| 43 | + "@commitlint/cli": "^19.4.0", |
44 | 44 | "@commitlint/config-conventional": "^19.2.2",
|
45 |
| - "@iconify-json/mdi": "^1.1.67", |
46 |
| - "@iconify-json/tabler": "^1.1.114", |
| 45 | + "@iconify-json/mdi": "^1.1.68", |
| 46 | + "@iconify-json/tabler": "^1.1.120", |
47 | 47 | "@intlify/unplugin-vue-i18n": "^4.0.0",
|
48 |
| - "@kirklin/eslint-config": "^2.4.0", |
49 |
| - "@types/node": "^20.14.8", |
| 48 | + "@kirklin/eslint-config": "^2.6.1", |
| 49 | + "@types/node": "^22.5.0", |
50 | 50 | "@types/nprogress": "^0.2.3",
|
51 |
| - "@unocss/eslint-config": "^0.61.0", |
52 |
| - "@vitejs/plugin-vue": "^5.0.5", |
| 51 | + "@unocss/eslint-config": "^0.62.3", |
| 52 | + "@vitejs/plugin-vue": "^5.1.2", |
53 | 53 | "@vitest/coverage-c8": "^0.33.0",
|
54 |
| - "@vue/compiler-dom": "^3.4.30", |
| 54 | + "@vue/compiler-dom": "^3.4.38", |
55 | 55 | "@vue/test-utils": "^2.4.6",
|
56 |
| - "eslint": "^9.5.0", |
| 56 | + "eslint": "^9.9.1", |
57 | 57 | "eslint-plugin-format": "^0.1.2",
|
58 |
| - "husky": "^9.0.11", |
59 |
| - "jsdom": "^24.1.0", |
60 |
| - "lint-staged": "^15.2.7", |
61 |
| - "typescript": "^5.5.2", |
62 |
| - "unocss": "^0.61.0", |
| 58 | + "husky": "^9.1.5", |
| 59 | + "jsdom": "^25.0.0", |
| 60 | + "lint-staged": "^15.2.9", |
| 61 | + "typescript": "^5.5.4", |
| 62 | + "unocss": "^0.62.3", |
63 | 63 | "unocss-preset-chinese": "^0.3.2",
|
64 | 64 | "unocss-preset-daisy": "^7.0.0",
|
65 | 65 | "unocss-preset-ease": "^0.0.3",
|
66 |
| - "unplugin-auto-import": "^0.17.6", |
67 |
| - "unplugin-icons": "^0.19.0", |
68 |
| - "unplugin-vue-components": "^0.27.0", |
69 |
| - "vite": "^5.3.1", |
70 |
| - "vite-plugin-inspect": "^0.8.4", |
71 |
| - "vite-plugin-pwa": "^0.20.0", |
72 |
| - "vite-plugin-vue-devtools": "^7.3.4", |
73 |
| - "vitest": "^1.6.0", |
74 |
| - "vue-tsc": "^2.0.22" |
| 66 | + "unplugin-auto-import": "^0.18.2", |
| 67 | + "unplugin-icons": "^0.19.2", |
| 68 | + "unplugin-vue-components": "^0.27.4", |
| 69 | + "vite": "^5.4.2", |
| 70 | + "vite-plugin-inspect": "^0.8.7", |
| 71 | + "vite-plugin-pwa": "^0.20.1", |
| 72 | + "vite-plugin-vue-devtools": "^7.3.9", |
| 73 | + "vitest": "^2.0.5", |
| 74 | + "vue-tsc": "^2.0.29" |
75 | 75 | },
|
76 | 76 | "lint-staged": {
|
77 | 77 | "**/*": "eslint --fix"
|
|
0 commit comments