Skip to content

Commit 1de9e56

Browse files
committed
ts
1 parent 1627250 commit 1de9e56

File tree

3 files changed

+83
-118
lines changed

3 files changed

+83
-118
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@typescript-eslint/no-unsafe-call": 0,
3636
"@typescript-eslint/no-unsafe-member-access": 0,
3737
"@typescript-eslint/no-unsafe-return": 0,
38-
"@typescript-eslint/ban-types": 0,
38+
"@typescript-eslint/no-empty-object-type": 0,
3939
"@typescript-eslint/require-await": 0,
4040
"@typescript-eslint/restrict-template-expressions": 0,
4141
"@typescript-eslint/naming-convention": [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@types/react": "^18.3.12",
3535
"@types/react-dom": "^18.3.1",
3636
"@types/tmp": "^0.2.6",
37-
"@typescript-eslint/eslint-plugin": "^7.1.1",
38-
"@typescript-eslint/parser": "^7.1.1",
37+
"@typescript-eslint/eslint-plugin": "^8.11.0",
38+
"@typescript-eslint/parser": "^8.11.0",
3939
"@vitejs/plugin-react": "^4.3.3",
4040
"dprint": "^0.47.4",
4141
"esbuild": "0.24.0",
@@ -47,7 +47,7 @@
4747
"tmp": "^0.2.3",
4848
"ts-morph": "^21.0.1",
4949
"tsx": "^4.7.1",
50-
"typescript": "^5.4.2",
50+
"typescript": "^5.6.3",
5151
"vite": "^5.4.10",
5252
"vite-plugin-comlink": "^4.1.0",
5353
"vite-plugin-inspect": "^0.8.7",

pnpm-lock.yaml

Lines changed: 79 additions & 114 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)