diff --git a/lerna.json b/lerna.json index be90b705e3..ecc214e200 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.10.4", + "version": "7.10.5", "changelog": { "repo": "babel/babel", "cacheDir": ".changelog", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index b55a1996f1..cec32dcbf1 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.10.4", + "version": "7.10.5", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -39,8 +39,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", - "@babel/helper-fixtures": "^7.10.4", + "@babel/core": "^7.10.5", + "@babel/helper-fixtures": "^7.10.5", "rimraf": "^3.0.0" }, "bin": { diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index 355db76adc..4b7662da57 100644 --- a/packages/babel-compat-data/package.json +++ b/packages/babel-compat-data/package.json @@ -1,6 +1,6 @@ { "name": "@babel/compat-data", - "version": "7.10.4", + "version": "7.10.5", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 3afaf9a1c5..10cb8cf660 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.10.4", + "version": "7.10.5", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -44,13 +44,13 @@ }, "dependencies": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.10.4", - "@babel/helper-module-transforms": "^7.10.4", + "@babel/generator": "^7.10.5", + "@babel/helper-module-transforms": "^7.10.5", "@babel/helpers": "^7.10.4", - "@babel/parser": "^7.10.4", + "@babel/parser": "^7.10.5", "@babel/template": "^7.10.4", - "@babel/traverse": "^7.10.4", - "@babel/types": "^7.10.4", + "@babel/traverse": "^7.10.5", + "@babel/types": "^7.10.5", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.1", @@ -61,6 +61,6 @@ "source-map": "^0.5.0" }, "devDependencies": { - "@babel/helper-transform-fixture-test-runner": "^7.10.4" + "@babel/helper-transform-fixture-test-runner": "^7.10.5" } } diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 545b27db7e..0c07467a69 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.10.4", + "version": "7.10.5", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -18,12 +18,12 @@ "lib" ], "dependencies": { - "@babel/types": "^7.10.4", + "@babel/types": "^7.10.5", "jsesc": "^2.5.1", "source-map": "^0.5.0" }, "devDependencies": { - "@babel/helper-fixtures": "^7.10.4", - "@babel/parser": "^7.10.4" + "@babel/helper-fixtures": "^7.10.5", + "@babel/parser": "^7.10.5" } } diff --git a/packages/babel-helper-builder-react-jsx-experimental/package.json b/packages/babel-helper-builder-react-jsx-experimental/package.json index f4215fe204..befd61d7d5 100644 --- a/packages/babel-helper-builder-react-jsx-experimental/package.json +++ b/packages/babel-helper-builder-react-jsx-experimental/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-builder-react-jsx-experimental", - "version": "7.10.4", + "version": "7.10.5", "description": "Helper function to build react jsx", "repository": { "type": "git", @@ -15,6 +15,6 @@ "dependencies": { "@babel/helper-annotate-as-pure": "^7.10.4", "@babel/helper-module-imports": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/types": "^7.10.5" } } diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index d4c54f67cd..8b40648492 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-create-class-features-plugin", - "version": "7.10.4", + "version": "7.10.5", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", @@ -19,7 +19,7 @@ ], "dependencies": { "@babel/helper-function-name": "^7.10.4", - "@babel/helper-member-expression-to-functions": "^7.10.4", + "@babel/helper-member-expression-to-functions": "^7.10.5", "@babel/helper-optimise-call-expression": "^7.10.4", "@babel/helper-plugin-utils": "^7.10.4", "@babel/helper-replace-supers": "^7.10.4", @@ -29,7 +29,7 @@ "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index fbf50b29b8..ad3a6ba505 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-define-map", - "version": "7.10.4", + "version": "7.10.5", "description": "Helper function to define a map", "repository": { "type": "git", @@ -14,7 +14,7 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-function-name": "^7.10.4", - "@babel/types": "^7.10.4", + "@babel/types": "^7.10.5", "lodash": "^4.17.19" } } diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index 119e94d83f..0b6ebf586e 100644 --- a/packages/babel-helper-fixtures/package.json +++ b/packages/babel-helper-fixtures/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-fixtures", - "version": "7.10.4", + "version": "7.10.5", "description": "Helper function to support fixtures", "author": "Sebastian McKenzie ", "license": "MIT", diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index 321dbe33cc..f2d56a473f 100644 --- a/packages/babel-helper-member-expression-to-functions/package.json +++ b/packages/babel-helper-member-expression-to-functions/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-member-expression-to-functions", - "version": "7.10.4", + "version": "7.10.5", "description": "Helper function to replace certain member expressions with function calls", "repository": { "type": "git", @@ -14,6 +14,6 @@ "main": "lib/index.js", "author": "Justin Ridgewell ", "dependencies": { - "@babel/types": "^7.10.4" + "@babel/types": "^7.10.5" } } diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index ec289301e7..000bc8c061 100644 --- a/packages/babel-helper-module-transforms/package.json +++ b/packages/babel-helper-module-transforms/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-module-transforms", - "version": "7.10.4", + "version": "7.10.5", "description": "Babel helper functions for implementing ES6 module transformations", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", @@ -20,7 +20,7 @@ "@babel/helper-simple-access": "^7.10.4", "@babel/helper-split-export-declaration": "^7.10.4", "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4", + "@babel/types": "^7.10.5", "lodash": "^4.17.19" } } diff --git a/packages/babel-helper-regex/package.json b/packages/babel-helper-regex/package.json index a00f0f1694..60162c9600 100644 --- a/packages/babel-helper-regex/package.json +++ b/packages/babel-helper-regex/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-regex", - "version": "7.10.4", + "version": "7.10.5", "description": "Helper function to check for literal RegEx", "repository": { "type": "git", diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index ae7788b6fd..5387c003e0 100644 --- a/packages/babel-helper-transform-fixture-test-runner/package.json +++ b/packages/babel-helper-transform-fixture-test-runner/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-transform-fixture-test-runner", - "version": "7.10.4", + "version": "7.10.5", "description": "Transform test runner for @babel/helper-fixtures module", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -16,8 +16,8 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "^7.10.4", - "@babel/core": "^7.10.4", - "@babel/helper-fixtures": "^7.10.4", + "@babel/core": "^7.10.5", + "@babel/helper-fixtures": "^7.10.5", "@babel/polyfill": "^7.10.4", "babel-check-duplicated-nodes": "^1.0.0", "jest": "^24.8.0", diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index bc88746898..501ed1d605 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.10.4", + "version": "7.10.5", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -23,7 +23,7 @@ "compiler" ], "dependencies": { - "@babel/register": "^7.10.4", + "@babel/register": "^7.10.5", "commander": "^4.0.1", "core-js": "^3.2.1", "lodash": "^4.17.19", @@ -36,9 +36,9 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", - "@babel/helper-fixtures": "^7.10.4", - "@babel/runtime": "^7.10.4", + "@babel/core": "^7.10.5", + "@babel/helper-fixtures": "^7.10.5", + "@babel/runtime": "^7.10.5", "fs-readdir-recursive": "^1.0.0", "make-dir": "^2.1.0", "rimraf": "^3.0.0" diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 9c8730f129..26be1598e5 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.10.4", + "version": "7.10.5", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -33,7 +33,7 @@ }, "devDependencies": { "@babel/code-frame": "^7.10.4", - "@babel/helper-fixtures": "^7.10.4", + "@babel/helper-fixtures": "^7.10.5", "@babel/helper-validator-identifier": "^7.10.4", "charcodes": "^0.2.0" }, diff --git a/packages/babel-plugin-proposal-async-generator-functions/package.json b/packages/babel-plugin-proposal-async-generator-functions/package.json index d39f8b8890..9310a9d453 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/package.json +++ b/packages/babel-plugin-proposal-async-generator-functions/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-async-generator-functions", - "version": "7.10.4", + "version": "7.10.5", "description": "Turn async generator functions into ES2015 generators", "repository": { "type": "git", @@ -24,7 +24,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-proposal-decorators/package.json b/packages/babel-plugin-proposal-decorators/package.json index badec49256..fd80ce120f 100644 --- a/packages/babel-plugin-proposal-decorators/package.json +++ b/packages/babel-plugin-proposal-decorators/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-decorators", - "version": "7.10.4", + "version": "7.10.5", "author": "Logan Smyth ", "license": "MIT", "publishConfig": { @@ -19,7 +19,7 @@ "decorators" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-create-class-features-plugin": "^7.10.5", "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-decorators": "^7.10.4" }, @@ -27,7 +27,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-proposal-function-bind/package.json b/packages/babel-plugin-proposal-function-bind/package.json index 0c91c5c2b5..af67900ccf 100644 --- a/packages/babel-plugin-proposal-function-bind/package.json +++ b/packages/babel-plugin-proposal-function-bind/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-function-bind", - "version": "7.10.4", + "version": "7.10.5", "description": "Compile function bind operator to ES5", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-proposal-partial-application/package.json b/packages/babel-plugin-proposal-partial-application/package.json index 92177f55e5..c0f8868c6e 100644 --- a/packages/babel-plugin-proposal-partial-application/package.json +++ b/packages/babel-plugin-proposal-partial-application/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-partial-application", - "version": "7.10.4", + "version": "7.10.5", "description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-proposal-pipeline-operator/package.json b/packages/babel-plugin-proposal-pipeline-operator/package.json index d7d3fc20d1..92b3c8298e 100644 --- a/packages/babel-plugin-proposal-pipeline-operator/package.json +++ b/packages/babel-plugin-proposal-pipeline-operator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-pipeline-operator", - "version": "7.10.4", + "version": "7.10.5", "description": "Transform pipeline operator into call expressions", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-block-scoping/package.json b/packages/babel-plugin-transform-block-scoping/package.json index e1f2217133..caf6c28e2c 100644 --- a/packages/babel-plugin-transform-block-scoping/package.json +++ b/packages/babel-plugin-transform-block-scoping/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-block-scoping", - "version": "7.10.4", + "version": "7.10.5", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": { "type": "git", @@ -22,7 +22,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-modules-amd/package.json b/packages/babel-plugin-transform-modules-amd/package.json index ad8e38b51e..cecfaaeaec 100644 --- a/packages/babel-plugin-transform-modules-amd/package.json +++ b/packages/babel-plugin-transform-modules-amd/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-modules-amd", - "version": "7.10.4", + "version": "7.10.5", "description": "This plugin transforms ES2015 modules to AMD", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-module-transforms": "^7.10.5", "@babel/helper-plugin-utils": "^7.10.4", "babel-plugin-dynamic-import-node": "^2.3.3" }, @@ -24,7 +24,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-modules-systemjs/package.json b/packages/babel-plugin-transform-modules-systemjs/package.json index a4b4b5e9e9..f849fb3ce2 100644 --- a/packages/babel-plugin-transform-modules-systemjs/package.json +++ b/packages/babel-plugin-transform-modules-systemjs/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-modules-systemjs", - "version": "7.10.4", + "version": "7.10.5", "description": "This plugin transforms ES2015 modules to SystemJS", "repository": { "type": "git", @@ -14,7 +14,7 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-hoist-variables": "^7.10.4", - "@babel/helper-module-transforms": "^7.10.4", + "@babel/helper-module-transforms": "^7.10.5", "@babel/helper-plugin-utils": "^7.10.4", "babel-plugin-dynamic-import-node": "^2.3.3" }, @@ -25,7 +25,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4", "@babel/plugin-syntax-dynamic-import": "^7.8.0" } diff --git a/packages/babel-plugin-transform-parameters/package.json b/packages/babel-plugin-transform-parameters/package.json index 04bce103de..7ba61b1914 100644 --- a/packages/babel-plugin-transform-parameters/package.json +++ b/packages/babel-plugin-transform-parameters/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-parameters", - "version": "7.10.4", + "version": "7.10.5", "description": "Compile ES2015 default and rest parameters to ES5", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-proto-to-assign/package.json b/packages/babel-plugin-transform-proto-to-assign/package.json index 9466aa62eb..5679c2e7b0 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": "7.10.4", + "version": "7.10.5", "description": "Babel plugin for turning __proto__ into a shallow property clone", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-react-jsx-source/package.json b/packages/babel-plugin-transform-react-jsx-source/package.json index e53505a06e..b46b69f167 100644 --- a/packages/babel-plugin-transform-react-jsx-source/package.json +++ b/packages/babel-plugin-transform-react-jsx-source/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-jsx-source", - "version": "7.10.4", + "version": "7.10.5", "description": "Add a __source prop to all JSX Elements", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index d5f6851e10..dfa90b3b25 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": "7.10.4", + "version": "7.10.5", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", @@ -29,13 +29,13 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4", "@babel/helpers": "^7.10.4", "@babel/plugin-transform-typeof-symbol": "^7.10.4", "@babel/preset-env": "^7.10.4", - "@babel/runtime": "^7.10.4", + "@babel/runtime": "^7.10.5", "@babel/template": "^7.10.4", - "@babel/types": "^7.10.4" + "@babel/types": "^7.10.5" } } diff --git a/packages/babel-plugin-transform-template-literals/package.json b/packages/babel-plugin-transform-template-literals/package.json index 397fb4cd24..97a32f8f89 100644 --- a/packages/babel-plugin-transform-template-literals/package.json +++ b/packages/babel-plugin-transform-template-literals/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-template-literals", - "version": "7.10.4", + "version": "7.10.5", "description": "Compile ES2015 template literals to ES5", "repository": { "type": "git", @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index 7d7649e98b..8714f5c433 100644 --- a/packages/babel-plugin-transform-typescript/package.json +++ b/packages/babel-plugin-transform-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-typescript", - "version": "7.10.4", + "version": "7.10.5", "description": "Transform TypeScript into ES.next", "repository": { "type": "git", @@ -17,7 +17,7 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.4", + "@babel/helper-create-class-features-plugin": "^7.10.5", "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-typescript": "^7.10.4" }, @@ -25,7 +25,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-test-runner": "^7.10.4" } } diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 01f4bbacda..e0aecdda54 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,6 +1,6 @@ { "name": "@babel/register", - "version": "7.10.4", + "version": "7.10.5", "description": "babel require hook", "license": "MIT", "publishConfig": { @@ -27,7 +27,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/plugin-transform-modules-commonjs": "^7.10.4", "browserify": "16.5.0", "default-require-extensions": "^2.0.0" diff --git a/packages/babel-runtime-corejs2/package.json b/packages/babel-runtime-corejs2/package.json index dce4c6de9e..0eef439379 100644 --- a/packages/babel-runtime-corejs2/package.json +++ b/packages/babel-runtime-corejs2/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs2", - "version": "7.10.4", + "version": "7.10.5", "description": "babel's modular runtime helpers with core-js@2 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime-corejs3/package.json b/packages/babel-runtime-corejs3/package.json index 3ebe5fa716..2f41fdbd05 100644 --- a/packages/babel-runtime-corejs3/package.json +++ b/packages/babel-runtime-corejs3/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs3", - "version": "7.10.4", + "version": "7.10.5", "description": "babel's modular runtime helpers with core-js@3 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index b2f1a95db3..ff4ca65b82 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.10.4", + "version": "7.10.5", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index c9cbcb5884..6bc21815cf 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.10.4", + "version": "7.10.5", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ @@ -11,17 +11,17 @@ "prepublishOnly": "cd ../.. && make prepublish-build-standalone" }, "devDependencies": { - "@babel/core": "^7.10.4", + "@babel/core": "^7.10.5", "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-external-helpers": "^7.10.4", - "@babel/plugin-proposal-async-generator-functions": "^7.10.4", + "@babel/plugin-proposal-async-generator-functions": "^7.10.5", "@babel/plugin-proposal-class-properties": "^7.10.4", - "@babel/plugin-proposal-decorators": "^7.10.4", + "@babel/plugin-proposal-decorators": "^7.10.5", "@babel/plugin-proposal-do-expressions": "^7.10.4", "@babel/plugin-proposal-dynamic-import": "^7.10.4", "@babel/plugin-proposal-export-default-from": "^7.10.4", "@babel/plugin-proposal-export-namespace-from": "^7.10.4", - "@babel/plugin-proposal-function-bind": "^7.10.4", + "@babel/plugin-proposal-function-bind": "^7.10.5", "@babel/plugin-proposal-function-sent": "^7.10.4", "@babel/plugin-proposal-json-strings": "^7.10.4", "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4", @@ -30,7 +30,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.10.4", "@babel/plugin-proposal-optional-catch-binding": "^7.10.4", "@babel/plugin-proposal-optional-chaining": "^7.10.4", - "@babel/plugin-proposal-pipeline-operator": "^7.10.4", + "@babel/plugin-proposal-pipeline-operator": "^7.10.5", "@babel/plugin-proposal-private-methods": "^7.10.4", "@babel/plugin-proposal-private-property-in-object": "^7.10.4", "@babel/plugin-proposal-throw-expressions": "^7.10.4", @@ -55,7 +55,7 @@ "@babel/plugin-transform-arrow-functions": "^7.10.4", "@babel/plugin-transform-async-to-generator": "^7.10.4", "@babel/plugin-transform-block-scoped-functions": "^7.10.4", - "@babel/plugin-transform-block-scoping": "^7.10.4", + "@babel/plugin-transform-block-scoping": "^7.10.5", "@babel/plugin-transform-classes": "^7.10.4", "@babel/plugin-transform-computed-properties": "^7.10.4", "@babel/plugin-transform-destructuring": "^7.10.4", @@ -70,19 +70,19 @@ "@babel/plugin-transform-jscript": "^7.10.4", "@babel/plugin-transform-literals": "^7.10.4", "@babel/plugin-transform-member-expression-literals": "^7.10.4", - "@babel/plugin-transform-modules-amd": "^7.10.4", + "@babel/plugin-transform-modules-amd": "^7.10.5", "@babel/plugin-transform-modules-commonjs": "^7.10.4", - "@babel/plugin-transform-modules-systemjs": "^7.10.4", + "@babel/plugin-transform-modules-systemjs": "^7.10.5", "@babel/plugin-transform-modules-umd": "^7.10.4", "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4", "@babel/plugin-transform-new-target": "^7.10.4", "@babel/plugin-transform-object-assign": "^7.10.4", "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.10.4", "@babel/plugin-transform-object-super": "^7.10.4", - "@babel/plugin-transform-parameters": "^7.10.4", + "@babel/plugin-transform-parameters": "^7.10.5", "@babel/plugin-transform-property-literals": "^7.10.4", "@babel/plugin-transform-property-mutators": "^7.10.4", - "@babel/plugin-transform-proto-to-assign": "^7.10.4", + "@babel/plugin-transform-proto-to-assign": "^7.10.5", "@babel/plugin-transform-react-constant-elements": "^7.10.4", "@babel/plugin-transform-react-display-name": "^7.10.4", "@babel/plugin-transform-react-inline-elements": "^7.10.4", @@ -90,17 +90,17 @@ "@babel/plugin-transform-react-jsx-compat": "^7.10.4", "@babel/plugin-transform-react-jsx-development": "^7.10.4", "@babel/plugin-transform-react-jsx-self": "^7.10.4", - "@babel/plugin-transform-react-jsx-source": "^7.10.4", + "@babel/plugin-transform-react-jsx-source": "^7.10.5", "@babel/plugin-transform-regenerator": "^7.10.4", "@babel/plugin-transform-reserved-words": "^7.10.4", - "@babel/plugin-transform-runtime": "^7.10.4", + "@babel/plugin-transform-runtime": "^7.10.5", "@babel/plugin-transform-shorthand-properties": "^7.10.4", "@babel/plugin-transform-spread": "^7.10.4", "@babel/plugin-transform-sticky-regex": "^7.10.4", "@babel/plugin-transform-strict-mode": "^7.10.4", - "@babel/plugin-transform-template-literals": "^7.10.4", + "@babel/plugin-transform-template-literals": "^7.10.5", "@babel/plugin-transform-typeof-symbol": "^7.10.4", - "@babel/plugin-transform-typescript": "^7.10.4", + "@babel/plugin-transform-typescript": "^7.10.5", "@babel/plugin-transform-unicode-escapes": "^7.10.4", "@babel/plugin-transform-unicode-regex": "^7.10.4", "@babel/preset-env": "^7.10.4", diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index d35b866b46..7095e2530b 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.10.4", + "version": "7.10.5", "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -16,11 +16,11 @@ "main": "lib/index.js", "dependencies": { "@babel/code-frame": "^7.10.4", - "@babel/generator": "^7.10.4", + "@babel/generator": "^7.10.5", "@babel/helper-function-name": "^7.10.4", "@babel/helper-split-export-declaration": "^7.10.4", - "@babel/parser": "^7.10.4", - "@babel/types": "^7.10.4", + "@babel/parser": "^7.10.5", + "@babel/types": "^7.10.5", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.19" diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index bc73eac86c..7876a4c696 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.10.4", + "version": "7.10.5", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -21,7 +21,7 @@ "to-fast-properties": "^2.0.0" }, "devDependencies": { - "@babel/generator": "^7.10.4", - "@babel/parser": "^7.10.4" + "@babel/generator": "^7.10.5", + "@babel/parser": "^7.10.5" } }