This commit is contained in:
Amjad Masad
2015-12-22 23:11:59 -08:00
parent ad6a28b3ed
commit ae8b7ea352
8 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.3.21",
"version": "6.3.26",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -25,15 +25,15 @@
},
"dependencies": {
"babel-code-frame": "^6.3.13",
"babel-generator": "^6.3.21",
"babel-generator": "^6.3.26",
"babel-helpers": "^6.3.13",
"babel-messages": "^6.3.13",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-register": "^6.3.13",
"babel-traverse": "^6.3.21",
"babel-traverse": "^6.3.26",
"babel-types": "^6.3.21",
"babylon": "^6.3.21",
"babylon": "^6.3.26",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",