|
1 | 1 | {
|
2 | 2 | "type": "module",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "pnpm@9.6.0", |
| 4 | + "packageManager": "pnpm@9.7.1", |
5 | 5 | "scripts": {
|
6 | 6 | "build": "vite build",
|
7 | 7 | "dev": "vite --port 3333 --open",
|
|
13 | 13 | "postinstall": "npx simple-git-hooks"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@vueuse/core": "^10.11.0", |
17 |
| - "vue": "^3.4.35", |
18 |
| - "vue-router": "^4.4.2" |
| 16 | + "@vueuse/core": "^11.0.0", |
| 17 | + "vue": "^3.4.38", |
| 18 | + "vue-router": "^4.4.3" |
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@antfu/eslint-config": "^2.24.1", |
22 |
| - "@iconify-json/carbon": "^1.1.36", |
23 |
| - "@types/node": "^22.1.0", |
24 |
| - "@unocss/eslint-config": "^0.61.9", |
25 |
| - "@unocss/eslint-plugin": "^0.61.9", |
26 |
| - "@unocss/reset": "^0.61.9", |
| 21 | + "@antfu/eslint-config": "^2.25.2", |
| 22 | + "@iconify-json/carbon": "^1.1.37", |
| 23 | + "@types/node": "^22.3.0", |
| 24 | + "@unocss/eslint-config": "^0.62.2", |
| 25 | + "@unocss/eslint-plugin": "^0.62.2", |
| 26 | + "@unocss/reset": "^0.62.2", |
27 | 27 | "@vitejs/plugin-vue": "^5.1.2",
|
28 |
| - "@vue-macros/volar": "^0.27.1", |
| 28 | + "@vue-macros/volar": "^0.27.4", |
29 | 29 | "@vue/test-utils": "^2.4.6",
|
30 |
| - "eslint": "^9.8.0", |
| 30 | + "eslint": "^9.9.0", |
31 | 31 | "eslint-plugin-format": "^0.1.2",
|
32 | 32 | "jsdom": "^24.1.1",
|
33 |
| - "lint-staged": "^15.2.8", |
34 |
| - "pnpm": "^9.6.0", |
| 33 | + "lint-staged": "^15.2.9", |
| 34 | + "pnpm": "^9.7.1", |
35 | 35 | "simple-git-hooks": "^2.11.1",
|
36 |
| - "taze": "^0.16.3", |
| 36 | + "taze": "^0.16.6", |
37 | 37 | "typescript": "^5.5.4",
|
38 |
| - "unocss": "^0.61.9", |
| 38 | + "unocss": "^0.62.2", |
39 | 39 | "unplugin-auto-import": "^0.18.2",
|
40 |
| - "unplugin-vue-components": "^0.27.3", |
41 |
| - "unplugin-vue-macros": "^2.11.2", |
42 |
| - "unplugin-vue-router": "^0.10.2", |
43 |
| - "vite": "^5.3.5", |
| 40 | + "unplugin-vue-components": "^0.27.4", |
| 41 | + "unplugin-vue-macros": "^2.11.5", |
| 42 | + "unplugin-vue-router": "^0.10.6", |
| 43 | + "vite": "^5.4.1", |
44 | 44 | "vitest": "^2.0.5",
|
45 | 45 | "vue-tsc": "^2.0.29"
|
46 | 46 | },
|
|
0 commit comments