| 
4 | 4 |     "build": "run-p type-check \"build-only {@}\" --",  | 
5 | 5 |     "build-only": "vite build",  | 
6 | 6 |     "dev": "vite build --watch --mode=development",  | 
7 |  | -    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",  | 
 | 7 | +    "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",  | 
 | 8 | +    "lint:eslint": "eslint . --fix",  | 
 | 9 | +    "lint": "run-s lint:*",  | 
8 | 10 |     "prettier": "prettier --write src/",  | 
9 | 11 |     "test:unit": "vitest --passWithNoTests",  | 
10 |  | -    "type-check": "vue-tsc --build --force"  | 
 | 12 | +    "type-check": "vue-tsc --build"  | 
11 | 13 |   },  | 
12 | 14 |   "dependencies": {  | 
13 | 15 |     "@halo-dev/api-client": "^2.21.0",  | 
14 | 16 |     "@halo-dev/components": "^2.21.0",  | 
15 | 17 |     "@halo-dev/console-shared": "^2.21.0",  | 
16 | 18 |     "axios": "^1.7.2",  | 
17 | 19 |     "canvas-confetti": "^1.9.3",  | 
18 |  | -    "vue": "^3.4.31"  | 
 | 20 | +    "vue": "^3.5.17"  | 
19 | 21 |   },  | 
20 | 22 |   "devDependencies": {  | 
21 | 23 |     "@halo-dev/ui-plugin-bundler-kit": "^2.21.1",  | 
22 |  | -    "@iconify/json": "^2.2.224",  | 
23 |  | -    "@rushstack/eslint-patch": "^1.10.3",  | 
24 |  | -    "@tsconfig/node20": "^20.1.4",  | 
25 |  | -    "@types/canvas-confetti": "^1.6.4",  | 
 | 24 | +    "@iconify/json": "^2.2.350",  | 
 | 25 | +    "@tsconfig/node20": "^20.1.6",  | 
 | 26 | +    "@types/canvas-confetti": "^1.9.0",  | 
26 | 27 |     "@types/jsdom": "^21.1.7",  | 
27 |  | -    "@types/node": "^20.14.9",  | 
28 |  | -    "@vitejs/plugin-vue": "^5.0.5",  | 
29 |  | -    "@vue/eslint-config-prettier": "^9.0.0",  | 
30 |  | -    "@vue/eslint-config-typescript": "^13.0.0",  | 
 | 28 | +    "@types/node": "^20.19.1",  | 
 | 29 | +    "@vitejs/plugin-vue": "^5.2.4",  | 
 | 30 | +    "@vitest/eslint-plugin": "^1.2.7",  | 
 | 31 | +    "@vue/eslint-config-prettier": "^10.2.0",  | 
 | 32 | +    "@vue/eslint-config-typescript": "^14.5.1",  | 
31 | 33 |     "@vue/test-utils": "^2.4.6",  | 
32 |  | -    "@vue/tsconfig": "^0.5.1",  | 
33 |  | -    "eslint": "^8.57.0",  | 
34 |  | -    "eslint-plugin-vue": "^9.26.0",  | 
35 |  | -    "jsdom": "^24.1.0",  | 
36 |  | -    "npm-run-all2": "^6.2.0",  | 
37 |  | -    "prettier": "^3.3.2",  | 
38 |  | -    "sass": "^1.77.6",  | 
39 |  | -    "typescript": "~5.5.3",  | 
40 |  | -    "unplugin-icons": "^0.19.0",  | 
 | 34 | +    "@vue/tsconfig": "^0.7.0",  | 
 | 35 | +    "eslint": "^9.29.0",  | 
 | 36 | +    "eslint-plugin-oxlint": "^0.16.12",  | 
 | 37 | +    "eslint-plugin-vue": "~10.0.1",  | 
 | 38 | +    "jsdom": "^26.1.0",  | 
 | 39 | +    "npm-run-all2": "^7.0.2",  | 
 | 40 | +    "oxlint": "^0.16.12",  | 
 | 41 | +    "prettier": "3.5.3",  | 
 | 42 | +    "sass": "^1.89.2",  | 
 | 43 | +    "typescript": "~5.8.3",  | 
 | 44 | +    "unplugin-icons": "^22.1.0",  | 
41 | 45 |     "vite": "^5.3.2",  | 
42 |  | -    "vitest": "^1.6.0",  | 
43 |  | -    "vue-tsc": "^2.0.24"  | 
 | 46 | +    "vitest": "^3.2.4",  | 
 | 47 | +    "vue-tsc": "^2.2.10"  | 
44 | 48 |   },  | 
45 |  | -  "packageManager":  "[email protected].0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"  | 
 | 49 | +  "packageManager":  "[email protected].9"  | 
46 | 50 | }  | 
0 commit comments