mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat(cli): upgrade next and elysia (#533)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
typedRoutes: true,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
],
|
||||
{{/if}}
|
||||
"devDependencies": {
|
||||
"tsdown": "^0.12.9",
|
||||
"tsdown": "^0.14.1",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user