Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 23, 2018
1 parent 49d4789 commit 4e23c65
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ To make it simpler for users to install plugins, we have "friendly name" functio

To set this up, simply set the `oclif.scope` to the name of your npm org. In the example above, this would be `mynpmorg`.

<!-- commands -->
# Commands
<!-- commands -->

* [mycli plugins](#plugins)
* [mycli plugins:install PLUGIN...](#pluginsinstall-plugin)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
},
"devDependencies": {
"@oclif/config": "^1.3.59",
"@oclif/dev-cli": "^1.3.1",
"@oclif/dev-cli": "^1.4.0",
"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.1.6",
"@oclif/test": "^1.0.1",
"@oclif/tslint": "^1.0.2",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.1",
"@types/load-json-file": "^2.0.7",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.7",
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.0",
"@types/semver": "^5.5.0",
"@types/supports-color": "^3.1.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"fancy-test": "^1.0.1",
"globby": "^8.0.1",
"mocha": "^5.0.4",
"mocha": "^5.0.5",
"ts-node": "5",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
version "1.3.59"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.59.tgz#10cc39757654850458b2d3f899155af2e069deb5"

"@oclif/dev-cli@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.3.1.tgz#6b8c7cfb38b14168e698192e6e4483c943b6a2a7"
"@oclif/dev-cli@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.4.0.tgz#b8513caf54f42e1e7dabf5238ca22b3b7d3fdeab"
dependencies:
"@oclif/command" "^1.4.2"
"@oclif/config" "^1.3.59"
Expand Down Expand Up @@ -111,17 +111,17 @@
version "2.0.7"
resolved "https://registry.yarnpkg.com/@types/load-json-file/-/load-json-file-2.0.7.tgz#c887826f5230b7507d5230994d26315c6776be06"

"@types/mocha@^2.2.48":
version "2.2.48"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.48.tgz#3523b126a0b049482e1c3c11877460f76622ffab"
"@types/mocha@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.0.0.tgz#a3014921991066193f6c8e47290d4d598dfd19e6"

"@types/node@*":
version "9.4.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"

"@types/node@^9.4.7":
version "9.4.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275"
"@types/node@^9.6.0":
version "9.6.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.0.tgz#d3480ee666df9784b1001a1872a2f6ccefb6c2d7"

"@types/semver@^5.5.0":
version "5.5.0"
Expand Down Expand Up @@ -1035,9 +1035,9 @@ [email protected], mkdirp@^0.5.1:
dependencies:
minimist "0.0.8"

mocha@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.4.tgz#6b7aa328472da1088e69d47e75925fd3a3bb63c6"
mocha@^5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.5.tgz#e228e3386b9387a4710007a641f127b00be44b52"
dependencies:
browser-stdout "1.3.1"
commander "2.11.0"
Expand Down

0 comments on commit 4e23c65

Please sign in to comment.