Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 28, 2018
1 parent b7d50e6 commit 3e1bc65
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 67 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.3",
"@oclif/command": "^1.3.3",
"@oclif/command": "^1.4.1",
"chalk": "^2.3.1",
"cli-ux": "^3.3.23",
"debug": "^3.1.0",
Expand All @@ -23,17 +23,17 @@
"npm-run-path": "^2.0.2",
"semver": "^5.5.0",
"tslib": "^1.9.0",
"yarn": "^1.3.2"
"yarn": "^1.5.1"
},
"devDependencies": {
"@oclif/config": "^1.3.57",
"@oclif/dev-cli": "^1.2.17",
"@oclif/dev-cli": "^1.2.18",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.1.4",
"@oclif/plugin-help": "^1.1.5",
"@oclif/test": "^1.0.0",
"@oclif/tslint": "^1.0.2",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.0",
"@types/fs-extra": "^5.0.1",
"@types/load-json-file": "^2.0.7",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
Expand All @@ -44,7 +44,7 @@
"fancy-test": "^1.0.1",
"globby": "^8.0.1",
"mocha": "^5.0.1",
"ts-node": "^4.1.0",
"ts-node": "^5.0.0",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
Expand Down
3 changes: 2 additions & 1 deletion test/helpers/init.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
process.env.TS_NODE_PROJECT = 'test'
const path = require('path')
process.env.TS_NODE_PROJECT = path.resolve('test/tsconfig.json')
88 changes: 28 additions & 60 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,32 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.3.1", "@oclif/command@^1.3.3":
"@oclif/command@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.3.3.tgz#7b73869d43db1d12d90a973d4eff90735e882160"
dependencies:
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/command@^1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.1.tgz#76748f74b16025d7d1bbc4bcfc7cba40072014f1"
dependencies:
"@oclif/parser" "^3.2.9"
semver "^5.5.0"

"@oclif/config@^1.3.57":
version "1.3.57"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.57.tgz#845ed86c01911860d49853aaab28f76c7f7a5f43"

"@oclif/dev-cli@^1.2.17":
version "1.2.17"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.17.tgz#1ef25368bf4d126be6fb0658c6f70bf40c161766"
"@oclif/dev-cli@^1.2.18":
version "1.2.18"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.2.18.tgz#3e1adab6b6dbe76b5c5ced8725620e5c86829c64"
dependencies:
"@oclif/command" "^1.3.1"
"@oclif/command" "^1.3.3"
"@oclif/config" "^1.3.57"
"@oclif/errors" "^1.0.2"
"@oclif/plugin-help" "^1.1.2"
"@oclif/plugin-help" "^1.1.5"
lodash "^4.17.5"
lodash.template "^4.4.0"
normalize-package-data "^2.4.0"
Expand All @@ -62,11 +69,11 @@
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/plugin-help@^1.1.2", "@oclif/plugin-help@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.1.4.tgz#41106f91a0ca3e4ded444e6db53eeda27927bd9e"
"@oclif/plugin-help@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.1.5.tgz#b7ae4d3a972851008ee399cd06bf4dff2a2105d5"
dependencies:
"@oclif/command" "^1.3.1"
"@oclif/command" "^1.3.3"
chalk "^2.3.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
Expand Down Expand Up @@ -94,9 +101,9 @@
version "4.1.2"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.2.tgz#f1af664769cfb50af805431c407425ed619daa21"

"@types/fs-extra@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.0.0.tgz#d3e225b35eb5c6d3a5a782c28219df365c781413"
"@types/fs-extra@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-5.0.1.tgz#cd856fbbdd6af2c11f26f8928fd8644c9e9616c9"
dependencies:
"@types/node" "*"

Expand All @@ -116,14 +123,6 @@
version "5.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"

"@types/strip-bom@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@types/strip-bom/-/strip-bom-3.0.0.tgz#14a8ec3956c2e81edb7520790aecf21c290aebd2"

"@types/strip-json-comments@0.0.30":
version "0.0.30"
resolved "https://registry.yarnpkg.com/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz#9aa30c04db212a9a0649d6ae6fd50accc40748a1"

"@types/supports-color@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@types/supports-color/-/supports-color-3.1.0.tgz#3584b6b54f45333e988da2c29e6797eff5a20f8c"
Expand Down Expand Up @@ -711,12 +710,6 @@ he@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"

homedir-polyfill@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc"
dependencies:
parse-passwd "^1.0.0"

hosted-git-info@^2.1.4:
version "2.5.0"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
Expand Down Expand Up @@ -1107,10 +1100,6 @@ parse-json@^4.0.0:
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"

parse-passwd@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"

pascalcase@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
Expand Down Expand Up @@ -1287,7 +1276,7 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"

source-map-support@^0.5.0:
source-map-support@^0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.3.tgz#2b3d5fff298cfa4d1afd7d4352d569e9a0158e76"
dependencies:
Expand Down Expand Up @@ -1375,10 +1364,6 @@ strip-bom@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"

strip-json-comments@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

supports-color@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.4.0.tgz#883f7ddabc165142b2a61427f3352ded195d1a3e"
Expand Down Expand Up @@ -1430,30 +1415,19 @@ tree-kill@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.0.tgz#5846786237b4239014f05db156b643212d4c6f36"

ts-node@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-4.1.0.tgz#36d9529c7b90bb993306c408cd07f7743de20712"
ts-node@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-5.0.0.tgz#9aa573889ad7949411f972981c209e064705e36f"
dependencies:
arrify "^1.0.0"
chalk "^2.3.0"
diff "^3.1.0"
make-error "^1.1.1"
minimist "^1.2.0"
mkdirp "^0.5.1"
source-map-support "^0.5.0"
tsconfig "^7.0.0"
v8flags "^3.0.0"
source-map-support "^0.5.3"
yn "^2.0.0"

tsconfig@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-7.0.0.tgz#84538875a4dc216e5c4a5432b3a4dec3d54e91b7"
dependencies:
"@types/strip-bom" "^3.0.0"
"@types/strip-json-comments" "0.0.30"
strip-bom "^3.0.0"
strip-json-comments "^2.0.0"

tslib@^1.0.0, tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
Expand Down Expand Up @@ -1560,12 +1534,6 @@ use@^2.0.0:
isobject "^3.0.0"
lazy-cache "^2.0.2"

v8flags@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-3.0.1.tgz#dce8fc379c17d9f2c9e9ed78d89ce00052b1b76b"
dependencies:
homedir-polyfill "^1.0.1"

validate-npm-package-license@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc"
Expand Down Expand Up @@ -1606,9 +1574,9 @@ yallist@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"

yarn@^1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.3.2.tgz#5939762581b5b4ddcd3418c0f6be42df3aee195f"
yarn@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.5.1.tgz#e8680360e832ac89521eb80dad3a7bc27a40bab4"

yn@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 3e1bc65

Please sign in to comment.