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
@@ -49,7 +49,7 @@
"@backstage/plugin-permission-node": "workspace:^",
"@backstage/types": "workspace:^",
"@manypkg/get-packages": "^1.1.3",
"@types/express": "*",
"@types/express": "^4.17.6",
"@yarnpkg/lockfile": "^1.1.0",
"@yarnpkg/parsers": "^3.0.0",
"express": "^4.18.1",