Skip to content

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 20, 2018
1 parent 5bd38ba commit 3dabf24
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 72 deletions.
4 changes: 2 additions & 2 deletions package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
hiddenFromHelp: true,
},
test: {
script: series.nps('ci.mocha.nyc cross-env MOCHA_FILE="reports/mocha.xml" nps \\"test.mocha --reporter mocha-junit-reporter\\"'),
script: 'MOCHA_FILE="reports/mocha.xml" nps "ci.mocha.nyc nps \\"test.mocha --reporter mocha-junit-reporter\\""',
hiddenFromHelp: true,
},
report: {
Expand All @@ -68,7 +68,7 @@ module.exports = {
hiddenFromHelp: true,
},
release: {
script: 'yarn --frozen-lockfile && dxcli-dev-semantic-release',
script: 'dxcli-dev-semantic-release',
hiddenFromHelp: true,
},
},
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/dxcli/dev-test/issues",
"dependencies": {
"@dxcli/dev-nyc-config": "^0.0.3",
"@dxcli/engine": "^0.1.3",
"@dxcli/engine": "^0.1.5",
"@types/ansi-styles": "^2.0.30",
"@types/chai": "^4.1.1",
"@types/chai-as-promised": "^7.1.0",
Expand All @@ -25,9 +25,8 @@
"devDependencies": {
"@dxcli/dev-semantic-release": "^0.0.3",
"@dxcli/dev-tslint": "^0.0.15",
"@dxcli/version": "^0.1.3",
"@dxcli/version": "^0.1.4",
"@types/node": "^9.3.0",
"cross-env": "^5.1.3",
"eslint": "^4.16.0",
"eslint-config-dxcli": "^1.1.4",
"husky": "^0.14.3",
Expand Down
134 changes: 67 additions & 67 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# yarn lockfile v1


"@cli-engine/screen@^0.0.0":
version "0.0.0"
resolved "https://registry.yarnpkg.com/@cli-engine/screen/-/screen-0.0.0.tgz#c2e847c7d4d998490c9097282bf21637d5162116"

"@commitlint/cli@^6.0.1":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-6.0.2.tgz#378d37e92c4d97346e84c3a3d6677a62e9471d66"
Expand Down Expand Up @@ -106,7 +102,7 @@
dependencies:
find-up "^2.1.0"

"@dxcli/command@^0.1.10", "@dxcli/command@^0.1.11":
"@dxcli/command@^0.1.11":
version "0.1.11"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.11.tgz#47337cb261e563a372d2a6d02676000a204b7be1"
dependencies:
Expand All @@ -117,6 +113,16 @@
debug "^3.1.0"
http-call "^5.0.1"

"@dxcli/command@^0.1.13":
version "0.1.13"
resolved "https://registry.yarnpkg.com/@dxcli/command/-/command-0.1.13.tgz#b4dec2e629076c2b50f4cf43c9324dd6ccb98382"
dependencies:
"@dxcli/config" "^0.1.20"
"@dxcli/parser" "^0.0.3"
"@dxcli/screen" "^0.0.1"
cli-ux "^3.1.3"
debug "^3.1.0"

"@dxcli/config@^0.1.20":
version "0.1.20"
resolved "https://registry.yarnpkg.com/@dxcli/config/-/config-0.1.20.tgz#e344d15818876663505ef7adbf71afb23a89323b"
Expand Down Expand Up @@ -151,43 +157,64 @@
"@semantic-release/npm" "^2.6.1"
semantic-release "^12.2.0"

"@dxcli/dev-test@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@dxcli/dev-test/-/dev-test-0.5.1.tgz#6bb971ebbd4c247818f782ec0d9ca28782a6fb62"
dependencies:
"@dxcli/dev-nyc-config" "^0.0.3"
"@dxcli/engine" "^0.1.3"
"@types/ansi-styles" "^2.0.30"
"@types/chai" "^4.1.1"
"@types/chai-as-promised" "^7.1.0"
"@types/lodash" "^4.14.93"
"@types/mocha" "^2.2.46"
"@types/read-pkg" "^3.0.0"
"@types/strip-ansi" "^3.0.0"
chai "^4.1.2"
chai-as-promised "^7.1.1"
lodash "^4.17.4"
mocha-junit-reporter "^1.16.0"
std-mocks "^1.0.1"
strip-ansi "^4.0.0"
ts-node "^4.1.0"

"@dxcli/dev-tslint@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@dxcli/dev-tslint/-/dev-tslint-0.0.15.tgz#54dbd49deccaaaf9dc590d83894415e3fab0b0ac"
dependencies:
tslint "^5.9.1"
tslint-xo "^0.5.0"

"@dxcli/engine@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@dxcli/engine/-/engine-0.1.3.tgz#eff48f11e63ced4088eacee4bf53b3fc9d5c41fc"
"@dxcli/engine@^0.1.3", "@dxcli/engine@^0.1.5":
version "0.1.5"
resolved "https://registry.yarnpkg.com/@dxcli/engine/-/engine-0.1.5.tgz#7d576b0d15cd65a4f57035af2bead7c0c069f0c2"
dependencies:
"@dxcli/command" "^0.1.11"
"@dxcli/command" "^0.1.13"
"@dxcli/config" "^0.1.20"
"@dxcli/loader" "^0.1.3"
"@dxcli/loader" "^0.1.4"
cli-ux "^3.1.3"
debug "^3.1.0"

"@dxcli/loader@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@dxcli/loader/-/loader-0.1.3.tgz#c10da8271b0d440d75eed5ca74aeb3663fda85f9"
"@dxcli/loader@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@dxcli/loader/-/loader-0.1.4.tgz#ac8e3e02574f191158beb9c7f1661229ebe52910"
dependencies:
"@dxcli/config" "^0.1.20"
"@dxcli/manifest-file" "^0.0.1"
"@dxcli/manifest-file" "^0.0.3"
cli-ux "^3.1.3"
debug "^3.1.0"
globby "^7.1.1"
lodash "^4.17.4"

"@dxcli/manifest-file@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@dxcli/manifest-file/-/manifest-file-0.0.1.tgz#3914654ef3b3f75216eaa93da4055d64835854fc"
"@dxcli/manifest-file@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@dxcli/manifest-file/-/manifest-file-0.0.3.tgz#0bb44827b354e844f3276d4e38571104c2b8ecb2"
dependencies:
debug "^3.1.0"
fs-extra "^5.0.0"
load-json-file "^4.0.0"
lodash "^4.17.4"
rwlockfile "^2.0.20"
rwlockfile "^2.0.21"

"@dxcli/parser@^0.0.2":
version "0.0.2"
Expand All @@ -197,26 +224,29 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@dxcli/parser@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@dxcli/parser/-/parser-0.0.3.tgz#be08ac4b3809685b3351978ae702b1e14cae47fd"
dependencies:
"@dxcli/screen" "^0.0.0"
chalk "^2.3.0"
lodash "^4.17.4"

"@dxcli/screen@^0.0.0":
version "0.0.0"
resolved "https://registry.yarnpkg.com/@dxcli/screen/-/screen-0.0.0.tgz#a85f69bfb00d3961656bad5d7b12f8e603c7ce09"

"@dxcli/version@^0.1.3":
version "0.1.3"
resolved "https://registry.yarnpkg.com/@dxcli/version/-/version-0.1.3.tgz#031a0d19346b41f00794d2cf4cf972183572383c"
dependencies:
"@dxcli/command" "^0.1.10"
"@dxcli/config" "^0.1.20"
cli-ux "^3.1.2"
"@dxcli/screen@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@dxcli/screen/-/screen-0.0.1.tgz#9af4e8d0e5a9475e9e4b5f2da775b0447ff72fc2"

"@heroku-cli/color@^1.0.4":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@heroku-cli/color/-/color-1.1.1.tgz#a2c25239ff1196733a79cabc7a750cd46b96dc30"
"@dxcli/version@^0.1.4":
version "0.1.4"
resolved "https://registry.yarnpkg.com/@dxcli/version/-/version-0.1.4.tgz#6f4da6fb9e8dbb58afcc3cb73974ba32abd573d6"
dependencies:
ansi-styles "^3.2.0"
chalk "^2.3.0"
strip-ansi "^4.0.0"
supports-color "^5.1.0"
"@dxcli/command" "^0.1.11"
"@dxcli/config" "^0.1.20"
cli-ux "^3.1.3"

"@heroku/linewrap@^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -916,25 +946,7 @@ cli-table@^0.3.1:
dependencies:
colors "1.0.3"

cli-ux@^2.0.21:
version "2.1.1"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-2.1.1.tgz#07021d2b084d739af5d3c0f9d3d07673cb203947"
dependencies:
"@cli-engine/screen" "^0.0.0"
"@heroku-cli/color" "^1.0.4"
"@heroku/linewrap" "^1.0.0"
ansi-escapes "^3.0.0"
ansi-styles "^3.2.0"
cardinal "^1.0.0"
chalk "^2.3.0"
lodash "^4.17.4"
moment "^2.20.1"
password-prompt "^1.0.3"
strip-ansi "^4.0.0"
supports-color "^5.1.0"
ts-lodash "^4.0.8"

cli-ux@^3.1.2, cli-ux@^3.1.3:
cli-ux@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-3.1.3.tgz#2ec39244aacc636ca329443884e4c5f825b796d8"
dependencies:
Expand Down Expand Up @@ -3108,10 +3120,6 @@ modify-values@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.0.tgz#e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2"

moment@^2.20.1:
version "2.20.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.20.1.tgz#d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"

[email protected]:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
Expand Down Expand Up @@ -3501,7 +3509,7 @@ pascalcase@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"

password-prompt@^1.0.3, password-prompt@^1.0.4:
password-prompt@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.4.tgz#933bac8db3528fcb27e9fdbc0a6592adcbdb5ed9"
dependencies:
Expand Down Expand Up @@ -3935,14 +3943,12 @@ run-async@^2.2.0:
dependencies:
is-promise "^2.1.0"

rwlockfile@^2.0.20:
version "2.0.20"
resolved "https://registry.yarnpkg.com/rwlockfile/-/rwlockfile-2.0.20.tgz#f540ef3325cff1f0a67d47805244bdc98d2782a0"
rwlockfile@^2.0.21:
version "2.0.21"
resolved "https://registry.yarnpkg.com/rwlockfile/-/rwlockfile-2.0.21.tgz#c2eb13d77df18dbb268dcd28017df17d5a97f8a8"
dependencies:
cli-ux "^2.0.21"
fs-extra "^5.0.0"
is-process-active "^1.0.1"
tslib "^1.8.1"
uuid "^3.2.1"

rx-lite-aggregates@^4.0.8:
Expand Down Expand Up @@ -4493,12 +4499,6 @@ trim-right@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"

ts-lodash@^4.0.8:
version "4.0.11"
resolved "https://registry.yarnpkg.com/ts-lodash/-/ts-lodash-4.0.11.tgz#f668e2ad4b6cb3bcbeceb894cf0a8cde48b3cd85"
dependencies:
lodash "^4.17.4"

ts-node@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-4.1.0.tgz#36d9529c7b90bb993306c408cd07f7743de20712"
Expand Down

0 comments on commit 3dabf24

Please sign in to comment.