build(deps): Update dependency typescript to v6
renovate/artifacts Artifact file update failure
CI/CD Pipeline / test (pull_request) Failing after 15s
CI/CD Pipeline / build-and-push (pull_request) Has been skipped

This commit is contained in:
2026-06-26 21:42:07 +00:00
parent cef40176ce
commit ee1fc75db2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"drizzle-kit": "^0.28.1", "drizzle-kit": "^0.28.1",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"tsx": "^4.19.2", "tsx": "^4.19.2",
"typescript": "^5.7.2", "typescript": "^6.0.0",
"vitest": "^2.1.8" "vitest": "^2.1.8"
} }
} }
+1 -1
View File
@@ -20,7 +20,7 @@
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1", "@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2", "typescript": "^6.0.0",
"vite": "^6.0.3" "vite": "^6.0.3"
} }
} }