bump ansi-styles

the gray alias is now in ansi-styles
This commit is contained in:
Sindre Sorhus 2014-11-23 18:56:00 +07:00
parent 0f22588c59
commit 21143174c4
3 changed files with 8 additions and 8 deletions

View file

@ -40,14 +40,14 @@
"text"
],
"dependencies": {
"ansi-styles": "^1.1.0",
"ansi-styles": "^2.0.0",
"escape-string-regexp": "^1.0.1",
"has-ansi": "^1.0.0",
"strip-ansi": "^2.0.0",
"supports-color": "^1.0.0"
"supports-color": "^1.2.0"
},
"devDependencies": {
"matcha": "^0.5.0",
"matcha": "^0.6.0",
"mocha": "*"
}
}