diff --git a/bun.lockb b/bun.lockb index 3aa0b24..cd51fed 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/client/package.json b/client/package.json index 08a5e61..af45704 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "tailwindcss": "^4.0.0" }, "devDependencies": { - "typescript": "~5.8.0", + "typescript": "~7.0.0", "vite": "^6.0.5", "vite-plugin-solid": "^2.11.0" } diff --git a/server/package.json b/server/package.json index 26fef03..01ccf62 100644 --- a/server/package.json +++ b/server/package.json @@ -6,6 +6,6 @@ "@types/bun": "latest" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5.0.0 || ^7.0.0" } } \ No newline at end of file