This commit is contained in:
Amjad Masad
2016-01-13 21:56:22 -08:00
parent 1e58139179
commit 3f2a445c9a
10 changed files with 13 additions and 13 deletions

View File

@@ -1 +1 @@
6.4.2
6.4.3

View File

@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.4.2",
"version": "6.4.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -13,7 +13,7 @@
"dependencies": {
"babel-messages": "^6.3.18",
"babel-runtime": "^5.0.0",
"babel-types": "^6.4.1",
"babel-types": "^6.4.3",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-modules-amd",
"version": "6.4.0",
"version": "6.4.3",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-amd",
"license": "MIT",

View File

@@ -1,12 +1,12 @@
{
"name": "babel-plugin-transform-es2015-modules-umd",
"version": "6.4.0",
"version": "6.4.3",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-modules-umd",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-plugin-transform-es2015-modules-amd": "^6.4.0",
"babel-plugin-transform-es2015-modules-amd": "^6.4.3",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0"
},

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-typeof-symbol",
"version": "6.4.0",
"version": "6.4.3",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-typeof-symbol",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-unicode-regex",
"version": "6.3.13",
"version": "6.4.3",
"description": "Compile ES2015 unicode regex to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-unicode-regex",
"license": "MIT",

View File

@@ -2,7 +2,7 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.3.26",
"version": "6.4.3",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
@@ -12,7 +12,7 @@
"babel-core": "^6.3.26",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.26",
"babel-types": "^6.3.18",
"babel-types": "^6.4.3",
"babylon": "^6.3.26",
"private": "~0.1.5"
},

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-runtime",
"version": "6.4.0",
"version": "6.4.3",
"description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-register",
"version": "6.3.13",
"version": "6.4.3",
"description": "babel require hook",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.4.1",
"version": "6.4.3",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",