Skip to content

Commit 7bd075b

Browse files
committed
fix: freeze version of the @types/express for the newly created app with create-app
1 parent 2f6a6a8 commit 7bd075b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"typescript": "5.4.5",
4242
"tsx": "4.11.2",
43-
"@types/express": "latest",
43+
"@types/express": "^4.17.21",
4444
"@types/node": "latest",
4545
"@prisma/client": "latest",
4646
"prisma": "^7.0.0"

0 commit comments

Comments
 (0)