Bump dependencies (#3785)

* Bump dependencies

* Use a more sensible way to compile error overlay

* Keep old chalk for global CLI
This commit is contained in:
Dan Abramov
2018-01-14 13:35:20 +00:00
committed by Joe Haddad
parent 1013927a38
commit ea46cf4f36
6 changed files with 63 additions and 52 deletions

View File

@@ -37,22 +37,22 @@
],
"dependencies": {
"address": "1.0.3",
"@babel/code-frame": "7.0.0-beta.36",
"chalk": "1.1.3",
"@babel/code-frame": "7.0.0-beta.37",
"chalk": "2.3.0",
"cross-spawn": "5.1.0",
"detect-port-alt": "1.1.5",
"escape-string-regexp": "1.0.5",
"filesize": "3.5.11",
"global-modules": "1.0.0",
"gzip-size": "3.0.0",
"inquirer": "3.3.0",
"gzip-size": "4.1.0",
"inquirer": "5.0.0",
"is-root": "1.0.0",
"opn": "5.2.0",
"react-error-overlay": "^4.0.0",
"recursive-readdir": "2.2.1",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.4",
"strip-ansi": "3.0.1",
"strip-ansi": "4.0.0",
"text-table": "0.2.0"
},
"devDependencies": {