diff --git a/package.json b/package.json index 2222d5be7..2d706ebcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/core", "description": "The libraries that power all of Lando.", - "version": "3.17.2", + "version": "3.20.0", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/core", @@ -99,6 +99,9 @@ "copy-dir", "dayjs", "debug", + "delay", + "dockerfile-generator", + "dockerfile-utils", "dockerode", "github", "glob", @@ -106,14 +109,15 @@ "is-class", "js-yaml", "jsonfile", - "listr2", "lodash", "mkdirp", + "nanoid", "node-cache", "object-hash", "rimraf", "semver", "shelljs", + "slugify", "string-argv", "through", "transliteration",