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

Commit

Permalink
fix: updated command and qqjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Apr 9, 2018
1 parent 93948c7 commit 3c6767e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,7 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.4.9",
"@oclif/command": "^1.4.10",
"@oclif/config": "^1.4.7",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-help": "^1.2.3",
Expand All @@ -18,7 +18,7 @@
"fs-extra": "^5.0.0",
"lodash": "^4.17.5",
"normalize-package-data": "^2.4.0",
"qqjs": "^0.3.5",
"qqjs": "^0.3.6",
"require-resolve": "^0.0.2",
"tslib": "^1.9.0"
},
Expand Down
33 changes: 20 additions & 13 deletions yarn.lock
Expand Up @@ -49,6 +49,15 @@
call-me-maybe "^1.0.1"
glob-to-regexp "^0.3.0"

"@oclif/command@^1.4.10":
version "1.4.10"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.10.tgz#15d229ba975018ca62cf4a94bec6d9796e18b619"
dependencies:
"@oclif/errors" "^1.0.4"
"@oclif/parser" "^3.2.13"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.6", "@oclif/command@^1.4.7":
version "1.4.8"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.8.tgz#6e641a24246707ba06b74b35698c362f7199bbb2"
Expand All @@ -58,15 +67,6 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/command@^1.4.9":
version "1.4.9"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.4.9.tgz#009bd5bb717ceb445bb81f08767c17cd4e7c7f02"
dependencies:
"@oclif/errors" "^1.0.4"
"@oclif/parser" "^3.2.11"
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.4.0.tgz#086488e856ee11785e5af1188ce06265d2d48d54"
Expand All @@ -93,7 +93,14 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"

"@oclif/parser@^3.2.11", "@oclif/parser@^3.2.9":
"@oclif/parser@^3.2.13":
version "3.2.13"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.13.tgz#4baf2b4ea23165e57adaae1f223861d8d9a33a24"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.3.2"

"@oclif/parser@^3.2.9":
version "3.2.11"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.2.11.tgz#03a5fef0c45dd1badd0375ae05b476e0c27faf40"
dependencies:
Expand Down Expand Up @@ -1422,9 +1429,9 @@ punycode@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d"

qqjs@^0.3.5:
version "0.3.5"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.5.tgz#723f2b9e2b4f9b832f8a43ddf66f02584cc20b11"
qqjs@^0.3.6:
version "0.3.6"
resolved "https://registry.yarnpkg.com/qqjs/-/qqjs-0.3.6.tgz#6e4b8008489a055fb95a93365154a9e777e9b784"
dependencies:
chalk "^2.3.2"
debug "^3.1.0"
Expand Down

0 comments on commit 3c6767e

Please sign in to comment.