Skip to content

Commit

Permalink
loosen express versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhut authored Feb 10, 2025
1 parent d6b8f17 commit c512e41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"undici": "^7.3.0"
},
"optionalDependencies": {
"@types/express": "^4.17.13"
"@types/express": "4"
},
"peerDependencies": {
"express": "^4.18.1"
"express": "4"
},
"devDependencies": {
"@types/lodash": "^4.17.15",
Expand All @@ -47,7 +47,7 @@
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-mocha": "^10.0.5",
"express": "*",
"express": "4",
"express-http-proxy": "^2.0.0",
"http-proxy-middleware": "^3.0.0",
"mocha": "^11.1.0",
Expand Down

0 comments on commit c512e41

Please sign in to comment.