diff --git a/VERSION b/VERSION index 6d54bbd775..7a9f89d81a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.1 \ No newline at end of file +6.0.2 \ No newline at end of file diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 8099003c8f..4ac93ca177 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "babel-cli", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn ES6 code into readable vanilla ES5 with source maps", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,8 +8,8 @@ "repository": "babel/babel", "preferGlobal": true, "dependencies": { - "babel-core": "^6.0.0", - "babel-polyfill": "^6.0.0", + "babel-core": "^6.0.2", + "babel-polyfill": "^6.0.2", "chokidar": "^1.0.0", "commander": "^2.8.1", "convert-source-map": "^1.1.0", @@ -22,7 +22,7 @@ "slash": "^1.0.0", "source-map": "^0.5.0", "v8flags": "^2.0.10", - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" }, "bin": { "babel": "./bin/babel.js", diff --git a/packages/babel-code-frame/package.json b/packages/babel-code-frame/package.json index b4ecb8a5f0..dc53d2044d 100644 --- a/packages/babel-code-frame/package.json +++ b/packages/babel-code-frame/package.json @@ -1,6 +1,6 @@ { "name": "babel-code-frame", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,7 +8,7 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", + "babel-runtime": "^6.0.2", "chalk": "^1.1.0", "esutils": "^2.0.2", "js-tokens": "^1.0.1", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 69ac17c71e..b0fd264dc5 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "babel-core", - "version": "6.0.1", + "version": "6.0.2", "description": "A compiler for writing next generation JavaScript", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -28,15 +28,15 @@ "test": "make test" }, "dependencies": { - "babel-code-frame": "^6.0.0", - "babel-generator": "^6.0.0", - "babel-helpers": "^6.0.0", - "babel-messages": "^6.0.0", - "babel-template": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-types": "^6.0.0", - "babylon": "^6.0.0", + "babel-code-frame": "^6.0.2", + "babel-generator": "^6.0.2", + "babel-helpers": "^6.0.2", + "babel-messages": "^6.0.2", + "babel-template": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-types": "^6.0.2", + "babylon": "^6.0.2", "convert-source-map": "^1.1.0", "debug": "^2.1.1", "esutils": "^2.0.0", @@ -54,6 +54,6 @@ "source-map-support": "^0.2.10" }, "devDependencies": { - "babel-polyfill": "^6.0.0" + "babel-polyfill": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index bf6b8d2b34..9a2ca06a2a 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "babel-generator", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,9 +8,9 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-messages": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0", + "babel-messages": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2", "detect-indent": "^3.0.1", "is-integer": "^1.0.4", "lodash": "^3.10.1", @@ -19,6 +19,6 @@ "trim-right": "^1.0.1" }, "devDependencies": { - "babel-helper-fixtures": "^6.0.0" + "babel-helper-fixtures": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-bindify-decorators/package.json b/packages/babel-helper-bindify-decorators/package.json index c8a4b92b22..4b0c17397c 100644 --- a/packages/babel-helper-bindify-decorators/package.json +++ b/packages/babel-helper-bindify-decorators/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-bindify-decorators", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-types": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json index d53cc45d76..4444dbb4df 100644 --- a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-builder-binary-assignment-operator-visitor", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-helper-explode-assignable-expression": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-helper-explode-assignable-expression": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json b/packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json index 9fbbe0af25..d6bbf94443 100644 --- a/packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-builder-conditional-assignment-operator-visitor", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-helper-explode-assignable-expression": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-helper-explode-assignable-expression": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-builder-react-jsx/package.json b/packages/babel-helper-builder-react-jsx/package.json index 7c9533d5b4..0536a80c30 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-builder-react-jsx", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2", "esutils": "^2.0.0", "lodash": "^3.10.0" } diff --git a/packages/babel-helper-call-delegate/package.json b/packages/babel-helper-call-delegate/package.json index a237bdadd3..9e7c392345 100644 --- a/packages/babel-helper-call-delegate/package.json +++ b/packages/babel-helper-call-delegate/package.json @@ -1,14 +1,14 @@ { "name": "babel-helper-call-delegate", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-traverse": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0", - "babel-helper-hoist-variables": "^6.0.0" + "babel-traverse": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2", + "babel-helper-hoist-variables": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index 6f26b3dc9d..1d77729c7f 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -1,14 +1,14 @@ { "name": "babel-helper-define-map", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", + "babel-runtime": "^6.0.2", "lodash": "^3.10.0", - "babel-types": "^6.0.0", - "babel-helper-function-name": "^6.0.0" + "babel-types": "^6.0.2", + "babel-helper-function-name": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-explode-assignable-expression/package.json b/packages/babel-helper-explode-assignable-expression/package.json index b868b12690..fd966fc3a4 100644 --- a/packages/babel-helper-explode-assignable-expression/package.json +++ b/packages/babel-helper-explode-assignable-expression/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-explode-assignable-expression", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-traverse": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-traverse": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-explode-class/package.json b/packages/babel-helper-explode-class/package.json index ef6c8c4322..b6a1c87f5f 100644 --- a/packages/babel-helper-explode-class/package.json +++ b/packages/babel-helper-explode-class/package.json @@ -1,14 +1,14 @@ { "name": "babel-helper-explode-class", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-types": "^6.0.0", - "babel-helper-bindify-decorators": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-types": "^6.0.2", + "babel-helper-bindify-decorators": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index 0c4d43baeb..d38a7ca8b6 100644 --- a/packages/babel-helper-fixtures/package.json +++ b/packages/babel-helper-fixtures/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-fixtures", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "license": "MIT", "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", + "babel-runtime": "^6.0.2", "lodash": "^3.10.0", "path-exists": "^1.0.0", "trim-right": "^1.0.1", diff --git a/packages/babel-helper-function-name/package.json b/packages/babel-helper-function-name/package.json index 48bc81b8f6..5c9ded6f8d 100644 --- a/packages/babel-helper-function-name/package.json +++ b/packages/babel-helper-function-name/package.json @@ -1,15 +1,15 @@ { "name": "babel-helper-function-name", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-helper-get-function-arity": "^6.0.0", - "babel-template": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-helper-get-function-arity": "^6.0.2", + "babel-template": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index 6881e94970..1eda22082d 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -1,12 +1,12 @@ { "name": "babel-helper-get-function-arity", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-hoist-variables/package.json b/packages/babel-helper-hoist-variables/package.json index 67e9acba1b..d71507ec05 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -1,12 +1,12 @@ { "name": "babel-helper-hoist-variables", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-optimise-call-expression/package.json b/packages/babel-helper-optimise-call-expression/package.json index aa4033743c..fcdd0d38fe 100644 --- a/packages/babel-helper-optimise-call-expression/package.json +++ b/packages/babel-helper-optimise-call-expression/package.json @@ -1,12 +1,12 @@ { "name": "babel-helper-optimise-call-expression", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-regex/package.json b/packages/babel-helper-regex/package.json index 258ce58a5c..2eb72c8fa4 100644 --- a/packages/babel-helper-regex/package.json +++ b/packages/babel-helper-regex/package.json @@ -1,13 +1,13 @@ { "name": "babel-helper-regex", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", + "babel-runtime": "^6.0.2", "lodash": "^3.10.0", - "babel-types": "^6.0.0" + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index 70b9336db1..ecc839eb7e 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -1,14 +1,14 @@ { "name": "babel-helper-remap-async-to-generator", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-helper-function-name": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-helper-function-name": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index 8ce5e5b450..3d5ab823fc 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -1,16 +1,16 @@ { "name": "babel-helper-replace-supers", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-helper-optimise-call-expression": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-messages": "^6.0.0", - "babel-template": "^6.0.0", - "babel-types": "^6.0.0" + "babel-helper-optimise-call-expression": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-messages": "^6.0.2", + "babel-template": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index a3092702cf..d114769ea8 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "babel-helpers", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,7 +8,7 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-template": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-template": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-messages/package.json b/packages/babel-messages/package.json index 0bce38483a..5598cd73c1 100644 --- a/packages/babel-messages/package.json +++ b/packages/babel-messages/package.json @@ -1,6 +1,6 @@ { "name": "babel-messages", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,6 +8,6 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-external-helpers-2/package.json b/packages/babel-plugin-external-helpers-2/package.json index 520cc21bc1..78f1bc2415 100644 --- a/packages/babel-plugin-external-helpers-2/package.json +++ b/packages/babel-plugin-external-helpers-2/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-external-helpers-2", - "version": "6.0.1", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-async-functions/package.json b/packages/babel-plugin-syntax-async-functions/package.json index 727e1eacb3..58187d0d86 100644 --- a/packages/babel-plugin-syntax-async-functions/package.json +++ b/packages/babel-plugin-syntax-async-functions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-async-functions", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of async functions", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-async-generators/package.json b/packages/babel-plugin-syntax-async-generators/package.json index a895ce7e8b..6b2ed26a33 100644 --- a/packages/babel-plugin-syntax-async-generators/package.json +++ b/packages/babel-plugin-syntax-async-generators/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-async-generators", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of async generator functions", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-class-constructor-call/package.json b/packages/babel-plugin-syntax-class-constructor-call/package.json index 2375d11eb0..8f65d01f54 100644 --- a/packages/babel-plugin-syntax-class-constructor-call/package.json +++ b/packages/babel-plugin-syntax-class-constructor-call/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-class-constructor-call", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of class constructor calls", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-class-properties/package.json b/packages/babel-plugin-syntax-class-properties/package.json index f3cd33112f..78be735523 100644 --- a/packages/babel-plugin-syntax-class-properties/package.json +++ b/packages/babel-plugin-syntax-class-properties/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-class-properties", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of class properties", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-decorators/package.json b/packages/babel-plugin-syntax-decorators/package.json index ceb7c2d08f..281f5b8811 100644 --- a/packages/babel-plugin-syntax-decorators/package.json +++ b/packages/babel-plugin-syntax-decorators/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-decorators", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of decorators", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-do-expressions/package.json b/packages/babel-plugin-syntax-do-expressions/package.json index 65e0dc5ccc..d01789acfd 100644 --- a/packages/babel-plugin-syntax-do-expressions/package.json +++ b/packages/babel-plugin-syntax-do-expressions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-do-expressions", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of do expressions", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-exponentiation-operator/package.json b/packages/babel-plugin-syntax-exponentiation-operator/package.json index b3eb984826..0827976510 100644 --- a/packages/babel-plugin-syntax-exponentiation-operator/package.json +++ b/packages/babel-plugin-syntax-exponentiation-operator/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-exponentiation-operator", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of the exponentiation operator", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-export-extensions/package.json b/packages/babel-plugin-syntax-export-extensions/package.json index edbfe6a756..9941a11cd2 100644 --- a/packages/babel-plugin-syntax-export-extensions/package.json +++ b/packages/babel-plugin-syntax-export-extensions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-export-extensions", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of export extensions", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-flow/package.json b/packages/babel-plugin-syntax-flow/package.json index ad231f1e2a..360cbe6361 100644 --- a/packages/babel-plugin-syntax-flow/package.json +++ b/packages/babel-plugin-syntax-flow/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-flow", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-function-bind/package.json b/packages/babel-plugin-syntax-function-bind/package.json index 9e47c752d9..94d1e310a1 100644 --- a/packages/babel-plugin-syntax-function-bind/package.json +++ b/packages/babel-plugin-syntax-function-bind/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-function-bind", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of function bind", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-jsx/package.json b/packages/babel-plugin-syntax-jsx/package.json index e2f241136e..ecda7fb95c 100644 --- a/packages/babel-plugin-syntax-jsx/package.json +++ b/packages/babel-plugin-syntax-jsx/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-jsx", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-object-rest-spread/package.json b/packages/babel-plugin-syntax-object-rest-spread/package.json index 3d2e596483..5f0bd9f61d 100644 --- a/packages/babel-plugin-syntax-object-rest-spread/package.json +++ b/packages/babel-plugin-syntax-object-rest-spread/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-object-rest-spread", - "version": "6.0.0", + "version": "6.0.2", "description": "Allow parsing of object rest/spread", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-syntax-trailing-function-commas/package.json b/packages/babel-plugin-syntax-trailing-function-commas/package.json index 4deffff3ca..e4b3ba7079 100644 --- a/packages/babel-plugin-syntax-trailing-function-commas/package.json +++ b/packages/babel-plugin-syntax-trailing-function-commas/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-syntax-trailing-function-commas", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile trailing function commas to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-async-functions/package.json b/packages/babel-plugin-transform-async-functions/package.json index 74c3b8faed..5d7ef25d55 100644 --- a/packages/babel-plugin-transform-async-functions/package.json +++ b/packages/babel-plugin-transform-async-functions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-async-functions", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile async functions to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-async-functions": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-async-functions": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-async-to-generator/package.json b/packages/babel-plugin-transform-async-to-generator/package.json index 6a337add36..ccd5b69aa3 100644 --- a/packages/babel-plugin-transform-async-to-generator/package.json +++ b/packages/babel-plugin-transform-async-to-generator/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-async-to-generator", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn async functions into ES2015 generators", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-helper-remap-async-to-generator": "^6.0.0", - "babel-plugin-syntax-async-functions": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-remap-async-to-generator": "^6.0.2", + "babel-plugin-syntax-async-functions": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-async-to-module-method/package.json b/packages/babel-plugin-transform-async-to-module-method/package.json index 11f240754c..3f7ef9428a 100644 --- a/packages/babel-plugin-transform-async-to-module-method/package.json +++ b/packages/babel-plugin-transform-async-to-module-method/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-async-to-module-method", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn async functions into a module method", "repository": "babel/babel", "license": "MIT", @@ -9,9 +9,9 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-async-functions": "^6.0.0", - "babel-helper-remap-async-to-generator": "^6.0.0", - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-async-functions": "^6.0.2", + "babel-helper-remap-async-to-generator": "^6.0.2", + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-class-constructor-call/package.json b/packages/babel-plugin-transform-class-constructor-call/package.json index 9cf7cd5de3..3be013cfb3 100644 --- a/packages/babel-plugin-transform-class-constructor-call/package.json +++ b/packages/babel-plugin-transform-class-constructor-call/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-class-construtor-call", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-template": "^6.0.0", - "babel-plugin-syntax-class-constructor-call": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-template": "^6.0.2", + "babel-plugin-syntax-class-constructor-call": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-class-properties/package.json b/packages/babel-plugin-transform-class-properties/package.json index 5328c78f92..40909c1b0f 100644 --- a/packages/babel-plugin-transform-class-properties/package.json +++ b/packages/babel-plugin-transform-class-properties/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-class-properties", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-class-properties": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-class-properties": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-decorators/package.json b/packages/babel-plugin-transform-decorators/package.json index cc3f59eaf5..2ffed6123c 100644 --- a/packages/babel-plugin-transform-decorators/package.json +++ b/packages/babel-plugin-transform-decorators/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-decorators", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile class and object decorators to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,11 +9,11 @@ "babel-plugin" ], "dependencies": { - "babel-types": "^6.0.0", - "babel-helper-define-map": "^6.0.0", - "babel-plugin-syntax-decorators": "^6.0.0", - "babel-helper-explode-class": "^6.0.0", - "babel-template": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-types": "^6.0.2", + "babel-helper-define-map": "^6.0.2", + "babel-plugin-syntax-decorators": "^6.0.2", + "babel-helper-explode-class": "^6.0.2", + "babel-template": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-do-expressions/package.json b/packages/babel-plugin-transform-do-expressions/package.json index 33bfafbe1b..2bc7bc44d9 100644 --- a/packages/babel-plugin-transform-do-expressions/package.json +++ b/packages/babel-plugin-transform-do-expressions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-do-expressions", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile do expressions to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-do-expressions": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-do-expressions": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-arrow-functions/package.json b/packages/babel-plugin-transform-es2015-arrow-functions/package.json index c4d9428991..af7dc8da79 100644 --- a/packages/babel-plugin-transform-es2015-arrow-functions/package.json +++ b/packages/babel-plugin-transform-es2015-arrow-functions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-arrow-functions", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 arrow functions to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json b/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json index a66cea48b5..0a53622a64 100644 --- a/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-block-scoped-functions", - "version": "6.0.0", + "version": "6.0.2", "description": "Babel plugin to ensure function declarations at the block level are block scoped", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-block-scoping/package.json b/packages/babel-plugin-transform-es2015-block-scoping/package.json index 8ca2dc0d78..cb65100065 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoping/package.json @@ -1,16 +1,16 @@ { "name": "babel-plugin-transform-es2015-block-scoping", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-traverse": "^6.0.0", - "babel-types": "^6.0.0", - "babel-template": "^6.0.0", + "babel-traverse": "^6.0.2", + "babel-types": "^6.0.2", + "babel-template": "^6.0.2", "lodash": "^3.10.0", - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-classes/package.json b/packages/babel-plugin-transform-es2015-classes/package.json index fa5a15002f..f1332d7920 100644 --- a/packages/babel-plugin-transform-es2015-classes/package.json +++ b/packages/babel-plugin-transform-es2015-classes/package.json @@ -1,19 +1,19 @@ { "name": "babel-plugin-transform-es2015-classes", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 classes to ES5", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-helper-optimise-call-expression": "^6.0.0", - "babel-helper-function-name": "^6.0.0", - "babel-helper-replace-supers": "^6.0.0", - "babel-template": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-helper-define-map": "^6.0.0", - "babel-messages": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-optimise-call-expression": "^6.0.2", + "babel-helper-function-name": "^6.0.2", + "babel-helper-replace-supers": "^6.0.2", + "babel-template": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-helper-define-map": "^6.0.2", + "babel-messages": "^6.0.2", + "babel-runtime": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-computed-properties/package.json b/packages/babel-plugin-transform-es2015-computed-properties/package.json index 63f37d44f1..7a89310887 100644 --- a/packages/babel-plugin-transform-es2015-computed-properties/package.json +++ b/packages/babel-plugin-transform-es2015-computed-properties/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-computed-properties", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 computed properties to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-helper-define-map": "^6.0.0", - "babel-template": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-define-map": "^6.0.2", + "babel-template": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-constants/package.json b/packages/babel-plugin-transform-es2015-constants/package.json index d1aac815ba..e809dec17b 100644 --- a/packages/babel-plugin-transform-es2015-constants/package.json +++ b/packages/babel-plugin-transform-es2015-constants/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-constants", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 constants to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-destructuring/package.json b/packages/babel-plugin-transform-es2015-destructuring/package.json index 4706a798f4..06b9d70a96 100644 --- a/packages/babel-plugin-transform-es2015-destructuring/package.json +++ b/packages/babel-plugin-transform-es2015-destructuring/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-destructuring", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 destructuring to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-for-of/package.json b/packages/babel-plugin-transform-es2015-for-of/package.json index ced85a4994..ae3e80b7b1 100644 --- a/packages/babel-plugin-transform-es2015-for-of/package.json +++ b/packages/babel-plugin-transform-es2015-for-of/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-for-of", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 for...of to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-function-name/package.json b/packages/babel-plugin-transform-es2015-function-name/package.json index e207ae3d78..3789926ad4 100644 --- a/packages/babel-plugin-transform-es2015-function-name/package.json +++ b/packages/babel-plugin-transform-es2015-function-name/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-function-name", - "version": "6.0.0", + "version": "6.0.2", "description": "Apply ES2015 function.name semantics to all functions", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-helper-function-name": "^6.0.0", - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-function-name": "^6.0.2", + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-literals/package.json b/packages/babel-plugin-transform-es2015-literals/package.json index 58c07d9a66..4a82edd27e 100644 --- a/packages/babel-plugin-transform-es2015-literals/package.json +++ b/packages/babel-plugin-transform-es2015-literals/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-literals", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 unicode string and number literals to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-modules-amd/package.json b/packages/babel-plugin-transform-es2015-modules-amd/package.json index 9eec5573eb..8fe1ad58c0 100644 --- a/packages/babel-plugin-transform-es2015-modules-amd/package.json +++ b/packages/babel-plugin-transform-es2015-modules-amd/package.json @@ -1,14 +1,14 @@ { "name": "babel-plugin-transform-es2015-modules-amd", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-plugin-transform-es2015-modules-commonjs": "^6.0.0", - "babel-template": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-transform-es2015-modules-commonjs": "^6.0.2", + "babel-template": "^6.0.2", + "babel-runtime": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json index 4511eab1cc..f72c448c35 100644 --- a/packages/babel-plugin-transform-es2015-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-es2015-modules-commonjs/package.json @@ -1,14 +1,14 @@ { "name": "babel-plugin-transform-es2015-modules-commonjs", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-template": "^6.0.0" + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-template": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-modules-systemjs/package.json b/packages/babel-plugin-transform-es2015-modules-systemjs/package.json index 3721d565ed..642bfbb4d6 100644 --- a/packages/babel-plugin-transform-es2015-modules-systemjs/package.json +++ b/packages/babel-plugin-transform-es2015-modules-systemjs/package.json @@ -1,14 +1,14 @@ { "name": "babel-plugin-transform-es2015-modules-systemjs", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-template": "^6.0.0", - "babel-helper-hoist-variables": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-template": "^6.0.2", + "babel-helper-hoist-variables": "^6.0.2", + "babel-runtime": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-modules-umd/package.json b/packages/babel-plugin-transform-es2015-modules-umd/package.json index fb95d03783..9906b6e1e7 100644 --- a/packages/babel-plugin-transform-es2015-modules-umd/package.json +++ b/packages/babel-plugin-transform-es2015-modules-umd/package.json @@ -1,14 +1,14 @@ { "name": "babel-plugin-transform-es2015-modules-umd", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-plugin-transform-es2015-modules-amd": "^6.0.0", - "babel-template": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-transform-es2015-modules-amd": "^6.0.2", + "babel-template": "^6.0.2", + "babel-runtime": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-object-super/package.json b/packages/babel-plugin-transform-es2015-object-super/package.json index 15ec2fef5b..a522f5b761 100644 --- a/packages/babel-plugin-transform-es2015-object-super/package.json +++ b/packages/babel-plugin-transform-es2015-object-super/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-object-super", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 object super to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-helper-replace-supers": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-replace-supers": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-parameters/package.json b/packages/babel-plugin-transform-es2015-parameters/package.json index 288c298ec5..c1bac177b5 100644 --- a/packages/babel-plugin-transform-es2015-parameters/package.json +++ b/packages/babel-plugin-transform-es2015-parameters/package.json @@ -1,17 +1,17 @@ { "name": "babel-plugin-transform-es2015-parameters", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 default and rest parameters to ES5", "repository": "babel/babel", "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-traverse": "^6.0.0", - "babel-helper-call-delegate": "^6.0.0", - "babel-helper-get-function-arity": "^6.0.0", - "babel-template": "^6.0.0", - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-traverse": "^6.0.2", + "babel-helper-call-delegate": "^6.0.2", + "babel-helper-get-function-arity": "^6.0.2", + "babel-template": "^6.0.2", + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2" }, "keywords": [ "babel-plugin" diff --git a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json index f62a33d9db..ba3ad23b08 100644 --- a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json +++ b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-shorthand-properties", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 shorthand properties to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-spread/package.json b/packages/babel-plugin-transform-es2015-spread/package.json index 42e3a72379..684bc517e7 100644 --- a/packages/babel-plugin-transform-es2015-spread/package.json +++ b/packages/babel-plugin-transform-es2015-spread/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-spread", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 spread to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-sticky-regex/package.json b/packages/babel-plugin-transform-es2015-sticky-regex/package.json index 823fa43a33..b6518aa5ba 100644 --- a/packages/babel-plugin-transform-es2015-sticky-regex/package.json +++ b/packages/babel-plugin-transform-es2015-sticky-regex/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-sticky-regex", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-helper-regex": "^6.0.0", - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-regex": "^6.0.2", + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-template-literals/package.json b/packages/babel-plugin-transform-es2015-template-literals/package.json index 6a78dc5570..2466748cd8 100644 --- a/packages/babel-plugin-transform-es2015-template-literals/package.json +++ b/packages/babel-plugin-transform-es2015-template-literals/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-template-literals", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 template literals to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-typeof-symbol/package.json b/packages/babel-plugin-transform-es2015-typeof-symbol/package.json index a3222679da..63b6edd490 100644 --- a/packages/babel-plugin-transform-es2015-typeof-symbol/package.json +++ b/packages/babel-plugin-transform-es2015-typeof-symbol/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-typeof-symbol", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es2015-unicode-regex/package.json b/packages/babel-plugin-transform-es2015-unicode-regex/package.json index 8d2afa965d..57b36fd916 100644 --- a/packages/babel-plugin-transform-es2015-unicode-regex/package.json +++ b/packages/babel-plugin-transform-es2015-unicode-regex/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es2015-unicode-regex", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES2015 unicode regex to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-helper-regex": "^6.0.0", + "babel-helper-regex": "^6.0.2", "regexpu": "^1.1.2", - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es3-member-expression-literals/package.json b/packages/babel-plugin-transform-es3-member-expression-literals/package.json index d96ccd5909..3847b9e94a 100644 --- a/packages/babel-plugin-transform-es3-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-es3-member-expression-literals/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es3-member-expression-literals", - "version": "6.0.0", + "version": "6.0.2", "description": "Ensure that reserved words are quoted in property accesses", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es3-property-literals/package.json b/packages/babel-plugin-transform-es3-property-literals/package.json index f6ea1bd454..dd8d8e97a4 100644 --- a/packages/babel-plugin-transform-es3-property-literals/package.json +++ b/packages/babel-plugin-transform-es3-property-literals/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es3-property-literals", - "version": "6.0.0", + "version": "6.0.2", "description": "Ensure that reserved words are quoted in object property keys", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-es5-property-mutators/package.json b/packages/babel-plugin-transform-es5-property-mutators/package.json index 858f32f694..11b38ca4a6 100644 --- a/packages/babel-plugin-transform-es5-property-mutators/package.json +++ b/packages/babel-plugin-transform-es5-property-mutators/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-es5-property-mutators", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-helper-define-map": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-helper-define-map": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-eval/package.json b/packages/babel-plugin-transform-eval/package.json index 8e73269d19..746f600e59 100644 --- a/packages/babel-plugin-transform-eval/package.json +++ b/packages/babel-plugin-transform-eval/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-eval", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile eval calls with string literals", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-exponentiation-operator/package.json b/packages/babel-plugin-transform-exponentiation-operator/package.json index d36f8b1cd7..f200caa040 100644 --- a/packages/babel-plugin-transform-exponentiation-operator/package.json +++ b/packages/babel-plugin-transform-exponentiation-operator/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-exponentiation-operator", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile exponentiation operator to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-exponentiation-operator": "^6.0.0", - "babel-helper-builder-binary-assignment-operator-visitor": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-exponentiation-operator": "^6.0.2", + "babel-helper-builder-binary-assignment-operator-visitor": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-export-extensions/package.json b/packages/babel-plugin-transform-export-extensions/package.json index 22ea42cc0d..601568186f 100644 --- a/packages/babel-plugin-transform-export-extensions/package.json +++ b/packages/babel-plugin-transform-export-extensions/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-export-extensions", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile export extensions to ES2015", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-export-extensions": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-export-extensions": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index ec9e17f233..80782a0cb1 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-flow-strip-types", - "version": "6.0.0", + "version": "6.0.2", "description": "Strip flow type annotations from your output code.", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0", - "babel-plugin-syntax-flow": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-plugin-syntax-flow": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-function-bind/package.json b/packages/babel-plugin-transform-function-bind/package.json index 5eb49f5102..ec9ca9b8c0 100644 --- a/packages/babel-plugin-transform-function-bind/package.json +++ b/packages/babel-plugin-transform-function-bind/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-function-bind", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile function bind operator to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-function-bind": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-function-bind": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-inline-environment-variables/package.json b/packages/babel-plugin-transform-inline-environment-variables/package.json index 2f20894702..cc0202d2b7 100644 --- a/packages/babel-plugin-transform-inline-environment-variables/package.json +++ b/packages/babel-plugin-transform-inline-environment-variables/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-inline-environment-variables", - "version": "6.0.0", + "version": "6.0.2", "description": "Inline environment variables", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-jscript/package.json b/packages/babel-plugin-transform-jscript/package.json index f30066558b..e8aba4b6de 100644 --- a/packages/babel-plugin-transform-jscript/package.json +++ b/packages/babel-plugin-transform-jscript/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-jscript", - "version": "6.0.0", + "version": "6.0.2", "description": "Babel plugin to fix buggy JScript named function expressions", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-member-expression-literals/package.json b/packages/babel-plugin-transform-member-expression-literals/package.json index b42589afa5..020610b202 100644 --- a/packages/babel-plugin-transform-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-member-expression-literals/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-member-expression-literals", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn valid member expression property literals into plain identifiers", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-merge-sibling-variables/package.json b/packages/babel-plugin-transform-merge-sibling-variables/package.json index 0155f36bf6..981240b45a 100644 --- a/packages/babel-plugin-transform-merge-sibling-variables/package.json +++ b/packages/babel-plugin-transform-merge-sibling-variables/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-merge-sibling-variables", - "version": "6.0.0", + "version": "6.0.2", "description": "Merge sibling variables into one.", "repository": "babel-plugin-transform-merge-sibling-variables", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-minify-booleans/package.json b/packages/babel-plugin-transform-minify-booleans/package.json index 296cb35ea4..2be77abf15 100644 --- a/packages/babel-plugin-transform-minify-booleans/package.json +++ b/packages/babel-plugin-transform-minify-booleans/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-minify-booleans", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn boolean literals into !0 for true and !1 for false.", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-node-env-inline/package.json b/packages/babel-plugin-transform-node-env-inline/package.json index d04a059095..3e3de39d09 100644 --- a/packages/babel-plugin-transform-node-env-inline/package.json +++ b/packages/babel-plugin-transform-node-env-inline/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-node-env-inline", - "version": "6.0.0", + "version": "6.0.2", "description": "", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-object-assign/package.json b/packages/babel-plugin-transform-object-assign/package.json index caa3c1cade..300bad221d 100644 --- a/packages/babel-plugin-transform-object-assign/package.json +++ b/packages/babel-plugin-transform-object-assign/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-object-assign", - "version": "6.0.0", + "version": "6.0.2", "description": "Replace Object.assign with an inline helper", "author": "Jed Watson", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-object-rest-spread/package.json b/packages/babel-plugin-transform-object-rest-spread/package.json index 22f5f08e7a..08f5f6089a 100644 --- a/packages/babel-plugin-transform-object-rest-spread/package.json +++ b/packages/babel-plugin-transform-object-rest-spread/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-object-rest-spread", - "version": "6.0.0", + "version": "6.0.2", "description": "Compile object rest and spread to ES5", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-plugin-syntax-object-rest-spread": "^6.0.0", - "babel-runtime": "^6.0.0" + "babel-plugin-syntax-object-rest-spread": "^6.0.2", + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json index ba362410d9..eedba2ae3b 100644 --- a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json +++ b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-object-set-prototype-of-to-assign", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn Object.setPrototypeOf to assignments", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-property-literals/package.json b/packages/babel-plugin-transform-property-literals/package.json index 2fc46eebe3..e04594a7c8 100644 --- a/packages/babel-plugin-transform-property-literals/package.json +++ b/packages/babel-plugin-transform-property-literals/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-property-literals", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn valid property key literals to plain identifiers", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-proto-to-assign/package.json b/packages/babel-plugin-transform-proto-to-assign/package.json index ec365086c7..7129566097 100644 --- a/packages/babel-plugin-transform-proto-to-assign/package.json +++ b/packages/babel-plugin-transform-proto-to-assign/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-proto-to-assign", - "version": "6.0.0", + "version": "6.0.2", "description": "Babel plugin for turning __proto__ into a shallow property clone", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0", + "babel-runtime": "^6.0.2", "lodash": "^3.9.3" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-react-constant-elements/package.json b/packages/babel-plugin-transform-react-constant-elements/package.json index f976c59cb1..8c27b7669d 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-constant-elements", - "version": "6.0.0", + "version": "6.0.2", "description": "Treat React JSX elements as value types and hoist them to the highest scope", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-react-display-name/package.json b/packages/babel-plugin-transform-react-display-name/package.json index 1f51c14875..264dca4244 100644 --- a/packages/babel-plugin-transform-react-display-name/package.json +++ b/packages/babel-plugin-transform-react-display-name/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-display-name", - "version": "6.0.0", + "version": "6.0.2", "description": "Add displayName to React.createClass calls", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-react-inline-elements/package.json b/packages/babel-plugin-transform-react-inline-elements/package.json index 28ea0159f5..98c125ec84 100644 --- a/packages/babel-plugin-transform-react-inline-elements/package.json +++ b/packages/babel-plugin-transform-react-inline-elements/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-inline-elements", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn JSX elements into exploded React objects", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-react-jsx-compat/package.json b/packages/babel-plugin-transform-react-jsx-compat/package.json index 5aa55d9b02..b4c23396ba 100644 --- a/packages/babel-plugin-transform-react-jsx-compat/package.json +++ b/packages/babel-plugin-transform-react-jsx-compat/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-jsx-compat", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn JSX into React Pre-0.12 function calls", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0", - "babel-helper-builder-react-jsx": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-helper-builder-react-jsx": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 07a994603b..d2a1f6c937 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-react-jsx", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn JSX into React function calls", "repository": "babel/babel", "license": "MIT", @@ -9,8 +9,8 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0", - "babel-helper-builder-react-jsx": "^6.0.0", - "babel-plugin-syntax-jsx": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-helper-builder-react-jsx": "^6.0.2", + "babel-plugin-syntax-jsx": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-regenerator/package.json b/packages/babel-plugin-transform-regenerator/package.json index d0cc037e83..d22a772485 100644 --- a/packages/babel-plugin-transform-regenerator/package.json +++ b/packages/babel-plugin-transform-regenerator/package.json @@ -1,4 +1,4 @@ { "name": "babel-plugin-transform-regenerator", - "version": "6.0.0" + "version": "6.0.2" } \ No newline at end of file diff --git a/packages/babel-plugin-transform-remove-console/package.json b/packages/babel-plugin-transform-remove-console/package.json index 88ddee2ecb..171d928312 100644 --- a/packages/babel-plugin-transform-remove-console/package.json +++ b/packages/babel-plugin-transform-remove-console/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-remove-console", - "version": "6.0.0", + "version": "6.0.2", "description": "Remove console.* calls", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-remove-debugger/package.json b/packages/babel-plugin-transform-remove-debugger/package.json index e8ca3b599d..f672724be0 100644 --- a/packages/babel-plugin-transform-remove-debugger/package.json +++ b/packages/babel-plugin-transform-remove-debugger/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-remove-debugger", - "version": "6.0.0", + "version": "6.0.2", "description": "Remove debugger statements", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 49ddc85063..63dc83df84 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-runtime", - "version": "6.0.0", + "version": "6.0.2", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-simplify-comparison-operators/package.json b/packages/babel-plugin-transform-simplify-comparison-operators/package.json index 33dd9d6f4f..87879f657c 100644 --- a/packages/babel-plugin-transform-simplify-comparison-operators/package.json +++ b/packages/babel-plugin-transform-simplify-comparison-operators/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-simplify-comparison-operators", - "version": "6.0.0", + "version": "6.0.2", "description": "Convert === and !== to == and != if their types are inferred to be the same.", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-strict-mode/package.json b/packages/babel-plugin-transform-strict-mode/package.json index a56ab16b65..9cdd59e4c6 100644 --- a/packages/babel-plugin-transform-strict-mode/package.json +++ b/packages/babel-plugin-transform-strict-mode/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-strict-mode", - "version": "6.0.0", + "version": "6.0.2", "description": "TODO", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0" + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-transform-undefined-to-void/package.json b/packages/babel-plugin-transform-undefined-to-void/package.json index 47c29a7179..f23d678d43 100644 --- a/packages/babel-plugin-transform-undefined-to-void/package.json +++ b/packages/babel-plugin-transform-undefined-to-void/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-transform-undefined-to-void", - "version": "6.0.0", + "version": "6.0.2", "description": "Replace references to `undefined` with `void 0`", "repository": "babel/babel", "license": "MIT", @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-plugin-undeclared-variables-check/package.json b/packages/babel-plugin-undeclared-variables-check/package.json index b786b15566..8e48e6a930 100644 --- a/packages/babel-plugin-undeclared-variables-check/package.json +++ b/packages/babel-plugin-undeclared-variables-check/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-undeclared-variables-check", - "version": "6.0.0", + "version": "6.0.2", "description": "Throw a compile-time error on references to undeclared variables", "repository": "babel/babel", "license": "MIT", @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.0", + "babel-runtime": "^6.0.2", "leven": "^1.0.2" } } \ No newline at end of file diff --git a/packages/babel-polyfill/package.json b/packages/babel-polyfill/package.json index 9276d8bc94..81cc7be7e3 100644 --- a/packages/babel-polyfill/package.json +++ b/packages/babel-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "babel-polyfill", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -10,6 +10,6 @@ "dependencies": { "core-js": "^1.0.1", "regenerator": "^0.8.36", - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-preset-es2015/package.json b/packages/babel-preset-es2015/package.json index 515c1776ec..ce48daac76 100644 --- a/packages/babel-preset-es2015/package.json +++ b/packages/babel-preset-es2015/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-es2015", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,24 +8,24 @@ "repository": "babel/babel", "main": "index.js", "dependencies": { - "babel-plugin-transform-es2015-template-literals": "^6.0.0", - "babel-plugin-transform-es2015-literals": "^6.0.0", - "babel-plugin-transform-es2015-function-name": "^6.0.0", - "babel-plugin-transform-es2015-arrow-functions": "^6.0.0", - "babel-plugin-transform-es2015-block-scoped-functions": "^6.0.0", - "babel-plugin-transform-es2015-classes": "^6.0.0", - "babel-plugin-transform-es2015-object-super": "^6.0.0", - "babel-plugin-transform-es2015-shorthand-properties": "^6.0.0", - "babel-plugin-transform-es2015-computed-properties": "^6.0.0", - "babel-plugin-transform-es2015-for-of": "^6.0.0", - "babel-plugin-transform-es2015-sticky-regex": "^6.0.0", - "babel-plugin-transform-es2015-unicode-regex": "^6.0.0", - "babel-plugin-transform-es2015-constants": "^6.0.0", - "babel-plugin-transform-es2015-spread": "^6.0.0", - "babel-plugin-transform-es2015-parameters": "^6.0.0", - "babel-plugin-transform-es2015-destructuring": "^6.0.0", - "babel-plugin-transform-es2015-block-scoping": "^6.0.0", - "babel-plugin-transform-es2015-typeof-symbol": "^6.0.0", - "babel-plugin-transform-regenerator": "^6.0.0" + "babel-plugin-transform-es2015-template-literals": "^6.0.2", + "babel-plugin-transform-es2015-literals": "^6.0.2", + "babel-plugin-transform-es2015-function-name": "^6.0.2", + "babel-plugin-transform-es2015-arrow-functions": "^6.0.2", + "babel-plugin-transform-es2015-block-scoped-functions": "^6.0.2", + "babel-plugin-transform-es2015-classes": "^6.0.2", + "babel-plugin-transform-es2015-object-super": "^6.0.2", + "babel-plugin-transform-es2015-shorthand-properties": "^6.0.2", + "babel-plugin-transform-es2015-computed-properties": "^6.0.2", + "babel-plugin-transform-es2015-for-of": "^6.0.2", + "babel-plugin-transform-es2015-sticky-regex": "^6.0.2", + "babel-plugin-transform-es2015-unicode-regex": "^6.0.2", + "babel-plugin-transform-es2015-constants": "^6.0.2", + "babel-plugin-transform-es2015-spread": "^6.0.2", + "babel-plugin-transform-es2015-parameters": "^6.0.2", + "babel-plugin-transform-es2015-destructuring": "^6.0.2", + "babel-plugin-transform-es2015-block-scoping": "^6.0.2", + "babel-plugin-transform-es2015-typeof-symbol": "^6.0.2", + "babel-plugin-transform-regenerator": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-preset-react/package.json b/packages/babel-preset-react/package.json index 6b6351f73c..331bb84bc6 100644 --- a/packages/babel-preset-react/package.json +++ b/packages/babel-preset-react/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-react", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,9 +8,9 @@ "repository": "babel/babel", "main": "index.js", "dependencies": { - "babel-plugin-syntax-flow": "^6.0.0", - "babel-plugin-syntax-jsx": "^6.0.0", - "babel-plugin-transform-react-jsx": "^6.0.0", - "babel-plugin-transform-flow-strip-types": "^6.0.0" + "babel-plugin-syntax-flow": "^6.0.2", + "babel-plugin-syntax-jsx": "^6.0.2", + "babel-plugin-transform-react-jsx": "^6.0.2", + "babel-plugin-transform-flow-strip-types": "^6.0.2" } } \ No newline at end of file diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 219781107b..f2d865348b 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "babel-runtime", - "version": "6.0.0", + "version": "6.0.2", "description": "babel selfContained runtime", "license": "MIT", "repository": "babel/babel", @@ -9,9 +9,9 @@ "core-js": "^1.0.0" }, "devDependencies": { - "babel-helpers": "^6.0.0", + "babel-helpers": "^6.0.2", "babel-plugin-runtime": "^1.0.7", - "babel-template": "^6.0.0", + "babel-template": "^6.0.2", "regenerator": "^0.8.34" } } \ No newline at end of file diff --git a/packages/babel-template/package.json b/packages/babel-template/package.json index d418921c8b..d3d64d2e7b 100644 --- a/packages/babel-template/package.json +++ b/packages/babel-template/package.json @@ -1,6 +1,6 @@ { "name": "babel-template", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,10 +8,10 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babylon": "^6.0.0", - "babel-traverse": "^6.0.0", - "babel-types": "^6.0.0", - "babel-runtime": "^6.0.0", + "babylon": "^6.0.2", + "babel-traverse": "^6.0.2", + "babel-types": "^6.0.2", + "babel-runtime": "^6.0.2", "lodash": "^3.10.1" } } \ No newline at end of file diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 80d5501c56..769e1e70ca 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "babel-traverse", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,11 +8,11 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-code-frame": "^6.0.0", - "babel-messages": "^6.0.0", - "babel-runtime": "^6.0.0", - "babel-types": "^6.0.0", - "babylon": "^6.0.0", + "babel-code-frame": "^6.0.2", + "babel-messages": "^6.0.2", + "babel-runtime": "^6.0.2", + "babel-types": "^6.0.2", + "babylon": "^6.0.2", "globals": "^8.3.0", "invariant": "^2.1.0", "lodash": "^3.10.1", diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index f0a2264c80..03e336aea1 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "babel-types", - "version": "6.0.0", + "version": "6.0.2", "description": "", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,8 +8,8 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0", - "babel-traverse": "^6.0.0", + "babel-runtime": "^6.0.2", + "babel-traverse": "^6.0.2", "esutils": "^2.0.2", "lodash": "^3.10.1", "to-fast-properties": "^1.0.1" diff --git a/packages/babel/package.json b/packages/babel/package.json index 813eceaf3e..565d85adbb 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "6.0.0", + "version": "6.0.2", "description": "Turn ES6 code into readable vanilla ES5 with source maps", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", diff --git a/packages/babylon/package.json b/packages/babylon/package.json index 4116c272f2..da4a2899a2 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -1,6 +1,6 @@ { "name": "babylon", - "version": "6.0.0", + "version": "6.0.2", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -8,7 +8,7 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.0" + "babel-runtime": "^6.0.2" }, "bin": { "babylon": "./bin/babylon.js"