|
9 | 9 | "build-only": "rsbuild build", |
10 | 10 | "dev": "rsbuild build --watch --env-mode=development", |
11 | 11 | {{/if}} |
12 | | - "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", |
| 12 | + "lint:oxlint": "oxlint . --fix -D correctness --ignore-path ../.gitignore", |
13 | 13 | "lint:eslint": "eslint . --fix", |
14 | 14 | "lint": "run-s lint:*", |
15 | 15 | "prettier": "prettier --write src/", |
|
23 | 23 | "tabWidth": 2 |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@halo-dev/api-client": "^2.21.1", |
27 | | - "@halo-dev/components": "^2.21.0", |
28 | | - "@halo-dev/console-shared": "^2.21.0", |
| 26 | + "@halo-dev/api-client": "^2.22.0", |
| 27 | + "@halo-dev/components": "^2.22.0", |
| 28 | + "@halo-dev/ui-shared": "^2.22.0", |
29 | 29 | "axios": "^1.7.2", |
30 | 30 | "canvas-confetti": "^1.9.3", |
31 | 31 | "vue": "^3.5.17" |
|
37 | 37 | "@rsbuild/core": "^1.4.3", |
38 | 38 | "@rsbuild/plugin-sass": "^1.3.2", |
39 | 39 | {{/if}} |
40 | | - "@halo-dev/ui-plugin-bundler-kit": "^2.21.2", |
41 | | - "@iconify/json": "^2.2.350", |
| 40 | + "@halo-dev/ui-plugin-bundler-kit": "^2.22.0", |
| 41 | + "@iconify-json/ri": "^1.2.6", |
42 | 42 | "@tsconfig/node20": "^20.1.6", |
43 | 43 | "@types/canvas-confetti": "^1.9.0", |
44 | 44 | "@types/jsdom": "^21.1.7", |
|
61 | 61 | "vitest": "^3.2.4", |
62 | 62 | "vue-tsc": "^2.2.10" |
63 | 63 | }, |
64 | | - "packageManager": "pnpm@9.15.9" |
| 64 | + "packageManager": "pnpm@10.12.4" |
65 | 65 | } |
0 commit comments