update to typescript 7

This commit is contained in:
Km.Van
2026-07-10 15:37:25 +08:00
parent d39df16553
commit 93a6aef58f
3 changed files with 12 additions and 10 deletions
+6 -6
View File
@@ -19,28 +19,28 @@
"dependencies": {
"copy-to-clipboard": "^4.0.2",
"immer": "^11.1.11",
"lucide-react": "^1.23.0",
"lucide-react": "^1.24.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"zustand": "^5.0.14"
},
"devDependencies": {
"@biomejs/biome": "2.5.1",
"@types/node": "^26.1.0",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"css-loader": "^7.1.4",
"deep-sort-object": "^1.0.2",
"gettext-parser": "^9.0.2",
"gettext-parser": "^9.1.1",
"mini-css-extract-plugin": "^2.10.2",
"sass": "^1.101.0",
"sass-loader": "^17.0.0",
"style-loader": "^4.0.0",
"typescript": "^6.0.3",
"ultracite": "^7.9.2",
"typescript": "^7.0.2",
"ultracite": "^7.9.3",
"update-browserslist-db": "^1.2.3",
"vite": "^8.1.3",
"vite": "^8.1.4",
"vite-plugin-dts": "^5.0.3"
}
}
+2
View File
@@ -4,3 +4,5 @@ allowBuilds:
esbuild: true
minimumReleaseAgeExclude:
- ultracite@7.9.2
- lucide-react@1.24.0
- vite@8.1.4
+4 -4
View File
@@ -9,10 +9,10 @@
"allowJs": false,
"allowSyntheticDefaultImports": true,
"alwaysStrict": true,
"baseUrl": ".",
// "baseUrl": ".",
"declaration": true,
"diagnostics": true,
"downlevelIteration": true,
// "downlevelIteration": true,
"emitBOM": false,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
@@ -25,8 +25,8 @@
"ESNext",
"DOM"
],
"module": "ESNext",
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"newLine": "LF",
"noEmit": true,
"noEmitOnError": true,