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
+2 -2
View File
@@ -26,13 +26,13 @@
"@gitbeaker/core": "^25.2.0",
"@gitbeaker/node": "^25.2.0",
"@octokit/rest": "^18.0.0",
"@types/dockerode": "^2.5.32",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"azure-devops-node-api": "^10.1.1",
"command-exists-promise": "^2.0.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dockerode": "^3.2.0",
"dockerode": "^3.2.1",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"fs-extra": "^9.0.0",
+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",