chore: upgrade typescript to v6 (#34)

* chore: udpate typescript to v6

* fix: build issue
This commit is contained in:
2026-04-29 16:42:43 -03:00
committed by GitHub
parent 94d33ff4d6
commit 1c1584f0d1
3 changed files with 9 additions and 6 deletions
+4 -4
View File
@@ -27,7 +27,7 @@
"react-router": "^7.14.2",
"react-router-bootstrap": "^0.26.3",
"remark-gfm": "^4.0.1",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"vite": "^7.3.2"
},
"devDependencies": {
@@ -9576,9 +9576,9 @@
}
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
+1 -1
View File
@@ -30,7 +30,7 @@
"react-router": "^7.14.2",
"react-router-bootstrap": "^0.26.3",
"remark-gfm": "^4.0.1",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"vite": "^7.3.2"
},
"scripts": {
+4 -1
View File
@@ -17,7 +17,10 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"moduleResolution": "node",
"types": [
"node"
],
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,