Skip to content

Commit

Permalink
v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed May 2, 2016
1 parent 2af299f commit 05bf216
Show file tree
Hide file tree
Showing 110 changed files with 326 additions and 326 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.7
6.8.0
10 changes: 5 additions & 5 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "babel-cli",
"version": "6.7.7",
"version": "6.8.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <[email protected]>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"dependencies": {
"babel-core": "^6.7.7",
"babel-register": "^6.6.5",
"babel-polyfill": "^6.6.0",
"babel-core": "^6.8.0",
"babel-register": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-runtime": "^6.0.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",
Expand All @@ -31,7 +31,7 @@
"chokidar": "^1.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.5"
"babel-helper-fixtures": "^6.8.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-code-frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-code-frame",
"version": "6.7.7",
"version": "6.8.0",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <[email protected]>",
"homepage": "https://babeljs.io/",
Expand Down
24 changes: 12 additions & 12 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.7.7",
"version": "6.8.0",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <[email protected]>",
"homepage": "https://babeljs.io/",
Expand All @@ -24,15 +24,15 @@
"test": "make test"
},
"dependencies": {
"babel-code-frame": "^6.7.7",
"babel-generator": "^6.7.7",
"babel-helpers": "^6.6.0",
"babel-messages": "^6.7.2",
"babel-template": "^6.7.0",
"babel-code-frame": "^6.8.0",
"babel-generator": "^6.8.0",
"babel-helpers": "^6.8.0",
"babel-messages": "^6.8.0",
"babel-template": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-register": "^6.7.2",
"babel-traverse": "^6.7.6",
"babel-types": "^6.7.7",
"babel-register": "^6.8.0",
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0",
"babylon": "^6.7.0",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
Expand All @@ -47,8 +47,8 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.5",
"babel-helper-transform-fixture-test-runner": "^6.6.5",
"babel-polyfill": "^6.7.4"
"babel-helper-fixtures": "^6.8.0",
"babel-helper-transform-fixture-test-runner": "^6.8.0",
"babel-polyfill": "^6.8.0"
}
}
8 changes: 4 additions & 4 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.7.7",
"version": "6.8.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <[email protected]>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.7.2",
"babel-messages": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.7.7",
"babel-types": "^6.8.0",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
Expand All @@ -22,7 +22,7 @@
"trim-right": "^1.0.1"
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.5",
"babel-helper-fixtures": "^6.8.0",
"babylon": "^6.7.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-bindify-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-bindify-decorators",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.6.5",
"babel-types": "^6.6.5"
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.6.5",
"babel-helper-explode-assignable-expression": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5"
"babel-types": "^6.8.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-conditional-assignment-operator-visitor",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-explode-assignable-expression": "^6.6.5",
"babel-helper-explode-assignable-expression": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5"
"babel-types": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-builder-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-react-jsx",
"version": "6.7.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5",
"babel-types": "^6.8.0",
"esutils": "^2.0.0",
"lodash": "^3.10.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-helper-call-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-helper-call-delegate",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.6.5",
"babel-traverse": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5",
"babel-helper-hoist-variables": "^6.6.5"
"babel-types": "^6.8.0",
"babel-helper-hoist-variables": "^6.8.0"
}
}
6 changes: 3 additions & 3 deletions packages/babel-helper-define-map/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-helper-define-map",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.6.5",
"babel-helper-function-name": "^6.6.0"
"babel-types": "^6.8.0",
"babel-helper-function-name": "^6.8.0"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-explode-assignable-expression",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-assignable-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.6.5",
"babel-traverse": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5"
"babel-types": "^6.8.0"
}
}
8 changes: 4 additions & 4 deletions packages/babel-helper-explode-class/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-helper-explode-class",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-traverse": "^6.6.5",
"babel-types": "^6.6.5",
"babel-helper-bindify-decorators": "^6.6.5"
"babel-traverse": "^6.8.0",
"babel-types": "^6.8.0",
"babel-helper-bindify-decorators": "^6.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-fixtures",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"author": "Sebastian McKenzie <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-helper-function-name/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "babel-helper-function-name",
"version": "6.6.0",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.0",
"babel-traverse": "^6.6.0",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.6.0"
"babel-types": "^6.8.0",
"babel-traverse": "^6.8.0",
"babel-helper-get-function-arity": "^6.8.0",
"babel-template": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-get-function-arity/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "babel-helper-get-function-arity",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5"
"babel-types": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-hoist-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "babel-helper-hoist-variables",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.5"
"babel-types": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-optimise-call-expression/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "babel-helper-optimise-call-expression",
"version": "6.6.0",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-types": "^6.6.0"
"babel-types": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-plugin-test-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "babel-helper-plugin-test-runner",
"version": "6.5.0",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-helper-transform-fixture-test-runner": "^6.3.13"
"babel-helper-transform-fixture-test-runner": "^6.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-regex/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-regex",
"version": "6.6.5",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.6.5"
"babel-types": "^6.8.0"
}
}
10 changes: 5 additions & 5 deletions packages/babel-helper-remap-async-to-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.7.0",
"version": "6.8.0",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.0.0",
"babel-template": "^6.7.0",
"babel-types": "^6.7.0",
"babel-traverse": "^6.7.0",
"babel-helper-function-name": "^6.6.0"
"babel-template": "^6.8.0",
"babel-types": "^6.8.0",
"babel-traverse": "^6.8.0",
"babel-helper-function-name": "^6.8.0"
}
}
Loading

0 comments on commit 05bf216

Please sign in to comment.