diff --git a/package.json b/package.json index e6e4bfa29..dc814bc47 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@lando/core", "description": "The libraries that power all of Lando.", - "version": "3.20.4", + "version": "3.21.0-alpha.1", "author": "Mike Pirog @pirog", "license": "GPL-3.0", "repository": "lando/core", @@ -108,6 +108,7 @@ "vuepress": "2.0.0-beta.53" }, "bundledDependencies": [ + "@npmcli/arborist", "@octokit/rest", "axios", "bluebird", @@ -120,10 +121,14 @@ "dockerfile-generator", "dockerfile-utils", "dockerode", - "github", + "enquirer", + "fs-extra", "glob", "ip", "is-class", + "is-interactive", + "is-online", + "is-root", "js-yaml", "jsonfile", "listr2", @@ -131,7 +136,10 @@ "log-update", "nanoid", "node-cache", + "npm-package-arg", + "npm-profile", "object-hash", + "pacote", "rimraf", "semver", "shelljs",