feat(cli): upgrade next and elysia (#533)

This commit is contained in:
Aman Varshney
2025-08-24 23:29:15 +05:30
committed by GitHub
parent d28a2daea4
commit da2bef7088
8 changed files with 34 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
typedRoutes: true,
};
export default nextConfig;

View File

@@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"next": "15.3.0",
"next": "15.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"dotenv": "^17.2.1"

View File

@@ -17,7 +17,7 @@
],
{{/if}}
"devDependencies": {
"tsdown": "^0.12.9",
"tsdown": "^0.14.1",
"typescript": "^5.8.2"
}
}