Fix conflicting dockerode version specifications

This commit is contained in:
Joel Low
2020-12-04 16:02:39 +08:00
parent fb445772d1
commit 1e22f8e0b8
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"@backstage/backend-common": "^0.3.3",
"@backstage/catalog-model": "^0.4.0",
"@backstage/config": "^0.1.1",
"@types/dockerode": "^2.5.34",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"command-exists-promise": "^2.0.2",
"cross-fetch": "^3.0.6",