Skip to content

Commit

Permalink
chore(package): Update prettier-eslint-cli to version 4.4.2
Browse files Browse the repository at this point in the history
* chore(package): update prettier-eslint-cli to version 4.4.2

Closes JamesHenry#13

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
  • Loading branch information
JamesHenry committed Dec 4, 2017
1 parent 06c9397 commit 2d024f3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"husky": "^0.14.3",
"jest": "21.2.1",
"lint-staged": "6.0.0",
"prettier-eslint-cli": "4.4.0",
"prettier-eslint-cli": "4.4.2",
"semantic-release": "8.2.0",
"ts-jest": "^21.2.3",
"tslint": "^5.8.0",
Expand Down
44 changes: 9 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,9 @@ center-align@^0.1.1:
align-text "^0.1.3"
lazy-cache "^1.0.3"

chalk@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.1.0.tgz#ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e"
chalk@2.3.0, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
dependencies:
ansi-styles "^3.1.0"
escape-string-regexp "^1.0.5"
Expand All @@ -653,14 +653,6 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.0.tgz#b5ea48efc9c1793dccc9b4767c93914d3f2d52ba"
dependencies:
ansi-styles "^3.1.0"
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"

chardet@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.0.tgz#0bbe1355ac44d7a3ed4a925707c4ef70f8190f6c"
Expand Down Expand Up @@ -3427,15 +3419,15 @@ preserve@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"

prettier-eslint-cli@4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/prettier-eslint-cli/-/prettier-eslint-cli-4.4.0.tgz#3ceca9d5a207f4dde90a40545f317d6e13a3f932"
prettier-eslint-cli@4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/prettier-eslint-cli/-/prettier-eslint-cli-4.4.2.tgz#c72f5a3333a1022357474c36762d219378285a6a"
dependencies:
arrify "^1.0.1"
babel-runtime "^6.23.0"
boolify "^1.0.0"
camelcase-keys "^4.1.0"
chalk "2.1.0"
chalk "2.3.0"
common-tags "^1.4.0"
eslint "^4.5.0"
find-up "^2.1.0"
Expand All @@ -3448,7 +3440,7 @@ prettier-eslint-cli@4.4.0:
messageformat "^1.0.2"
prettier-eslint "^8.0.0"
rxjs "^5.3.0"
yargs "8.0.2"
yargs "10.0.3"

prettier-eslint@^8.0.0:
version "8.2.2"
Expand Down Expand Up @@ -4637,25 +4629,7 @@ yargs-parser@^8.0.0:
dependencies:
camelcase "^4.1.0"

yargs@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
dependencies:
camelcase "^4.1.0"
cliui "^3.2.0"
decamelize "^1.1.1"
get-caller-file "^1.0.1"
os-locale "^2.0.0"
read-pkg-up "^2.0.0"
require-directory "^2.1.1"
require-main-filename "^1.0.1"
set-blocking "^2.0.0"
string-width "^2.0.0"
which-module "^2.0.0"
y18n "^3.2.1"
yargs-parser "^7.0.0"

yargs@^10.0.3:
yargs@10.0.3, yargs@^10.0.3:
version "10.0.3"
resolved "https://registry.yarnpkg.com/yargs/-/yargs-10.0.3.tgz#6542debd9080ad517ec5048fb454efe9e4d4aaae"
dependencies:
Expand Down

0 comments on commit 2d024f3

Please sign in to comment.