build(deps): Update dependency typescript to v6 - autoclosed #6

Closed
millaguie wants to merge 1 commits from renovate/typescript-6.x into main
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"drizzle-kit": "^0.28.1",
"socket.io-client": "^4.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript": "^6.0.0",
"vitest": "^2.1.8"
}
}
+1 -1
View File
@@ -20,7 +20,7 @@
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"typescript": "^6.0.0",
"vite": "^6.0.3"
}
}