supports-color@3.1.1
Currently chalk breaks when run in Electron's renderer. Upgrading to `supports-color@3.1.1` fixes the issue.
This commit is contained in:
parent
14603cd0f5
commit
a3f232b62d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
"escape-string-regexp": "^1.0.2",
|
||||
"has-ansi": "^2.0.0",
|
||||
"strip-ansi": "^3.0.0",
|
||||
"supports-color": "^2.0.0"
|
||||
"supports-color": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue