Restrict all instances of @types/express to v4 to match express itself

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-11-24 22:25:36 +00:00
parent 54916f2446
commit 1e624ca627
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -58,7 +58,7 @@
"@backstage/plugin-auth-node": "workspace:^",
"@backstage/plugin-permission-common": "workspace:^",
"@backstage/plugin-permission-node": "workspace:^",
"@types/express": "*",
"@types/express": "^4.17.6",
"dataloader": "^2.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",