|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.0.1",
|
5 | 5 | "private": true,
|
6 |
| - "packageManager": "pnpm@10.2.1", |
| 6 | + "packageManager": "pnpm@10.8.1", |
7 | 7 | "description": "Vue starter template with UnoCSS",
|
8 | 8 | "keywords": [
|
9 | 9 | "BootVue",
|
|
19 | 19 | "build": "vite build",
|
20 | 20 | "typecheck": "vue-tsc --noEmit",
|
21 | 21 | "preview": "vite preview",
|
22 |
| - "lint": "eslint .", |
23 |
| - "lint:fix": "eslint . --fix", |
| 22 | + "lint": "eslint", |
| 23 | + "lint:fix": "eslint --fix", |
24 | 24 | "test": "vitest",
|
25 | 25 | "test:unit": "vitest",
|
26 | 26 | "test:coverage": "vitest run --coverage",
|
|
30 | 30 | "dependencies": {
|
31 | 31 | "@kirklin/logger": "^0.0.2",
|
32 | 32 | "@kirklin/reset-css": "^0.0.6",
|
33 |
| - "@vueuse/core": "^12.5.0", |
| 33 | + "@vueuse/core": "^13.1.0", |
34 | 34 | "daisyui": "3.9.4",
|
35 | 35 | "iso-639-1": "^3.1.5",
|
36 | 36 | "nprogress": "^0.2.0",
|
37 |
| - "pinia": "^2.3.1", |
| 37 | + "pinia": "^3.0.2", |
38 | 38 | "vue": "^3.5.13",
|
39 |
| - "vue-i18n": "^11.1.0", |
| 39 | + "vue-i18n": "^11.1.3", |
40 | 40 | "vue-router": "^4.5.0"
|
41 | 41 | },
|
42 | 42 | "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", |
45 | 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", |
| 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", |
50 | 50 | "@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", |
53 | 53 | "@vitest/coverage-c8": "^0.33.0",
|
54 | 54 | "@vue/compiler-dom": "^3.5.13",
|
55 | 55 | "@vue/test-utils": "^2.4.6",
|
56 |
| - "eslint": "^9.20.0", |
| 56 | + "eslint": "^9.24.0", |
57 | 57 | "eslint-plugin-format": "^1.0.1",
|
58 | 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", |
| 59 | + "jsdom": "^26.1.0", |
| 60 | + "lint-staged": "^15.5.1", |
| 61 | + "typescript": "^5.8.3", |
| 62 | + "unocss": "66.1.0-beta.12", |
63 | 63 | "unocss-preset-chinese": "^0.3.3",
|
64 | 64 | "unocss-preset-daisy": "^7.0.0",
|
65 | 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" |
| 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" |
75 | 75 | },
|
76 | 76 | "lint-staged": {
|
77 | 77 | "**/*": "eslint --fix"
|
|
0 commit comments