Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: oclif rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2018
1 parent 3001ce4 commit 7a727af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,10 +15,10 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.2.19",
"@oclif/command": "^1.2.21",
"@oclif/config": "^1.3.45",
"@oclif/errors": "^1.0.1",
"@oclif/plugin-help": "^0.7.2",
"@oclif/plugin-help": "^0.7.4",
"lodash.template": "^4.4.0",
"normalize-package-data": "^2.4.0",
"require-resolve": "^0.0.2"
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Expand Up @@ -46,12 +46,18 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"

"@oclif/command@^1.2.19", "@oclif/command@^1.2.20":
"@oclif/command@^1.2.20":
version "1.2.20"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.20.tgz#1330834cae3147c3319d91fba89f24576e493e5f"
dependencies:
"@oclif/parser" "^3.2.8"

"@oclif/command@^1.2.21":
version "1.2.21"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.2.21.tgz#73bd84fd2207df2ad414dcf91e3eebe7f944a95a"
dependencies:
"@oclif/parser" "^3.2.8"

"@oclif/config@^1.3.45":
version "1.3.47"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.3.47.tgz#7e7cf7ab0634edd60bd1675260ac588e6f6521fe"
Expand All @@ -70,9 +76,9 @@
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.8.tgz#2b2e35b5c075d200d70950923acd64e258c5ae1d"

"@oclif/plugin-help@^0.7.2":
version "0.7.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-0.7.3.tgz#eb551780c0cc6da5b7e0ae5fd1b298160b20df6d"
"@oclif/plugin-help@^0.7.4":
version "0.7.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-0.7.4.tgz#1b7903ad303bc9c2816e1f8a8275da051b2361f7"
dependencies:
"@oclif/command" "^1.2.20"
chalk "^2.3.1"
Expand Down

0 comments on commit 7a727af

Please sign in to comment.