|
2 | 2 | "name": "vite-boot",
|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "[email protected].2", |
| 5 | + "packageManager": "[email protected].7", |
6 | 6 | "description": "Vite starter template with UnoCSS",
|
7 | 7 | "keywords": [
|
8 | 8 | "viteBoot",
|
|
29 | 29 | "dependencies": {
|
30 | 30 | "@kirklin/logger": "^0.0.2",
|
31 | 31 | "@kirklin/reset-css": "^0.0.3",
|
32 |
| - "@vueuse/core": "^10.1.2", |
33 |
| - "daisyui": "^3.1.0", |
| 32 | + "@vueuse/core": "^10.2.1", |
| 33 | + "daisyui": "^3.2.1", |
34 | 34 | "nprogress": "^0.2.0",
|
35 | 35 | "pinia": "^2.1.4",
|
36 | 36 | "unocss-preset-chinese": "^0.0.6",
|
37 | 37 | "vue": "^3.3.4",
|
38 | 38 | "vue-i18n": "^9.2.2",
|
39 |
| - "vue-router": "^4.2.2" |
| 39 | + "vue-router": "^4.2.4" |
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@commitlint/cli": "^17.6.5", |
43 |
| - "@commitlint/config-conventional": "^17.6.5", |
| 42 | + "@commitlint/cli": "^17.6.6", |
| 43 | + "@commitlint/config-conventional": "^17.6.6", |
44 | 44 | "@iconify-json/mdi": "^1.1.52",
|
45 |
| - "@iconify-json/tabler": "^1.1.79", |
46 |
| - "@intlify/unplugin-vue-i18n": "^0.11.0", |
47 |
| - "@kirklin/eslint-config": "^0.4.0", |
48 |
| - "@types/node": "^20.3.1", |
| 45 | + "@iconify-json/tabler": "^1.1.81", |
| 46 | + "@intlify/unplugin-vue-i18n": "^0.12.2", |
| 47 | + "@kirklin/eslint-config": "^0.4.1", |
| 48 | + "@types/node": "^20.4.1", |
49 | 49 | "@types/nprogress": "^0.2.0",
|
50 | 50 | "@vitejs/plugin-vue": "^4.2.3",
|
51 |
| - "@vitest/coverage-c8": "^0.32.0", |
| 51 | + "@vitest/coverage-c8": "^0.33.0", |
52 | 52 | "@vue/compiler-dom": "^3.3.4",
|
53 |
| - "@vue/test-utils": "^2.3.2", |
54 |
| - "eslint": "^8.42.0", |
| 53 | + "@vue/test-utils": "^2.4.0", |
| 54 | + "eslint": "^8.44.0", |
55 | 55 | "husky": "^8.0.3",
|
56 | 56 | "jsdom": "^22.1.0",
|
57 |
| - "lint-staged": "^13.2.2", |
58 |
| - "pnpm": "^8.6.2", |
59 |
| - "typescript": "^5.1.3", |
60 |
| - "unocss": "^0.53.1", |
| 57 | + "lint-staged": "^13.2.3", |
| 58 | + "pnpm": "^8.6.7", |
| 59 | + "typescript": "^5.1.6", |
| 60 | + "unocss": "^0.53.5", |
61 | 61 | "unocss-preset-daisy": "^5.0.0",
|
62 |
| - "unplugin-auto-import": "^0.16.4", |
| 62 | + "unplugin-auto-import": "^0.16.6", |
63 | 63 | "unplugin-icons": "^0.16.3",
|
64 | 64 | "unplugin-vue-components": "^0.25.1",
|
65 |
| - "vite": "^4.3.9", |
66 |
| - "vite-plugin-inspect": "^0.7.28", |
| 65 | + "vite": "^4.4.2", |
| 66 | + "vite-plugin-inspect": "^0.7.32", |
67 | 67 | "vite-plugin-pwa": "^0.16.4",
|
68 |
| - "vite-plugin-vue-devtools": "^0.2.0", |
69 |
| - "vitest": "^0.32.0", |
70 |
| - "vue-tsc": "^1.6.5" |
| 68 | + "vite-plugin-vue-devtools": "^0.5.0", |
| 69 | + "vitest": "^0.33.0", |
| 70 | + "vue-tsc": "^1.8.4" |
71 | 71 | },
|
72 | 72 | "lint-staged": {
|
73 | 73 | "**/*": "eslint --fix"
|
|
0 commit comments