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

Commit

Permalink
fix: updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 12, 2018
1 parent 9343ba2 commit d6aef92
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"chalk": "^2.4.1",
"clean-stack": "^1.3.0",
"extract-stack": "^1.0.0",
"fs-extra": "^6.0.0",
"fs-extra": "^6.0.1",
"hyperlinker": "^1.0.0",
"indent-string": "^3.2.0",
"lodash": "^4.17.10",
"password-prompt": "^1.0.5",
"password-prompt": "^1.0.6",
"semver": "^5.5.0",
"strip-ansi": "^4.0.0",
"supports-color": "^5.4.0",
"supports-hyperlinks": "^1.0.1"
},
"devDependencies": {
"@oclif/errors": "^1.0.9",
"@oclif/errors": "^1.1.1",
"@oclif/tslint": "^1.1.1",
"@types/ansi-styles": "^2.0.30",
"@types/ansi-styles": "^3.2.0",
"@types/chai": "^4.1.3",
"@types/clean-stack": "^1.3.0",
"@types/extract-stack": "^1.0.0",
"@types/fs-extra": "^5.0.2",
"@types/indent-string": "^3.0.0",
"@types/lodash": "^4.14.108",
"@types/mocha": "^5.2.0",
"@types/node": "^10.0.4",
"@types/node": "^10.0.8",
"@types/semver": "^5.5.0",
"@types/strip-ansi": "^3.0.0",
"@types/supports-color": "^5.3.0",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"eslint": "^4.19.1",
"eslint-config-oclif": "^1.4.0",
"fancy-test": "^1.0.6",
"fancy-test": "^1.0.8",
"husky": "^0.14.3",
"mocha": "^5.1.1",
"ts-node": "^6.0.3",
Expand Down
44 changes: 25 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# yarn lockfile v1


"@oclif/errors@^1.0.9":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.0.9.tgz#6fe3afd8e7683c436df63674550899adec10c81c"
"@oclif/errors@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.1.1.tgz#2ff4ea9043491ae548e0c8545b91e260c6c0d64f"
dependencies:
clean-stack "^1.3.0"
fs-extra "^6.0.0"
fs-extra "^6.0.1"
indent-string "^3.2.0"
strip-ansi "^4.0.0"
wrap-ansi "^3.0.1"
Expand All @@ -26,9 +26,11 @@
dependencies:
tslint-xo "^0.7.2"

"@types/ansi-styles@^2.0.30":
version "2.0.30"
resolved "https://registry.yarnpkg.com/@types/ansi-styles/-/ansi-styles-2.0.30.tgz#9a645299020a224afc6a8cd055195850b3c2af85"
"@types/ansi-styles@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@types/ansi-styles/-/ansi-styles-3.2.0.tgz#fc9622eeed20a4d92bc5c28cb3507b748a4c7eba"
dependencies:
"@types/color-name" "*"

"@types/chai@^4.1.3":
version "4.1.3"
Expand All @@ -38,6 +40,10 @@
version "1.3.0"
resolved "https://registry.yarnpkg.com/@types/clean-stack/-/clean-stack-1.3.0.tgz#f8e4f4fd858cb9005300eaf30af418ff1a30f566"

"@types/color-name@*":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.0.tgz#926f76f7e66f49cc59ad880bb15b030abbf0b66d"

"@types/extract-stack@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/extract-stack/-/extract-stack-1.0.0.tgz#f71838de5f647832d0ece7a6c54d738752db3972"
Expand All @@ -64,9 +70,9 @@
version "9.4.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.5.tgz#d2a90c634208173d1b1a0a6ba9f1df3de62edcf5"

"@types/node@^10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.4.tgz#130598ee56e9a1210a53f557d64935571f05390d"
"@types/node@^10.0.8":
version "10.0.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.8.tgz#37b4d91d4e958e4c2ba0be2b86e7ed4ff19b0858"

"@types/semver@^5.5.0":
version "5.5.0"
Expand Down Expand Up @@ -588,9 +594,9 @@ extract-stack@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"

fancy-test@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.6.tgz#e0a061ecdcfb9d8fbea1f86375ed26e258ed7243"
fancy-test@^1.0.8:
version "1.0.8"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-1.0.8.tgz#d66a5ffab73a0792bf3c8404812c5a774f0e3180"
dependencies:
lodash "^4.17.10"
stdout-stderr "^0.1.9"
Expand Down Expand Up @@ -629,9 +635,9 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"

fs-extra@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
fs-extra@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
Expand Down Expand Up @@ -985,9 +991,9 @@ os-tmpdir@~1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"

password-prompt@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.5.tgz#d2f2effd89bf26d359c87a4678339804ce782b87"
password-prompt@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.0.6.tgz#d657a16c80ae3932f55f38a51fee9f872a8e9b17"
dependencies:
ansi-escapes "^3.1.0"
cross-spawn "^6.0.5"
Expand Down

0 comments on commit d6aef92

Please sign in to comment.