|
28 | 28 | "test": "vitest run", |
29 | 29 | "test:coverage": "vitest run --coverage", |
30 | 30 | "test:watch": "vitest", |
31 | | - "lint": "eslint --cache --cache-location=node_modules/.cache/eslint/.eslintcache --cache-strategy=content --max-warnings=0 src", |
| 31 | + "lint": "tsx src/cli.ts lint:*", |
| 32 | + "lint:oxlint": "oxlint src", |
| 33 | + "lint:prettier": "prettier --check src", |
32 | 34 | "build": "tsx src/cli.ts build:clean :p build:compile:*", |
33 | 35 | "build:clean": "rimraf \"dist/**/*\"", |
34 | 36 | "build:compile:types": "tsc", |
|
38 | 40 | }, |
39 | 41 | "devDependencies": { |
40 | 42 | "@schummar/react-terminal": "1.4.8", |
41 | | - "@types/node": "22.7.9", |
42 | | - "@types/react": "18.3.12", |
43 | | - "@types/react-reconciler": "0.28.8", |
44 | | - "@typescript-eslint/eslint-plugin": "8.11.0", |
45 | | - "@typescript-eslint/parser": "8.11.0", |
46 | | - "@vitejs/plugin-react": "4.3.3", |
| 43 | + "@types/node": "22.13.10", |
| 44 | + "@types/react": "19.0.12", |
| 45 | + "@types/react-reconciler": "0.31.0", |
| 46 | + "@vitejs/plugin-react": "4.3.4", |
47 | 47 | "@xterm/headless": "^5.5.0", |
48 | | - "chalk": "^5.3.0", |
49 | | - "cleye": "1.3.2", |
| 48 | + "chalk": "^5.4.1", |
| 49 | + "cleye": "1.3.4", |
50 | 50 | "cross-state": "0.48.0", |
51 | | - "esbuild": "0.24.0", |
52 | | - "eslint": "8.57.0", |
53 | | - "eslint-config-prettier": "9.1.0", |
54 | | - "eslint-plugin-prettier": "5.2.1", |
55 | | - "fast-equals": "5.0.1", |
| 51 | + "esbuild": "0.25.1", |
| 52 | + "fast-equals": "5.2.2", |
56 | 53 | "node-pty": "1.0.0", |
57 | | - "prettier": "3.3.3", |
58 | | - "publint": "0.2.12", |
| 54 | + "oxlint": "^0.16.1", |
| 55 | + "prettier": "3.5.3", |
| 56 | + "publint": "0.3.9", |
59 | 57 | "quoted-string-space-split": "1.1.1", |
60 | 58 | "react": "18.3.1", |
61 | 59 | "react-reconciler": "0.29.2", |
62 | 60 | "rimraf": "6.0.1", |
63 | 61 | "schummar-queue": "0.2.0", |
64 | | - "semantic-release": "24.1.3", |
65 | | - "tsx": "4.19.1", |
66 | | - "typescript": "5.6.3", |
67 | | - "vite": "5.4.10", |
68 | | - "vitest": "2.1.3" |
| 62 | + "semantic-release": "24.2.3", |
| 63 | + "tsx": "4.19.3", |
| 64 | + "typescript": "5.8.2", |
| 65 | + "vite": "6.2.2", |
| 66 | + "vitest": "3.0.9" |
69 | 67 | }, |
70 | 68 | "files": [ |
71 | 69 | "dist", |
|
0 commit comments