Merge pull request #604 from babel/greenkeeper/chalk-2.0.0

Update chalk to the latest version 🚀
This commit is contained in:
Justin Ridgewell 2017-07-09 20:16:25 -04:00 committed by GitHub
commit 68fb475661
2 changed files with 15 additions and 1 deletions

View File

@ -29,7 +29,7 @@
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-flow": "7.0.0-alpha.12",
"babel-preset-env": "2.0.0-alpha.12",
"chalk": "^1.1.3",
"chalk": "^2.0.0",
"cross-env": "^5.0.0",
"eslint": "^4.0.0",
"eslint-config-babel": "^7.0.1",

View File

@ -1304,6 +1304,14 @@ center-align@^0.1.1:
align-text "^0.1.3"
lazy-cache "^1.0.3"
chalk@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.0.0.tgz#c25c5b823fedff921aa5d83da3ecb5392e84e533"
dependencies:
ansi-styles "^3.1.0"
escape-string-regexp "^1.0.5"
supports-color "^4.0.0"
chalk@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
@ -4054,6 +4062,12 @@ supports-color@^3.1.2, supports-color@^3.2.3:
dependencies:
has-flag "^1.0.0"
supports-color@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.0.0.tgz#33a7c680aa512c9d03ef929cacbb974d203d2790"
dependencies:
has-flag "^2.0.0"
symbol-observable@^0.2.2:
version "0.2.4"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-0.2.4.tgz#95a83db26186d6af7e7a18dbd9760a2f86d08f40"