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:
@@ -44,7 +44,7 @@
|
||||
"@backstage/config": "workspace:^",
|
||||
"@backstage/errors": "workspace:^",
|
||||
"@backstage/types": "workspace:^",
|
||||
"@types/express": "*",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/passport": "^1.0.3",
|
||||
"express": "^4.17.1",
|
||||
"jose": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user