Skip to content

Commit

Permalink
chore: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 14, 2018
1 parent 4c1bece commit 2d1e382
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
keys:
- v2-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- v2-yarn-{{checksum ".circleci/config.yml"}}
- run: .circleci/greenkeeper
- run: yarn add -D nyc@11 @oclif/nyc-config@0
- run: yarn
- run: yarn add -D nyc@13 @oclif/nyc-config@0
- run: ./bin/run help
- run: |
mkdir -p reports
Expand Down
25 changes: 0 additions & 25 deletions .circleci/greenkeeper

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"wrap-ansi": "^4.0.0"
},
"devDependencies": {
"@oclif/config": "^1.7.5",
"@oclif/config": "^1.7.6",
"@oclif/dev-cli": "^1.17.0",
"@oclif/errors": "^1.2.0",
"@oclif/plugin-legacy": "^1.1.0",
"@oclif/plugin-plugins": "^1.6.2",
"@oclif/test": "^1.2.0",
"@oclif/test": "^1.2.1",
"@oclif/tslint": "^3.1.0",
"@types/chai": "^4.1.4",
"@types/indent-string": "^3.0.0",
Expand Down
27 changes: 14 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.7.4", "@oclif/config@^1.7.5":
version "1.7.5"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.7.5.tgz#df302da3b6f590b0c6cc8a515bf97e746ec513b8"
"@oclif/config@^1.7.4", "@oclif/config@^1.7.6":
version "1.7.6"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.7.6.tgz#849e5f79591c8dd29d99dd3aba0914b50e2c2e74"
dependencies:
debug "^4.0.1"
tslib "^1.9.3"
Expand Down Expand Up @@ -117,14 +117,15 @@
tslib "^1.9.3"

"@oclif/plugin-help@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.1.1.tgz#5bce32a8a9795827e4f0c6f18c3ff30010130e18"
version "2.1.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.1.2.tgz#b6639e95157f563225a29b4329ce62e2e162afe9"
dependencies:
"@oclif/command" "^1.5.0"
chalk "^2.4.1"
indent-string "^3.2.0"
lodash.template "^4.4.0"
string-width "^2.1.1"
strip-ansi "^4.0.0"
widest-line "^2.0.0"
wrap-ansi "^4.0.0"

Expand Down Expand Up @@ -161,11 +162,11 @@
version "1.0.2"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.2.tgz#c9d7c84b0ea60ecec8dd7a9b22c012ba9967aed8"

"@oclif/test@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.2.0.tgz#764ca66215f5bd36c0b5cbcbfc5963f0271825b8"
"@oclif/test@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-1.2.1.tgz#68f4e9a3849a8717d9c13f94b62b655d099a02d9"
dependencies:
fancy-test "^1.3.0"
fancy-test "^1.4.1"

"@oclif/tslint@^3.1.0":
version "3.1.0"
Expand Down Expand Up @@ -683,17 +684,17 @@ 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.3.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.4.0.tgz#93e8b1904afbcefb496f58a05f6d2d99fc9c4acc"
fancy-test@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.4.1.tgz#c87267e01c71185ef4cd5a9cf508eb7e3adbdc94"
dependencies:
"@types/chai" "^4.1.4"
"@types/lodash" "^4.14.116"
"@types/mocha" "^5.2.5"
"@types/nock" "^9.3.0"
"@types/node" "^10.9.4"
"@types/sinon" "^5.0.2"
lodash "^4.17.10"
lodash "^4.17.11"
mock-stdin "^0.3.1"
stdout-stderr "^0.1.9"

Expand Down

0 comments on commit 2d1e382

Please sign in to comment.