|
1 | 1 | {
|
2 | 2 | "type": "module",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "pnpm@10.4.1", |
| 4 | + "packageManager": "pnpm@10.5.2", |
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.7.0", |
| 16 | + "@vueuse/core": "^12.8.0", |
17 | 17 | "vue": "^3.5.13",
|
18 | 18 | "vue-router": "^4.5.0"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@antfu/eslint-config": "^4.3.0", |
22 |
| - "@iconify-json/carbon": "^1.2.7", |
23 |
| - "@types/node": "^22.13.4", |
24 |
| - "@unocss/eslint-config": "^66.0.0", |
25 |
| - "@unocss/eslint-plugin": "^66.0.0", |
26 |
| - "@unocss/reset": "^66.0.0", |
| 21 | + "@antfu/eslint-config": "^4.5.1", |
| 22 | + "@iconify-json/carbon": "^1.2.8", |
| 23 | + "@types/node": "^22.13.9", |
| 24 | + "@unocss/eslint-config": "^66.1.0-beta.3", |
| 25 | + "@unocss/eslint-plugin": "^66.1.0-beta.3", |
27 | 26 | "@vitejs/plugin-vue": "^5.2.1",
|
28 | 27 | "@vue-macros/volar": "^0.30.14",
|
29 | 28 | "@vue/test-utils": "^2.4.6",
|
30 |
| - "eslint": "^9.20.1", |
| 29 | + "eslint": "^9.21.0", |
31 | 30 | "eslint-plugin-format": "^1.0.1",
|
32 | 31 | "jsdom": "^26.0.0",
|
33 | 32 | "lint-staged": "^15.4.3",
|
34 |
| - "pnpm": "^10.4.1", |
35 | 33 | "simple-git-hooks": "^2.11.1",
|
36 | 34 | "taze": "^18.6.0",
|
37 |
| - "typescript": "^5.7.3", |
38 |
| - "unocss": "^66.0.0", |
39 |
| - "unplugin-auto-import": "^19.1.0", |
40 |
| - "unplugin-vue-components": "^28.2.0", |
41 |
| - "unplugin-vue-macros": "^2.14.2", |
42 |
| - "unplugin-vue-router": "^0.11.2", |
43 |
| - "vite": "^6.1.0", |
44 |
| - "vitest": "^3.0.5", |
45 |
| - "vue-tsc": "^2.2.2" |
| 35 | + "typescript": "^5.8.2", |
| 36 | + "unocss": "^66.1.0-beta.3", |
| 37 | + "unplugin-auto-import": "^19.1.1", |
| 38 | + "unplugin-vue-components": "^28.4.1", |
| 39 | + "unplugin-vue-macros": "^2.14.5", |
| 40 | + "unplugin-vue-router": "^0.12.0", |
| 41 | + "vite": "^6.2.0", |
| 42 | + "vitest": "^3.0.7", |
| 43 | + "vue-tsc": "^2.2.8" |
| 44 | + }, |
| 45 | + "pnpm": { |
| 46 | + "onlyBuiltDependencies": [ |
| 47 | + "esbuild", |
| 48 | + "simple-git-hooks" |
| 49 | + ] |
46 | 50 | },
|
47 | 51 | "resolutions": {
|
48 | 52 | "unplugin": "^2.2.0",
|
49 |
| - "vite": "^6.1.0" |
| 53 | + "vite": "^6.2.0" |
50 | 54 | },
|
51 | 55 | "simple-git-hooks": {
|
52 | 56 | "pre-commit": "pnpm lint-staged"
|
|
0 commit comments