Skip to content

Commit

Permalink
v6.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmck committed Dec 4, 2015
1 parent ae831c2 commit 7b36967
Show file tree
Hide file tree
Showing 118 changed files with 381 additions and 381 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.12
6.3.13
10 changes: 5 additions & 5 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "babel-cli",
"version": "6.3.12",
"version": "6.3.13",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.3.12",
"babel-register": "^6.3.12",
"babel-polyfill": "^6.3.12",
"babel-core": "^6.3.13",
"babel-register": "^6.3.13",
"babel-polyfill": "^6.3.13",
"babel-runtime": "^5.0.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",
Expand All @@ -30,7 +30,7 @@
"v8flags": "^2.0.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.3.12"
"babel-helper-fixtures": "^6.3.13"
},
"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.3.12",
"version": "6.3.13",
"description": "Generate errors that contain a code frame that point to source locations.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
26 changes: 13 additions & 13 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.3.12",
"version": "6.3.13",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -24,16 +24,16 @@
"test": "make test"
},
"dependencies": {
"babel-code-frame": "^6.3.12",
"babel-generator": "^6.3.12",
"babel-helpers": "^6.3.12",
"babel-messages": "^6.3.12",
"babel-template": "^6.3.12",
"babel-code-frame": "^6.3.13",
"babel-generator": "^6.3.13",
"babel-helpers": "^6.3.13",
"babel-messages": "^6.3.13",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-register": "^6.3.12",
"babel-traverse": "^6.3.12",
"babel-types": "^6.3.12",
"babylon": "^6.3.12",
"babel-register": "^6.3.13",
"babel-traverse": "^6.3.13",
"babel-types": "^6.3.13",
"babylon": "^6.3.13",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",
Expand All @@ -47,8 +47,8 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.3.12",
"babel-helper-transform-fixture-test-runner": "^6.3.12",
"babel-polyfill": "^6.3.12"
"babel-helper-fixtures": "^6.3.13",
"babel-helper-transform-fixture-test-runner": "^6.3.13",
"babel-polyfill": "^6.3.13"
}
}
10 changes: 5 additions & 5 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.3.12",
"version": "6.3.13",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.3.12",
"babel-messages": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12",
"babel-types": "^6.3.13",
"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.3.12",
"babylon": "^6.3.12"
"babel-helper-fixtures": "^6.3.13",
"babylon": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-bindify-decorators",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.12",
"babel-types": "^6.3.12"
"babel-traverse": "^6.3.13",
"babel-types": "^6.3.13"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-binary-assignment-operator-visitor",
"version": "6.3.12",
"version": "6.3.13",
"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.3.12",
"babel-helper-explode-assignable-expression": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-builder-conditional-assignment-operator-visitor",
"version": "6.3.12",
"version": "6.3.13",
"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.3.12",
"babel-helper-explode-assignable-expression": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-react-jsx",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12",
"babel-types": "^6.3.13",
"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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-traverse": "^6.3.12",
"babel-traverse": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12",
"babel-helper-hoist-variables": "^6.3.12"
"babel-types": "^6.3.13",
"babel-helper-hoist-variables": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.3.12",
"babel-helper-function-name": "^6.3.12"
"babel-types": "^6.3.13",
"babel-helper-function-name": "^6.3.13"
}
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "babel-helper-explode-assignable-expression",
"version": "6.3.12",
"version": "6.3.13",
"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.3.12",
"babel-traverse": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-explode-class",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.12",
"babel-types": "^6.3.12",
"babel-helper-bindify-decorators": "^6.3.12"
"babel-traverse": "^6.3.13",
"babel-types": "^6.3.13",
"babel-helper-bindify-decorators": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12",
"babel-traverse": "^6.3.12",
"babel-helper-get-function-arity": "^6.3.12",
"babel-template": "^6.3.12"
"babel-types": "^6.3.13",
"babel-traverse": "^6.3.13",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-hoist-variables",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-optimise-call-expression",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-helper-transform-fixture-test-runner": "^6.3.12"
"babel-helper-transform-fixture-test-runner": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-regex",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"lodash": "^3.10.0",
"babel-types": "^6.3.12"
"babel-types": "^6.3.13"
}
}
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.3.12",
"version": "6.3.13",
"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": "^5.0.0",
"babel-template": "^6.3.12",
"babel-types": "^6.3.12",
"babel-traverse": "^6.3.12",
"babel-helper-function-name": "^6.3.12"
"babel-template": "^6.3.13",
"babel-types": "^6.3.13",
"babel-traverse": "^6.3.13",
"babel-helper-function-name": "^6.3.13"
}
}

0 comments on commit 7b36967

Please sign in to comment.