upgrade core-js

This commit is contained in:
Sebastian McKenzie 2015-02-14 22:56:49 +11:00
parent 2a2dff0eaf
commit 602c5e0ca0
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@
_Note: Gaps between patch versions are faulty/broken releases._ _Note: Gaps between patch versions are faulty/broken releases._
## 3.6.5
* **Internal**
* Upgrade `core-js`.
* **New Feature**
* Add `validation.react` transformer.
## 3.6.4 ## 3.6.4
* **New Feature** * **New Feature**

View File

@ -38,7 +38,7 @@
"chalk": "^0.5.1", "chalk": "^0.5.1",
"chokidar": "0.12.6", "chokidar": "0.12.6",
"commander": "2.6.0", "commander": "2.6.0",
"core-js": "^0.5.2", "core-js": "^0.5.3",
"debug": "^2.1.1", "debug": "^2.1.1",
"detect-indent": "3.0.0", "detect-indent": "3.0.0",
"estraverse": "1.9.1", "estraverse": "1.9.1",