Skip to content

Commit

Permalink
fix: move strip-ansi into dependencies
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
jdx committed Sep 13, 2018
1 parent d21a0aa commit 17863f9
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 27 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"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 All @@ -31,7 +32,6 @@
"chai": "^4.1.2",
"globby": "^8.0.1",
"mocha": "^5.2.0",
"strip-ansi": "^4.0.0",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
Expand Down
63 changes: 37 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
glob-to-regexp "^0.3.0"

"@nodelib/fs.stat@^1.0.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.1.tgz#53f349bb986ab273d601175aa1b25a655ab90ee3"
version "1.1.2"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.2.tgz#54c5a964462be3d4d78af631363c18d6fa91ac26"

"@oclif/color@^0.0.0":
version "0.0.0"
Expand All @@ -71,22 +71,22 @@
debug "^3.1.0"
semver "^5.5.0"

"@oclif/config@^1.7.0", "@oclif/config@^1.7.4":
"@oclif/config@^1.7.4":
version "1.7.4"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.7.4.tgz#5b7f779534a339de8c62a863b12f5740b15c41f5"
dependencies:
debug "^3.1.0"
tslib "^1.9.3"

"@oclif/dev-cli@^1.17.0":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.17.0.tgz#b7af28a79f792f5981c43e104a667dfb5df28595"
version "1.18.0"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.18.0.tgz#729f8530dd183b2cbb9f92d6caee5ec5b490b5b5"
dependencies:
"@oclif/command" "^1.5.0"
"@oclif/config" "^1.7.0"
"@oclif/config" "^1.7.4"
"@oclif/errors" "^1.2.0"
"@oclif/plugin-help" "^2.1.0"
cli-ux "^4.8.0"
"@oclif/plugin-help" "^2.1.1"
cli-ux "^4.8.1"
debug "^3.1.0"
fs-extra "^7.0.0"
lodash "^4.17.10"
Expand Down Expand Up @@ -116,17 +116,17 @@
chalk "^2.4.1"
tslib "^1.9.3"

"@oclif/plugin-help@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-2.1.0.tgz#eb0748904558b8e379416ab3ef7bbefed2151348"
"@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"
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"
widest-line "^2.0.0"
wrap-ansi "^3.0.1"
wrap-ansi "^4.0.0"

"@oclif/plugin-legacy@^1.1.0":
version "1.1.0"
Expand Down Expand Up @@ -446,13 +446,14 @@ clean-stack@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-1.3.0.tgz#9e821501ae979986c46b1d66d2d432db2fd4ae31"

cli-ux@^4.8.0, cli-ux@^4.8.1:
version "4.8.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.8.1.tgz#aaaf3d9f0d48310955a208467800325fdeb67b7f"
cli-ux@^4.8.1:
version "4.8.2"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-4.8.2.tgz#6be3c966919727106fba875de1dc771b2567de1d"
dependencies:
"@oclif/errors" "^1.2.0"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.2"
ansi-escapes "^3.1.0"
ansi-styles "^3.2.1"
cardinal "^2.1.1"
chalk "^2.4.1"
Expand All @@ -462,7 +463,7 @@ cli-ux@^4.8.0, cli-ux@^4.8.1:
hyperlinker "^1.0.0"
indent-string "^3.2.0"
is-wsl "^1.1.0"
lodash "^4.17.10"
lodash "^4.17.11"
password-prompt "^1.0.7"
semver "^5.5.1"
strip-ansi "^4.0.0"
Expand All @@ -488,11 +489,11 @@ color-name@1.1.3:

commander@2.15.1:
version "2.15.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
resolved "http://registry.npmjs.org/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"

commander@^2.12.1:
version "2.17.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
version "2.18.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.18.0.tgz#2bf063ddee7c7891176981a2cc798e5754bc6970"

component-emitter@^1.2.1:
version "1.2.1"
Expand Down Expand Up @@ -524,7 +525,7 @@ cross-spawn@^6.0.0, cross-spawn@^6.0.5:
shebang-command "^1.2.0"
which "^1.2.9"

debug@3.1.0, debug@^3.1.0:
debug@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
Expand All @@ -536,6 +537,12 @@ debug@^2.2.0, debug@^2.3.3:
dependencies:
ms "2.0.0"

debug@^3.1.0:
version "3.2.5"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.5.tgz#c2418fbfd7a29f4d4f70ff4cea604d4b64c46407"
dependencies:
ms "^2.1.1"

decode-uri-component@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
Expand Down Expand Up @@ -1121,9 +1128,9 @@ lodash.templatesettings@^4.0.0:
dependencies:
lodash._reinterpolate "~3.0.0"

lodash@^4.17.10:
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
lodash@^4.17.10, lodash@^4.17.11:
version "4.17.11"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"

make-dir@^1.0.0:
version "1.3.0"
Expand Down Expand Up @@ -1218,6 +1225,10 @@ ms@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"

ms@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"

nanomatch@^1.2.9:
version "1.2.13"
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
Expand Down Expand Up @@ -1409,7 +1420,7 @@ qqjs@^0.3.10:

readable-stream@^2.3.0, readable-stream@^2.3.5:
version "2.3.6"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
resolved "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf"
dependencies:
core-util-is "~1.0.0"
inherits "~2.0.3"
Expand Down Expand Up @@ -1589,8 +1600,8 @@ spdx-expression-parse@^3.0.0:
spdx-license-ids "^3.0.0"

spdx-license-ids@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz#7a7cd28470cc6d3a1cfe6d66886f6bc430d3ac87"
version "3.0.1"
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.1.tgz#e2a303236cac54b04031fa7a5a79c7e701df852f"

split-string@^3.0.1, split-string@^3.0.2:
version "3.1.0"
Expand Down

0 comments on commit 17863f9

Please sign in to comment.