Skip to content

Commit 2f021d6

Browse files
committed
feat: don't handle internal server error and let express 5 handle it
AdminForth/1780/add-support-of-expiry-in-kv-ad
1 parent 4a0eb54 commit 2f021d6

5 files changed

Lines changed: 455 additions & 200 deletions

File tree

adminforth/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@faker-js/faker": "^9.0.3",
8989
"@inquirer/prompts": "^7.4.1",
9090
"@scalar/express-api-reference": "^0.9.7",
91-
"@types/express": "^4.17.21",
91+
"@types/express": "^5.0.6",
9292
"ajv": "^8.18.0",
9393
"arg": "^5.0.2",
9494
"ast-types": "^0.14.2",
@@ -99,7 +99,7 @@
9999
"dotenv": "^16.4.5",
100100
"esm": "^3.2.25",
101101
"execa": "^9.5.2",
102-
"express": "^4.21.2",
102+
"express": "^5.2.1",
103103
"filewatcher": "^3.0.1",
104104
"fs-extra": "^11.2.0",
105105
"fuse.js": "^7.0.0",
@@ -139,8 +139,8 @@
139139
"@adminforth/connector-mongo": "^1.0.3",
140140
"@adminforth/connector-mysql": "^1.0.3",
141141
"@adminforth/connector-postgres": "^1.0.4",
142-
"@adminforth/connector-sqlite": "^1.0.3",
143-
"@adminforth/connector-qdrant": "^1.0.4"
142+
"@adminforth/connector-qdrant": "^1.0.4",
143+
"@adminforth/connector-sqlite": "^1.0.3"
144144
},
145145
"peerDependenciesMeta": {
146146
"@adminforth/connector-sqlite": {

0 commit comments

Comments
 (0)