Skip to content

Commit eefe786

Browse files
committed
chore: updated deps
1 parent 92ab382 commit eefe786

File tree

4 files changed

+463
-1650
lines changed

4 files changed

+463
-1650
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 16 deletions
This file was deleted.

.oxlintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json",
3+
"rules": {
4+
"@typescript-eslint/no-this-alias": "off"
5+
}
6+
}

package.json

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@
2828
"test": "vitest run",
2929
"test:coverage": "vitest run --coverage",
3030
"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",
3234
"build": "tsx src/cli.ts build:clean :p build:compile:*",
3335
"build:clean": "rimraf \"dist/**/*\"",
3436
"build:compile:types": "tsc",
@@ -38,34 +40,30 @@
3840
},
3941
"devDependencies": {
4042
"@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",
4747
"@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",
5050
"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",
5653
"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",
5957
"quoted-string-space-split": "1.1.1",
6058
"react": "18.3.1",
6159
"react-reconciler": "0.29.2",
6260
"rimraf": "6.0.1",
6361
"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"
6967
},
7068
"files": [
7169
"dist",

0 commit comments

Comments
 (0)