Merge pull request #1 from TriliumNext/express_v5

deps: update to express v5
This commit is contained in:
JYC333 2025-04-04 15:48:00 +08:00 committed by GitHub
commit 0449b19ca0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 328 additions and 328 deletions

View File

@ -38,7 +38,7 @@
"copyfiles": "^2.1.0",
"cross-env": "^5.2.0",
"eslint": "^5.15.3",
"express": "^4.16.4",
"express": "^5.1.0",
"mocha": "^6.0.2",
"nyc": "^17.1.0",
"rimraf": "^2.6.3",
@ -46,7 +46,7 @@
"typescript": "^5.7.2"
},
"peerDependencies": {
"express": "^4.16.4"
"express": "^4.16.4 || ^5.1.0"
},
"packageManager": "yarn@1.22.22"
}