diff --git a/VERSION b/VERSION index 3b867ccd76..262122f679 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.0 \ No newline at end of file +5.7.1 \ No newline at end of file diff --git a/packages/babel/package.json b/packages/babel/package.json index d70573a566..052fe85c44 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "5.7.0", + "version": "5.7.1", "description": "A compiler for writing next generation JavaScript", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -42,7 +42,7 @@ "babel-plugin-runtime": "^1.0.7", "babel-plugin-undeclared-variables-check": "^1.0.2", "babel-plugin-undefined-to-void": "^1.1.6", - "babylon": "^5.6.23", + "babylon": "^5.7.1", "bluebird": "^2.9.33", "chalk": "^1.0.0", "convert-source-map": "^1.1.0", diff --git a/packages/babylon/package.json b/packages/babylon/package.json index 392ca5d5d2..a2aa542051 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "5.6.23", + "version": "5.7.1", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/",