Update debug to 3.0 (#6184)

This commit is contained in:
Daniel Tschinder
2017-09-01 05:30:04 +02:00
committed by Henry Zhu
parent 44f6ff5e85
commit ab30fa54cb
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
"babel-types": "7.0.0-alpha.20",
"babylon": "7.0.0-beta.22",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"debug": "^3.0.1",
"json5": "^0.5.0",
"lodash": "^4.2.0",
"micromatch": "^2.3.11",

View File

@@ -13,7 +13,7 @@
"babel-messages": "7.0.0-alpha.20",
"babel-types": "7.0.0-alpha.20",
"babylon": "7.0.0-beta.22",
"debug": "^2.2.0",
"debug": "^3.0.1",
"globals": "^10.0.0",
"invariant": "^2.2.0",
"lodash": "^4.2.0"