|
1 | 1 | {
|
2 | 2 | "type": "module",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "pnpm@9.14.4", |
| 4 | + "packageManager": "pnpm@9.15.1", |
5 | 5 | "scripts": {
|
6 | 6 | "build": "vite build",
|
7 | 7 | "dev": "vite --port 3333 --open",
|
8 | 8 | "lint": "eslint .",
|
9 |
| - "typecheck": "vue-tsc --noEmit", |
| 9 | + "typecheck": "vue-tsc", |
10 | 10 | "preview": "vite preview",
|
11 | 11 | "test": "vitest",
|
12 | 12 | "up": "taze major -I",
|
13 | 13 | "postinstall": "npx simple-git-hooks"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@vueuse/core": "^12.0.0", |
| 16 | + "@vueuse/core": "^12.2.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.0", |
22 |
| - "@iconify-json/carbon": "^1.2.4", |
| 21 | + "@antfu/eslint-config": "^3.12.1", |
| 22 | + "@iconify-json/carbon": "^1.2.5", |
23 | 23 | "@types/node": "^22.10.2",
|
24 |
| - "@unocss/eslint-config": "^0.65.1", |
25 |
| - "@unocss/eslint-plugin": "^0.65.1", |
26 |
| - "@unocss/reset": "^0.65.1", |
| 24 | + "@unocss/eslint-config": "^0.65.2", |
| 25 | + "@unocss/eslint-plugin": "^0.65.2", |
| 26 | + "@unocss/reset": "^0.65.2", |
27 | 27 | "@vitejs/plugin-vue": "^5.2.1",
|
28 | 28 | "@vue-macros/volar": "^0.30.8",
|
29 | 29 | "@vue/test-utils": "^2.4.6",
|
30 | 30 | "eslint": "^9.17.0",
|
31 | 31 | "eslint-plugin-format": "^0.1.3",
|
32 | 32 | "jsdom": "^25.0.1",
|
33 | 33 | "lint-staged": "^15.2.11",
|
34 |
| - "pnpm": "^9.15.0", |
| 34 | + "pnpm": "^9.15.1", |
35 | 35 | "simple-git-hooks": "^2.11.1",
|
36 | 36 | "taze": "^0.18.0",
|
37 |
| - "typescript": "~5.6.3", |
38 |
| - "unocss": "^0.65.1", |
| 37 | + "typescript": "^5.7.2", |
| 38 | + "unocss": "^0.65.2", |
39 | 39 | "unplugin-auto-import": "^0.19.0",
|
40 | 40 | "unplugin-vue-components": "^0.28.0",
|
41 | 41 | "unplugin-vue-macros": "^2.13.6",
|
42 | 42 | "unplugin-vue-router": "^0.10.9",
|
43 |
| - "vite": "^6.0.3", |
| 43 | + "vite": "^6.0.5", |
44 | 44 | "vitest": "^2.1.8",
|
45 |
| - "vue-tsc": "^2.1.10" |
| 45 | + "vue-tsc": "^2.2.0" |
46 | 46 | },
|
47 | 47 | "resolutions": {
|
48 | 48 | "unplugin": "^2.1.0",
|
49 |
| - "vite": "^6.0.3" |
| 49 | + "vite": "^6.0.5" |
50 | 50 | },
|
51 | 51 | "simple-git-hooks": {
|
52 | 52 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments