Skip to content

Commit 29aa23a

Browse files
authored
Merge branch 'main' into chore/update-eslint-dependencies
2 parents 7300886 + f2f2a99 commit 29aa23a

3 files changed

Lines changed: 37 additions & 38 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@eslint/js": "^9.39.4",
4343
"@eslint/json": "^1.2.0",
4444
"@eslint/markdown": "^8.0.1",
45-
"@html-eslint/eslint-plugin": "^0.58.1",
45+
"@html-eslint/eslint-plugin": "^0.59.0",
4646
"@lezer/highlight": "^1.2.3",
4747
"@radix-ui/react-accordion": "^1.2.12",
4848
"@radix-ui/react-dialog": "^1.1.15",
@@ -94,7 +94,7 @@
9494
"prettier": "3.8.1",
9595
"react-resizable-panels": "^3.0.6",
9696
"tailwindcss": "^3.4.19",
97-
"typescript": "^5.9.3",
97+
"typescript": "^6.0.2",
9898
"typescript-eslint": "^8.58.0",
9999
"vite": "^8.0.3",
100100
"yorkie": "^2.0.0"

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"lib": ["dom", "dom.iterable", "esnext"],
4+
"lib": ["dom", "esnext"],
5+
"types": ["vite/client"],
56
"allowJs": true,
67
"skipLibCheck": true,
7-
"esModuleInterop": true,
8-
"allowSyntheticDefaultImports": true,
98
"strict": true,
109
"forceConsistentCasingInFileNames": true,
1110
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)