diff --git a/packages/babel-helper-bindify-decorators/package.json b/packages/babel-helper-bindify-decorators/package.json index 4b0c17397c..b45827fec1 100644 --- a/packages/babel-helper-bindify-decorators/package.json +++ b/packages/babel-helper-bindify-decorators/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-traverse": "^6.0.2", "babel-types": "^6.0.2" } 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 4444dbb4df..a1b2cc5374 100644 --- a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json @@ -7,7 +7,7 @@ "main": "lib/index.js", "dependencies": { "babel-helper-explode-assignable-expression": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 d6bbf94443..0e1826c92d 100644 --- a/packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-conditional-assignment-operator-visitor/package.json @@ -7,7 +7,7 @@ "main": "lib/index.js", "dependencies": { "babel-helper-explode-assignable-expression": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 0536a80c30..146a195895 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 9e7c392345..a3c2461591 100644 --- a/packages/babel-helper-call-delegate/package.json +++ b/packages/babel-helper-call-delegate/package.json @@ -7,7 +7,7 @@ "main": "lib/index.js", "dependencies": { "babel-traverse": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-types": "^6.0.2", "babel-helper-hoist-variables": "^6.0.2" } diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index 1d77729c7f..65769f4d3c 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "lodash": "^3.10.0", "babel-types": "^6.0.2", "babel-helper-function-name": "^6.0.2" diff --git a/packages/babel-helper-explode-assignable-expression/package.json b/packages/babel-helper-explode-assignable-expression/package.json index fd966fc3a4..770cc85fac 100644 --- a/packages/babel-helper-explode-assignable-expression/package.json +++ b/packages/babel-helper-explode-assignable-expression/package.json @@ -7,7 +7,7 @@ "main": "lib/index.js", "dependencies": { "babel-traverse": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 b6a1c87f5f..cb41b905a2 100644 --- a/packages/babel-helper-explode-class/package.json +++ b/packages/babel-helper-explode-class/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-traverse": "^6.0.2", "babel-types": "^6.0.2", "babel-helper-bindify-decorators": "^6.0.2" diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index d38a7ca8b6..07bb60083f 100644 --- a/packages/babel-helper-fixtures/package.json +++ b/packages/babel-helper-fixtures/package.json @@ -7,7 +7,7 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 5c9ded6f8d..235d1095d6 100644 --- a/packages/babel-helper-function-name/package.json +++ b/packages/babel-helper-function-name/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-types": "^6.0.2", "babel-traverse": "^6.0.2", "babel-helper-get-function-arity": "^6.0.2", diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index 1eda22082d..23661c3a41 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 d71507ec05..1eb87b8145 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 fcdd0d38fe..e08a638c1d 100644 --- a/packages/babel-helper-optimise-call-expression/package.json +++ b/packages/babel-helper-optimise-call-expression/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 2eb72c8fa4..88aa5bf86c 100644 --- a/packages/babel-helper-regex/package.json +++ b/packages/babel-helper-regex/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "lodash": "^3.10.0", "babel-types": "^6.0.2" } diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index ecc839eb7e..629946f518 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -6,7 +6,7 @@ "license": "MIT", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-types": "^6.0.2", "babel-traverse": "^6.0.2", "babel-helper-function-name": "^6.0.2" diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index 3d5ab823fc..927ffe0167 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -7,7 +7,7 @@ "main": "lib/index.js", "dependencies": { "babel-helper-optimise-call-expression": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-traverse": "^6.0.2", "babel-messages": "^6.0.2", "babel-template": "^6.0.2", diff --git a/packages/babel-plugin-external-helpers-2/package.json b/packages/babel-plugin-external-helpers-2/package.json index 78f1bc2415..7a4a248809 100644 --- a/packages/babel-plugin-external-helpers-2/package.json +++ b/packages/babel-plugin-external-helpers-2/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 58187d0d86..c7fe39ae68 100644 --- a/packages/babel-plugin-syntax-async-functions/package.json +++ b/packages/babel-plugin-syntax-async-functions/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 6b2ed26a33..933b659222 100644 --- a/packages/babel-plugin-syntax-async-generators/package.json +++ b/packages/babel-plugin-syntax-async-generators/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 78be735523..fe16be94f4 100644 --- a/packages/babel-plugin-syntax-class-properties/package.json +++ b/packages/babel-plugin-syntax-class-properties/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 281f5b8811..0c26aa4943 100644 --- a/packages/babel-plugin-syntax-decorators/package.json +++ b/packages/babel-plugin-syntax-decorators/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 d01789acfd..e8b37421ba 100644 --- a/packages/babel-plugin-syntax-do-expressions/package.json +++ b/packages/babel-plugin-syntax-do-expressions/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 0827976510..8ec727295f 100644 --- a/packages/babel-plugin-syntax-exponentiation-operator/package.json +++ b/packages/babel-plugin-syntax-exponentiation-operator/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 9941a11cd2..25d405d112 100644 --- a/packages/babel-plugin-syntax-export-extensions/package.json +++ b/packages/babel-plugin-syntax-export-extensions/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 360cbe6361..90e7b9f01e 100644 --- a/packages/babel-plugin-syntax-flow/package.json +++ b/packages/babel-plugin-syntax-flow/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 94d1e310a1..492abc0757 100644 --- a/packages/babel-plugin-syntax-function-bind/package.json +++ b/packages/babel-plugin-syntax-function-bind/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 ecda7fb95c..cd5115ebdc 100644 --- a/packages/babel-plugin-syntax-jsx/package.json +++ b/packages/babel-plugin-syntax-jsx/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 5f0bd9f61d..3130c17fa2 100644 --- a/packages/babel-plugin-syntax-object-rest-spread/package.json +++ b/packages/babel-plugin-syntax-object-rest-spread/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 e4b3ba7079..fc0a37852c 100644 --- a/packages/babel-plugin-syntax-trailing-function-commas/package.json +++ b/packages/babel-plugin-syntax-trailing-function-commas/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 5d7ef25d55..63177dacdd 100644 --- a/packages/babel-plugin-transform-async-functions/package.json +++ b/packages/babel-plugin-transform-async-functions/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-plugin-syntax-async-functions": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 ccd5b69aa3..b06163480c 100644 --- a/packages/babel-plugin-transform-async-to-generator/package.json +++ b/packages/babel-plugin-transform-async-to-generator/package.json @@ -11,6 +11,6 @@ "dependencies": { "babel-helper-remap-async-to-generator": "^6.0.2", "babel-plugin-syntax-async-functions": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 3f7ef9428a..56a0738770 100644 --- a/packages/babel-plugin-transform-async-to-module-method/package.json +++ b/packages/babel-plugin-transform-async-to-module-method/package.json @@ -12,6 +12,6 @@ "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" + "babel-runtime": "^5.0.0" } } \ 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 40909c1b0f..1885de0138 100644 --- a/packages/babel-plugin-transform-class-properties/package.json +++ b/packages/babel-plugin-transform-class-properties/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-plugin-syntax-class-properties": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 2ffed6123c..a0cdfa5590 100644 --- a/packages/babel-plugin-transform-decorators/package.json +++ b/packages/babel-plugin-transform-decorators/package.json @@ -14,6 +14,6 @@ "babel-plugin-syntax-decorators": "^6.0.2", "babel-helper-explode-class": "^6.0.2", "babel-template": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 2bc7bc44d9..2b3d63ee3b 100644 --- a/packages/babel-plugin-transform-do-expressions/package.json +++ b/packages/babel-plugin-transform-do-expressions/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-plugin-syntax-do-expressions": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 af7dc8da79..665868869c 100644 --- a/packages/babel-plugin-transform-es2015-arrow-functions/package.json +++ b/packages/babel-plugin-transform-es2015-arrow-functions/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 0a53622a64..72744a47bc 100644 --- a/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoped-functions/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 29ea2349b7..605903cd51 100644 --- a/packages/babel-plugin-transform-es2015-block-scoping/package.json +++ b/packages/babel-plugin-transform-es2015-block-scoping/package.json @@ -10,7 +10,7 @@ "babel-types": "^6.0.2", "babel-template": "^6.0.2", "lodash": "^3.10.0", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" }, "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 7a89310887..b1392e08bd 100644 --- a/packages/babel-plugin-transform-es2015-computed-properties/package.json +++ b/packages/babel-plugin-transform-es2015-computed-properties/package.json @@ -11,6 +11,6 @@ "dependencies": { "babel-helper-define-map": "^6.0.2", "babel-template": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 e809dec17b..5ae52f8e19 100644 --- a/packages/babel-plugin-transform-es2015-constants/package.json +++ b/packages/babel-plugin-transform-es2015-constants/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 06b9d70a96..cbbafe4fee 100644 --- a/packages/babel-plugin-transform-es2015-destructuring/package.json +++ b/packages/babel-plugin-transform-es2015-destructuring/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 ae3e80b7b1..09b287112f 100644 --- a/packages/babel-plugin-transform-es2015-for-of/package.json +++ b/packages/babel-plugin-transform-es2015-for-of/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 3789926ad4..833cda85c6 100644 --- a/packages/babel-plugin-transform-es2015-function-name/package.json +++ b/packages/babel-plugin-transform-es2015-function-name/package.json @@ -11,6 +11,6 @@ "dependencies": { "babel-helper-function-name": "^6.0.2", "babel-types": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 4a82edd27e..f55c75d153 100644 --- a/packages/babel-plugin-transform-es2015-literals/package.json +++ b/packages/babel-plugin-transform-es2015-literals/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 8fe1ad58c0..82495d22f3 100644 --- a/packages/babel-plugin-transform-es2015-modules-amd/package.json +++ b/packages/babel-plugin-transform-es2015-modules-amd/package.json @@ -8,7 +8,7 @@ "dependencies": { "babel-plugin-transform-es2015-modules-commonjs": "^6.0.2", "babel-template": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" }, "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 9906b6e1e7..d6f12834fc 100644 --- a/packages/babel-plugin-transform-es2015-modules-umd/package.json +++ b/packages/babel-plugin-transform-es2015-modules-umd/package.json @@ -8,7 +8,7 @@ "dependencies": { "babel-plugin-transform-es2015-modules-amd": "^6.0.2", "babel-template": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" }, "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 a522f5b761..cd9aa8021b 100644 --- a/packages/babel-plugin-transform-es2015-object-super/package.json +++ b/packages/babel-plugin-transform-es2015-object-super/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-helper-replace-supers": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 c1bac177b5..dcfefa2f00 100644 --- a/packages/babel-plugin-transform-es2015-parameters/package.json +++ b/packages/babel-plugin-transform-es2015-parameters/package.json @@ -11,7 +11,7 @@ "babel-helper-get-function-arity": "^6.0.2", "babel-template": "^6.0.2", "babel-types": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" }, "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 ba3ad23b08..7fa53c3515 100644 --- a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json +++ b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-types": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 684bc517e7..5d29f27f9e 100644 --- a/packages/babel-plugin-transform-es2015-spread/package.json +++ b/packages/babel-plugin-transform-es2015-spread/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 b6518aa5ba..4b15b10d83 100644 --- a/packages/babel-plugin-transform-es2015-sticky-regex/package.json +++ b/packages/babel-plugin-transform-es2015-sticky-regex/package.json @@ -11,6 +11,6 @@ "dependencies": { "babel-helper-regex": "^6.0.2", "babel-types": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 2466748cd8..db945902e8 100644 --- a/packages/babel-plugin-transform-es2015-template-literals/package.json +++ b/packages/babel-plugin-transform-es2015-template-literals/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 63b6edd490..175849185b 100644 --- a/packages/babel-plugin-transform-es2015-typeof-symbol/package.json +++ b/packages/babel-plugin-transform-es2015-typeof-symbol/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 57b36fd916..b2d2a80fd8 100644 --- a/packages/babel-plugin-transform-es2015-unicode-regex/package.json +++ b/packages/babel-plugin-transform-es2015-unicode-regex/package.json @@ -11,6 +11,6 @@ "dependencies": { "babel-helper-regex": "^6.0.2", "regexpu": "^1.1.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 3847b9e94a..6c07ebaf61 100644 --- a/packages/babel-plugin-transform-es3-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-es3-member-expression-literals/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 dd8d8e97a4..584075b600 100644 --- a/packages/babel-plugin-transform-es3-property-literals/package.json +++ b/packages/babel-plugin-transform-es3-property-literals/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 11b38ca4a6..4c0cf805af 100644 --- a/packages/babel-plugin-transform-es5-property-mutators/package.json +++ b/packages/babel-plugin-transform-es5-property-mutators/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-helper-define-map": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 746f600e59..f34513f2cf 100644 --- a/packages/babel-plugin-transform-eval/package.json +++ b/packages/babel-plugin-transform-eval/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 f200caa040..e2e957a5da 100644 --- a/packages/babel-plugin-transform-exponentiation-operator/package.json +++ b/packages/babel-plugin-transform-exponentiation-operator/package.json @@ -11,6 +11,6 @@ "dependencies": { "babel-plugin-syntax-exponentiation-operator": "^6.0.2", "babel-helper-builder-binary-assignment-operator-visitor": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 601568186f..c9288d6d7d 100644 --- a/packages/babel-plugin-transform-export-extensions/package.json +++ b/packages/babel-plugin-transform-export-extensions/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-plugin-syntax-export-extensions": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 80782a0cb1..17d46a0417 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 ec9ca9b8c0..32db550d78 100644 --- a/packages/babel-plugin-transform-function-bind/package.json +++ b/packages/babel-plugin-transform-function-bind/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-plugin-syntax-function-bind": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 cc0202d2b7..797500e2e3 100644 --- a/packages/babel-plugin-transform-inline-environment-variables/package.json +++ b/packages/babel-plugin-transform-inline-environment-variables/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 e8aba4b6de..e94e4e7e69 100644 --- a/packages/babel-plugin-transform-jscript/package.json +++ b/packages/babel-plugin-transform-jscript/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 020610b202..4b48108d59 100644 --- a/packages/babel-plugin-transform-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-member-expression-literals/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 981240b45a..f567042bc9 100644 --- a/packages/babel-plugin-transform-merge-sibling-variables/package.json +++ b/packages/babel-plugin-transform-merge-sibling-variables/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 2be77abf15..a5e88c330a 100644 --- a/packages/babel-plugin-transform-minify-booleans/package.json +++ b/packages/babel-plugin-transform-minify-booleans/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 3e3de39d09..f43328e263 100644 --- a/packages/babel-plugin-transform-node-env-inline/package.json +++ b/packages/babel-plugin-transform-node-env-inline/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 300bad221d..270148b9f5 100644 --- a/packages/babel-plugin-transform-object-assign/package.json +++ b/packages/babel-plugin-transform-object-assign/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 08f5f6089a..94d264e917 100644 --- a/packages/babel-plugin-transform-object-rest-spread/package.json +++ b/packages/babel-plugin-transform-object-rest-spread/package.json @@ -10,6 +10,6 @@ ], "dependencies": { "babel-plugin-syntax-object-rest-spread": "^6.0.2", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 eedba2ae3b..c733796385 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 @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 e04594a7c8..9aa2ff320d 100644 --- a/packages/babel-plugin-transform-property-literals/package.json +++ b/packages/babel-plugin-transform-property-literals/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 7129566097..c6bf510968 100644 --- a/packages/babel-plugin-transform-proto-to-assign/package.json +++ b/packages/babel-plugin-transform-proto-to-assign/package.json @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 8c27b7669d..c38c804ded 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 264dca4244..aa9967b387 100644 --- a/packages/babel-plugin-transform-react-display-name/package.json +++ b/packages/babel-plugin-transform-react-display-name/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 98c125ec84..8fc6efd0b9 100644 --- a/packages/babel-plugin-transform-react-inline-elements/package.json +++ b/packages/babel-plugin-transform-react-inline-elements/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 b4c23396ba..c7ad568755 100644 --- a/packages/babel-plugin-transform-react-jsx-compat/package.json +++ b/packages/babel-plugin-transform-react-jsx-compat/package.json @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 d2a1f6c937..53d5430c5a 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-helper-builder-react-jsx": "^6.0.2", "babel-plugin-syntax-jsx": "^6.0.2" } diff --git a/packages/babel-plugin-transform-remove-console/package.json b/packages/babel-plugin-transform-remove-console/package.json index 171d928312..fd2658348c 100644 --- a/packages/babel-plugin-transform-remove-console/package.json +++ b/packages/babel-plugin-transform-remove-console/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 f672724be0..50e05f0bef 100644 --- a/packages/babel-plugin-transform-remove-debugger/package.json +++ b/packages/babel-plugin-transform-remove-debugger/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 63dc83df84..51f9080ab7 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 87879f657c..b88b5972e0 100644 --- a/packages/babel-plugin-transform-simplify-comparison-operators/package.json +++ b/packages/babel-plugin-transform-simplify-comparison-operators/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 9cdd59e4c6..611efd4c6b 100644 --- a/packages/babel-plugin-transform-strict-mode/package.json +++ b/packages/babel-plugin-transform-strict-mode/package.json @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 f23d678d43..e0aaa1e9d5 100644 --- a/packages/babel-plugin-transform-undefined-to-void/package.json +++ b/packages/babel-plugin-transform-undefined-to-void/package.json @@ -9,6 +9,6 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ 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 8e48e6a930..c1f7535701 100644 --- a/packages/babel-plugin-undeclared-variables-check/package.json +++ b/packages/babel-plugin-undeclared-variables-check/package.json @@ -9,7 +9,7 @@ "babel-plugin" ], "dependencies": { - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "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 81cc7be7e3..1692eca93e 100644 --- a/packages/babel-polyfill/package.json +++ b/packages/babel-polyfill/package.json @@ -10,6 +10,6 @@ "dependencies": { "core-js": "^1.0.1", "regenerator": "^0.8.36", - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" } } \ No newline at end of file diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 9fcf648d4e..29838332d9 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -12,6 +12,7 @@ "babel-helpers": "^6.0.12", "babel-plugin-transform-runtime": "^6.0.7", "babel-template": "^6.0.12", + "babel-runtime": "^5.0.0", "regenerator": "^0.8.34" } -} \ No newline at end of file +} diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 769e1e70ca..9f28bc7785 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -10,7 +10,7 @@ "dependencies": { "babel-code-frame": "^6.0.2", "babel-messages": "^6.0.2", - "babel-runtime": "^6.0.2", + "babel-runtime": "^5.0.0", "babel-types": "^6.0.2", "babylon": "^6.0.2", "globals": "^8.3.0", diff --git a/packages/babylon/package.json b/packages/babylon/package.json index da4a2899a2..1ca3d7179e 100644 --- a/packages/babylon/package.json +++ b/packages/babylon/package.json @@ -8,7 +8,7 @@ "repository": "babel/babel", "main": "lib/index.js", "dependencies": { - "babel-runtime": "^6.0.2" + "babel-runtime": "^5.0.0" }, "bin": { "babylon": "./bin/babylon.js" diff --git a/scripts/bootstrap.js b/scripts/bootstrap.js index 0f4a0cc0a2..632ad7600c 100755 --- a/scripts/bootstrap.js +++ b/scripts/bootstrap.js @@ -3,6 +3,7 @@ require("shelljs/global"); var path = require("path"); var fs = require("fs"); +var CURRENT_VERSION = fs.readFileSync(__dirname + "/../VERSION", "utf8").trim(); var OFFLINE = !!process.env.OFFLINE; // uninstall global babel install @@ -35,10 +36,13 @@ packages.forEach(function (root) { mkdir("-p", nodeModulesLoc); packages.forEach(function (sub) { - var valid = false; - if (root.pkg.dependencies && root.pkg.dependencies[sub.name]) valid = true; - if (root.pkg.devDependencies && root.pkg.devDependencies[sub.name]) valid = true; - if (!valid) return; + var ver = false; + if (root.pkg.dependencies) ver = root.pkg.dependencies[sub.name]; + if (root.pkg.devDependencies && !ver) ver = root.pkg.devDependencies[sub.name]; + if (!ver) return; + + // ensure that this is referring to a local package + if (ver[0] !== "^" || ver[1] !== CURRENT_VERSION[0]) return; var linkSrc = "packages/" + sub.folder; var linkDest = nodeModulesLoc + "/" + sub.name;