|
1 | 1 | {
|
2 | 2 | "type": "module",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "[email protected].1", |
| 4 | + "packageManager": "[email protected].3", |
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": "^12.2.0", |
| 16 | + "@vueuse/core": "^12.3.0", |
17 | 17 | "vue": "^3.5.13",
|
18 | 18 | "vue-router": "^4.5.0"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@antfu/eslint-config": "^3.12.1", |
| 21 | + "@antfu/eslint-config": "^3.12.2", |
22 | 22 | "@iconify-json/carbon": "^1.2.5",
|
23 |
| - "@types/node": "^22.10.2", |
24 |
| - "@unocss/eslint-config": "^0.65.2", |
25 |
| - "@unocss/eslint-plugin": "^0.65.2", |
26 |
| - "@unocss/reset": "^0.65.2", |
| 23 | + "@types/node": "^22.10.5", |
| 24 | + "@unocss/eslint-config": "^0.65.4", |
| 25 | + "@unocss/eslint-plugin": "^0.65.4", |
| 26 | + "@unocss/reset": "^0.65.4", |
27 | 27 | "@vitejs/plugin-vue": "^5.2.1",
|
28 |
| - "@vue-macros/volar": "^0.30.8", |
| 28 | + "@vue-macros/volar": "^0.30.9", |
29 | 29 | "@vue/test-utils": "^2.4.6",
|
30 | 30 | "eslint": "^9.17.0",
|
31 |
| - "eslint-plugin-format": "^0.1.3", |
32 |
| - "jsdom": "^25.0.1", |
33 |
| - "lint-staged": "^15.2.11", |
34 |
| - "pnpm": "^9.15.1", |
| 31 | + "eslint-plugin-format": "^1.0.1", |
| 32 | + "jsdom": "^26.0.0", |
| 33 | + "lint-staged": "^15.3.0", |
| 34 | + "pnpm": "^9.15.3", |
35 | 35 | "simple-git-hooks": "^2.11.1",
|
36 |
| - "taze": "^0.18.0", |
37 |
| - "typescript": "^5.7.2", |
38 |
| - "unocss": "^0.65.2", |
39 |
| - "unplugin-auto-import": "^0.19.0", |
40 |
| - "unplugin-vue-components": "^0.28.0", |
41 |
| - "unplugin-vue-macros": "^2.13.6", |
| 36 | + "taze": "^18.1.0", |
| 37 | + "typescript": "^5.7.3", |
| 38 | + "unocss": "^0.65.4", |
| 39 | + "unplugin-auto-import": "^19.0.0", |
| 40 | + "unplugin-vue-components": "^28.0.0", |
| 41 | + "unplugin-vue-macros": "^2.13.7", |
42 | 42 | "unplugin-vue-router": "^0.10.9",
|
43 |
| - "vite": "^6.0.5", |
| 43 | + "vite": "^6.0.7", |
44 | 44 | "vitest": "^2.1.8",
|
45 | 45 | "vue-tsc": "^2.2.0"
|
46 | 46 | },
|
47 | 47 | "resolutions": {
|
48 |
| - "unplugin": "^2.1.0", |
49 |
| - "vite": "^6.0.5" |
| 48 | + "unplugin": "^2.1.2", |
| 49 | + "vite": "^6.0.7" |
50 | 50 | },
|
51 | 51 | "simple-git-hooks": {
|
52 | 52 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments