Skip to content

Commit b3b17eb

Browse files
committed
fix: use expres 5 in cli created app
AdminForth/1781/image
1 parent d2b9a7d commit b3b17eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adminforth/commands/createApp/templates/package.json.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@dotenvx/dotenvx": "^1.34.0",
2828
"adminforth": "{{adminforthVersion}}",
2929
"@adminforth/connector-{{connectorProvider}}": "latest",
30-
"express": "latest-4",
30+
"express": "^5.2.1",
3131
"zod": "^4.3.6"
3232
},
3333
"devDependencies": {
3434
"typescript": "6.0.3",
3535
"tsup": "^8.5.1",
3636
"tsx": "4.11.2",
37-
"@types/express": "^4.17.21",
37+
"@types/express": "^5.0.6",
3838
"@types/node": "latest"{{#if includePrismaMigrations}},
3939
"@prisma/client": "latest",
4040
"prisma": "^7.0.0"

0 commit comments

Comments
 (0)