Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 3, 2018
1 parent ea66f02 commit 7ddb868
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 26 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues",
"dependencies": {
"@oclif/command": "^1.4.18",
"@oclif/config": "^1.6.16",
"@oclif/errors": "^1.0.7",
"@oclif/command": "^1.4.19",
"@oclif/config": "^1.6.17",
"@oclif/errors": "^1.0.8",
"chalk": "^2.4.1",
"debug": "^3.1.0",
"fs-extra": "^6.0.0",
"http-call": "^5.1.1",
"semver": "^5.5.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.13.12",
"@oclif/test": "^1.0.5",
"@oclif/dev-cli": "^1.13.14",
"@oclif/test": "^1.0.6",
"@oclif/tslint": "^1.1.0",
"@types/chai": "^4.1.3",
"@types/fs-extra": "^5.0.2",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.2",
"@types/node": "^10.0.3",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"globby": "^8.0.1",
Expand Down
63 changes: 43 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.17", "@oclif/command@^1.4.18":
"@oclif/command@^1.4.18":
version "1.4.18"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.18.tgz#1095bab6917287a5e87eb7529d4d39d7fc53d362"
dependencies:
Expand All @@ -34,30 +34,39 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.6.16":
version "1.6.16"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.16.tgz#6bcb03bf30ee54eeafa788777d965bf47bb5047d"
"@oclif/command@^1.4.19":
version "1.4.19"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.19.tgz#7158eec97d9b4c4a109181e6a71bd83d34757254"
dependencies:
"@oclif/errors" "^1.0.6"
"@oclif/parser" "^3.3.3"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/dev-cli@^1.13.12":
version "1.13.12"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.12.tgz#444edc1e4b4798ab369e90a797aa7a43534d6777"
"@oclif/config@^1.6.17":
version "1.6.17"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.6.17.tgz#e9608f56e5acd49fcaf3bbfcc3e8818d81b1ba12"
dependencies:
"@oclif/command" "^1.4.17"
"@oclif/config" "^1.6.16"
"@oclif/errors" "^1.0.6"
"@oclif/plugin-help" "^1.2.6"
debug "^3.1.0"

"@oclif/dev-cli@^1.13.14":
version "1.13.14"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.13.14.tgz#fcfb899f6da512c6cdaf21e01667ec58217c677a"
dependencies:
"@oclif/command" "^1.4.19"
"@oclif/config" "^1.6.17"
"@oclif/errors" "^1.0.8"
"@oclif/plugin-help" "^1.2.7"
cli-ux "^3.4.1"
debug "^3.1.0"
fs-extra "^5.0.0"
fs-extra "^6.0.0"
lodash "^4.17.10"
normalize-package-data "^2.4.0"
qqjs "^0.3.8"
require-resolve "^0.0.2"
tslib "^1.9.0"

"@oclif/errors@^1.0.6", "@oclif/errors@^1.0.7":
"@oclif/errors@^1.0.6":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.7.tgz#13d7205801944c341534370e65140d21ab929e24"
dependencies:
Expand All @@ -67,6 +76,16 @@
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/errors@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.8.tgz#2f8239267506bb7c3f5fd776144c2686e5b7fff7"
dependencies:
clean-stack "^1.3.0"
fs-extra "^6.0.0"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"

"@oclif/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
Expand All @@ -78,7 +97,7 @@
"@oclif/linewrap" "^1.0.0"
chalk "^2.4.0"

"@oclif/plugin-help@^1.2.6":
"@oclif/plugin-help@^1.2.7":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-1.2.7.tgz#4fdfa9cfe53b8bc68b6fabba1126e13debebc87b"
dependencies:
Expand All @@ -94,11 +113,11 @@
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"

"@oclif/test@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.5.tgz#2b8e8384148a75c6cc6ef20df54cfa55cde15d4e"
"@oclif/test@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.0.6.tgz#45dbab5610caed9f178e33ff6b416f6ce2dc245c"
dependencies:
fancy-test "^1.0.5"
fancy-test "^1.0.6"

"@oclif/tslint@^1.1.0":
version "1.1.0"
Expand All @@ -120,10 +139,14 @@
version "5.2.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.0.tgz#b3c8e69f038835db1a7fdc0b3d879fc50506e29e"

"@types/node@*", "@types/node@^10.0.2":
"@types/node@*":
version "10.0.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.2.tgz#180046ebbc37de8b64777765c2486ebecb59448e"

"@types/node@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.3.tgz#1f89840c7aac2406cc43a2ecad98fc02a8e130e4"

"@types/semver@^5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
Expand Down Expand Up @@ -588,7 +611,7 @@ extract-stack@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"

fancy-test@^1.0.5:
fancy-test@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243"
dependencies:
Expand Down

0 comments on commit 7ddb868

Please sign in to comment.