mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 21:25:51 +08:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user