|
2 | 2 | "name": "vite-boot",
|
3 | 3 | "version": "0.0.1",
|
4 | 4 | "private": true,
|
5 |
| - "packageManager": "[email protected].7", |
| 5 | + "packageManager": "[email protected].9", |
6 | 6 | "description": "Vite starter template with UnoCSS",
|
7 | 7 | "keywords": [
|
8 | 8 | "viteBoot",
|
|
39 | 39 | "vue-router": "^4.2.4"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@commitlint/cli": "^17.6.6", |
43 |
| - "@commitlint/config-conventional": "^17.6.6", |
44 |
| - "@iconify-json/mdi": "^1.1.52", |
45 |
| - "@iconify-json/tabler": "^1.1.81", |
| 42 | + "@commitlint/cli": "^17.6.7", |
| 43 | + "@commitlint/config-conventional": "^17.6.7", |
| 44 | + "@iconify-json/mdi": "^1.1.53", |
| 45 | + "@iconify-json/tabler": "^1.1.83", |
46 | 46 | "@intlify/unplugin-vue-i18n": "^0.12.2",
|
47 |
| - "@kirklin/eslint-config": "^0.4.1", |
48 |
| - "@types/node": "^20.4.1", |
| 47 | + "@kirklin/eslint-config": "^0.5.0", |
| 48 | + "@types/node": "^20.4.2", |
49 | 49 | "@types/nprogress": "^0.2.0",
|
50 | 50 | "@vitejs/plugin-vue": "^4.2.3",
|
51 | 51 | "@vitest/coverage-c8": "^0.33.0",
|
52 | 52 | "@vue/compiler-dom": "^3.3.4",
|
53 | 53 | "@vue/test-utils": "^2.4.0",
|
54 |
| - "eslint": "^8.44.0", |
| 54 | + "eslint": "^8.45.0", |
55 | 55 | "husky": "^8.0.3",
|
56 | 56 | "jsdom": "^22.1.0",
|
57 | 57 | "lint-staged": "^13.2.3",
|
58 |
| - "pnpm": "^8.6.7", |
| 58 | + "pnpm": "^8.6.9", |
59 | 59 | "typescript": "^5.1.6",
|
60 | 60 | "unocss": "^0.53.5",
|
61 | 61 | "unocss-preset-daisy": "^5.0.0",
|
62 | 62 | "unplugin-auto-import": "^0.16.6",
|
63 |
| - "unplugin-icons": "^0.16.3", |
| 63 | + "unplugin-icons": "^0.16.5", |
64 | 64 | "unplugin-vue-components": "^0.25.1",
|
65 |
| - "vite": "^4.4.2", |
66 |
| - "vite-plugin-inspect": "^0.7.32", |
| 65 | + "vite": "^4.4.4", |
| 66 | + "vite-plugin-inspect": "^0.7.33", |
67 | 67 | "vite-plugin-pwa": "^0.16.4",
|
68 |
| - "vite-plugin-vue-devtools": "^0.5.0", |
| 68 | + "vite-plugin-vue-devtools": "^1.0.0-alpha.2", |
69 | 69 | "vitest": "^0.33.0",
|
70 |
| - "vue-tsc": "^1.8.4" |
| 70 | + "vue-tsc": "^1.8.5" |
71 | 71 | },
|
72 | 72 | "lint-staged": {
|
73 | 73 | "**/*": "eslint --fix"
|
|
0 commit comments