From 68f6fa8e2e7be9997ba49ac3ab8dde3b20060fe0 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sun, 8 Apr 2018 22:42:06 -0700 Subject: [PATCH] fix: add targets --- examples/s3-update-example-cli/package.json | 7 +--- examples/s3-update-example-cli/yarn.lock | 44 +++++++-------------- 2 files changed, 16 insertions(+), 35 deletions(-) diff --git a/examples/s3-update-example-cli/package.json b/examples/s3-update-example-cli/package.json index c18da915..477fcc87 100644 --- a/examples/s3-update-example-cli/package.json +++ b/examples/s3-update-example-cli/package.json @@ -10,7 +10,7 @@ "@oclif/command": "^1.4.9", "@oclif/config": "^1.4.7", "@oclif/plugin-help": "^1.2.3", - "@oclif/plugin-update": "/Users/jdickey/src/github.com/oclif/plugin-update/oclif-plugin-update-1.1.0.tgz" + "@oclif/plugin-update": "^1.1.0" }, "devDependencies": { "@oclif/dev-cli": "^1.9.10", @@ -45,13 +45,10 @@ }, "node": { "version": "8.11.1", - "xtargets": [ + "targets": [ "darwin-x64", "linux-x64", "win32-x64" - ], - "targets": [ - "darwin-x64" ] } }, diff --git a/examples/s3-update-example-cli/yarn.lock b/examples/s3-update-example-cli/yarn.lock index d2017f1e..c66a3835 100644 --- a/examples/s3-update-example-cli/yarn.lock +++ b/examples/s3-update-example-cli/yarn.lock @@ -27,7 +27,7 @@ debug "^3.1.0" semver "^5.5.0" -"@oclif/config@^1.4.0", "@oclif/config@^1.4.7": +"@oclif/config@^1.3.67", "@oclif/config@^1.4.0", "@oclif/config@^1.4.7": version "1.4.7" resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.7.tgz#31edcbffa0f47ca14985cd0da31bf8a11cd9b540" dependencies: @@ -51,7 +51,7 @@ require-resolve "^0.0.2" tslib "^1.9.0" -"@oclif/errors@^1.0.4": +"@oclif/errors@^1.0.3", "@oclif/errors@^1.0.4": version "1.0.4" resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.4.tgz#8e34386ede530484ae3c98bc21d818c416214c66" dependencies: @@ -84,38 +84,18 @@ widest-line "^2.0.0" wrap-ansi "^3.0.1" -"@oclif/plugin-update@/Users/jdickey/src/github.com/oclif/plugin-update/oclif-plugin-update-1.1.0.tgz": +"@oclif/plugin-update@^1.1.0": version "1.1.0" - uid adceca83c339f48cc2b44a5ec0606b923572c1b5 - resolved "/Users/jdickey/src/github.com/oclif/plugin-update/oclif-plugin-update-1.1.0.tgz#adceca83c339f48cc2b44a5ec0606b923572c1b5" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-1.1.0.tgz#67cfd24b791511f4962cf8655f1b9b9ac1790879" dependencies: "@heroku-cli/color" "^1.1.3" - "@oclif/command" "^1.4.10" - "@oclif/config" "^1.4.7" - "@oclif/errors" "^1.0.4" - "@types/semver" "^5.5.0" - cli-ux "^3.3.28" - cross-spawn "^6.0.5" - debug "^3.1.0" - filesize "^3.6.1" - fs-extra "^5.0.0" - http-call "^5.1.0" - lodash "^4.17.5" - log-chopper "^1.0.2" - semver "^5.5.0" - tar-fs "^1.16.0" - -"@oclif/plugin-update@file:../../oclif-plugin-update-1.1.0.tgz": - version "1.1.0" - resolved "file:../../oclif-plugin-update-1.1.0.tgz#adceca83c339f48cc2b44a5ec0606b923572c1b5" - dependencies: - "@heroku-cli/color" "^1.1.3" - "@oclif/command" "^1.4.10" - "@oclif/config" "^1.4.7" - "@oclif/errors" "^1.0.4" + "@oclif/command" "^1.4.7" + "@oclif/config" "^1.3.67" + "@oclif/errors" "^1.0.3" "@types/semver" "^5.5.0" - cli-ux "^3.3.28" + cli-ux "^3.3.27" cross-spawn "^6.0.5" + date-fns "^1.29.0" debug "^3.1.0" filesize "^3.6.1" fs-extra "^5.0.0" @@ -336,7 +316,7 @@ clean-stack@^1.3.0: version "1.3.0" resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31" -cli-ux@^3.3.28: +cli-ux@^3.3.27, cli-ux@^3.3.28: version "3.3.28" resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.3.28.tgz#9d516d389a9bbca272e8a195f7cac6c61d0e69fa" dependencies: @@ -410,6 +390,10 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5: shebang-command "^1.2.0" which "^1.2.9" +date-fns@^1.29.0: + version "1.29.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.29.0.tgz#12e609cdcb935127311d04d33334e2960a2a54e6" + debug@^2.2.0, debug@^2.3.3: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"