diff --git a/lerna.json b/lerna.json index f466f26e32..a8399169c3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.10.2", + "version": "7.10.3", "changelog": { "repo": "babel/babel", "cacheDir": ".changelog", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index ad5db12e51..4a35c5a439 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.10.1", + "version": "7.10.3", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -39,7 +39,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", + "@babel/core": "^7.10.3", "@babel/helper-fixtures": "^7.10.1", "rimraf": "^3.0.0" }, diff --git a/packages/babel-code-frame/package.json b/packages/babel-code-frame/package.json index 29ef0e75fc..45d6cdb619 100644 --- a/packages/babel-code-frame/package.json +++ b/packages/babel-code-frame/package.json @@ -1,6 +1,6 @@ { "name": "@babel/code-frame", - "version": "7.10.1", + "version": "7.10.3", "description": "Generate errors that contain a code frame that point to source locations.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -15,7 +15,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/highlight": "^7.10.1" + "@babel/highlight": "^7.10.3" }, "devDependencies": { "chalk": "^2.0.0", diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index 8d6b90c5d1..8457246272 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.1", + "version": "7.10.3", "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 024e434edc..9315c62a3d 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.10.2", + "version": "7.10.3", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -43,14 +43,14 @@ "./src/transform-file.js": "./src/transform-file-browser.js" }, "dependencies": { - "@babel/code-frame": "^7.10.1", - "@babel/generator": "^7.10.2", + "@babel/code-frame": "^7.10.3", + "@babel/generator": "^7.10.3", "@babel/helper-module-transforms": "^7.10.1", "@babel/helpers": "^7.10.1", - "@babel/parser": "^7.10.2", - "@babel/template": "^7.10.1", - "@babel/traverse": "^7.10.1", - "@babel/types": "^7.10.2", + "@babel/parser": "^7.10.3", + "@babel/template": "^7.10.3", + "@babel/traverse": "^7.10.3", + "@babel/types": "^7.10.3", "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.1" + "@babel/helper-transform-fixture-test-runner": "^7.10.3" } } diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 0fb0861f7d..b38cfd993e 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.10.2", + "version": "7.10.3", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -18,13 +18,13 @@ "lib" ], "dependencies": { - "@babel/types": "^7.10.2", + "@babel/types": "^7.10.3", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" }, "devDependencies": { "@babel/helper-fixtures": "^7.10.1", - "@babel/parser": "^7.10.2" + "@babel/parser": "^7.10.3" } } 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 2bb0932952..ed67f54c27 100644 --- a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-builder-binary-assignment-operator-visitor", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to build binary assignment operator visitors", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-explode-assignable-expression": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/helper-explode-assignable-expression": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-builder-react-jsx/package.json b/packages/babel-helper-builder-react-jsx/package.json index 9870eddc0e..09dc7cd173 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-builder-react-jsx", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to build react jsx", "repository": { "type": "git", @@ -14,6 +14,6 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-annotate-as-pure": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-call-delegate/package.json b/packages/babel-helper-call-delegate/package.json index fef9151939..2908286ede 100644 --- a/packages/babel-helper-call-delegate/package.json +++ b/packages/babel-helper-call-delegate/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-call-delegate", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to call delegate", "repository": { "type": "git", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-hoist-variables": "^7.10.1", - "@babel/traverse": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/helper-hoist-variables": "^7.10.3", + "@babel/traverse": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index b1d20c628d..eb528dca3a 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.2", + "version": "7.10.3", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", @@ -18,10 +18,10 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-function-name": "^7.10.1", - "@babel/helper-member-expression-to-functions": "^7.10.1", - "@babel/helper-optimise-call-expression": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-function-name": "^7.10.3", + "@babel/helper-member-expression-to-functions": "^7.10.3", + "@babel/helper-optimise-call-expression": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/helper-replace-supers": "^7.10.1", "@babel/helper-split-export-declaration": "^7.10.1" }, @@ -29,7 +29,7 @@ "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.10.2", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index 96a6883882..a4ddb96c58 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.1", + "version": "7.10.3", "description": "Helper function to define a map", "repository": { "type": "git", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-function-name": "^7.10.1", - "@babel/types": "^7.10.1", + "@babel/helper-function-name": "^7.10.3", + "@babel/types": "^7.10.3", "lodash": "^4.17.13" } } diff --git a/packages/babel-helper-explode-assignable-expression/package.json b/packages/babel-helper-explode-assignable-expression/package.json index 600710d0a0..bb86f5a278 100644 --- a/packages/babel-helper-explode-assignable-expression/package.json +++ b/packages/babel-helper-explode-assignable-expression/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-explode-assignable-expression", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to explode an assignable expression", "repository": { "type": "git", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/traverse": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/traverse": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-explode-class/package.json b/packages/babel-helper-explode-class/package.json index 4abc5d8a88..1416cb0ae3 100644 --- a/packages/babel-helper-explode-class/package.json +++ b/packages/babel-helper-explode-class/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-explode-class", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to explode class", "repository": { "type": "git", @@ -14,7 +14,7 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-bindify-decorators": "^7.10.1", - "@babel/traverse": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/traverse": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-function-name/package.json b/packages/babel-helper-function-name/package.json index 247a05c2c3..761ccfc21f 100644 --- a/packages/babel-helper-function-name/package.json +++ b/packages/babel-helper-function-name/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-function-name", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to change the property 'name' of every function", "repository": { "type": "git", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-get-function-arity": "^7.10.1", - "@babel/template": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/helper-get-function-arity": "^7.10.3", + "@babel/template": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index 94ad8ffff5..da2b1409f0 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-get-function-arity", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to get function arity", "repository": { "type": "git", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.10.1" + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-hoist-variables/package.json b/packages/babel-helper-hoist-variables/package.json index 73c3140368..931e7c111c 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-hoist-variables", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to hoist variables", "repository": { "type": "git", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.10.1" + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index 1994d41686..edec1493c0 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.1", + "version": "7.10.3", "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.1" + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-module-imports/package.json b/packages/babel-helper-module-imports/package.json index f1657d75de..c1ca36a94c 100644 --- a/packages/babel-helper-module-imports/package.json +++ b/packages/babel-helper-module-imports/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-module-imports", - "version": "7.10.1", + "version": "7.10.3", "description": "Babel helper functions for inserting module loads", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", @@ -15,9 +15,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.10.1" + "@babel/types": "^7.10.3" }, "devDependencies": { - "@babel/core": "^7.10.1" + "@babel/core": "^7.10.3" } } diff --git a/packages/babel-helper-optimise-call-expression/package.json b/packages/babel-helper-optimise-call-expression/package.json index 17e5024d7f..b1376c9b9f 100644 --- a/packages/babel-helper-optimise-call-expression/package.json +++ b/packages/babel-helper-optimise-call-expression/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-optimise-call-expression", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to optimise call expression", "repository": { "type": "git", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.10.1" + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-plugin-test-runner/package.json b/packages/babel-helper-plugin-test-runner/package.json index a026963c94..b563f73b16 100644 --- a/packages/babel-helper-plugin-test-runner/package.json +++ b/packages/babel-helper-plugin-test-runner/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-plugin-test-runner", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to support test runner", "repository": { "type": "git", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-transform-fixture-test-runner": "^7.10.1" + "@babel/helper-transform-fixture-test-runner": "^7.10.3" } } diff --git a/packages/babel-helper-plugin-utils/package.json b/packages/babel-helper-plugin-utils/package.json index b22a837afd..225cc1bf21 100644 --- a/packages/babel-helper-plugin-utils/package.json +++ b/packages/babel-helper-plugin-utils/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-plugin-utils", - "version": "7.10.1", + "version": "7.10.3", "description": "General utilities for plugins to use", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index 2d72bdd2a4..e9b8c38908 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-remap-async-to-generator", - "version": "7.10.1", + "version": "7.10.3", "description": "Helper function to remap async functions to generators", "repository": { "type": "git", @@ -15,8 +15,8 @@ "dependencies": { "@babel/helper-annotate-as-pure": "^7.10.1", "@babel/helper-wrap-function": "^7.10.1", - "@babel/template": "^7.10.1", - "@babel/traverse": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/template": "^7.10.3", + "@babel/traverse": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index badbb5fce3..99048818f5 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.1", + "version": "7.10.3", "description": "Transform test runner for @babel/helper-fixtures module", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -15,8 +15,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/code-frame": "^7.10.1", - "@babel/core": "^7.10.1", + "@babel/code-frame": "^7.10.3", + "@babel/core": "^7.10.3", "@babel/helper-fixtures": "^7.10.1", "@babel/polyfill": "^7.10.1", "babel-check-duplicated-nodes": "^1.0.0", diff --git a/packages/babel-helper-validator-identifier/package.json b/packages/babel-helper-validator-identifier/package.json index 1c693f74e6..a18b466f52 100644 --- a/packages/babel-helper-validator-identifier/package.json +++ b/packages/babel-helper-validator-identifier/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-validator-identifier", - "version": "7.10.1", + "version": "7.10.3", "description": "Validate identifier/keywords name", "repository": { "type": "git", diff --git a/packages/babel-highlight/package.json b/packages/babel-highlight/package.json index 7dc609430d..0b7b4fc934 100644 --- a/packages/babel-highlight/package.json +++ b/packages/babel-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@babel/highlight", - "version": "7.10.1", + "version": "7.10.3", "description": "Syntax highlight JavaScript strings for output in terminals.", "author": "suchipi ", "homepage": "https://babeljs.io/", @@ -15,7 +15,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-validator-identifier": "^7.10.1", + "@babel/helper-validator-identifier": "^7.10.3", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index 6cb6f26013..96de0ff8f6 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.10.1", + "version": "7.10.3", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -23,7 +23,7 @@ "compiler" ], "dependencies": { - "@babel/register": "^7.10.1", + "@babel/register": "^7.10.3", "commander": "^4.0.1", "core-js": "^3.2.1", "lodash": "^4.17.13", @@ -36,9 +36,9 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", + "@babel/core": "^7.10.3", "@babel/helper-fixtures": "^7.10.1", - "@babel/runtime": "^7.10.1", + "@babel/runtime": "^7.10.3", "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 689bdc06c1..1bf9aa11aa 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.10.2", + "version": "7.10.3", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -32,9 +32,9 @@ "node": ">=6.0.0" }, "devDependencies": { - "@babel/code-frame": "^7.10.1", + "@babel/code-frame": "^7.10.3", "@babel/helper-fixtures": "^7.10.1", - "@babel/helper-validator-identifier": "^7.10.1", + "@babel/helper-validator-identifier": "^7.10.3", "charcodes": "^0.2.0" }, "bin": { diff --git a/packages/babel-plugin-proposal-async-generator-functions/package.json b/packages/babel-plugin-proposal-async-generator-functions/package.json index 85511fc67c..e77a479fbd 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.1", + "version": "7.10.3", "description": "Turn async generator functions into ES2015 generators", "repository": { "type": "git", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1", - "@babel/helper-remap-async-to-generator": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.3", + "@babel/helper-remap-async-to-generator": "^7.10.3", "@babel/plugin-syntax-async-generators": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-proposal-decorators/package.json b/packages/babel-plugin-proposal-decorators/package.json index 1d696191b0..059e4a55b6 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.1", + "version": "7.10.3", "author": "Logan Smyth ", "license": "MIT", "publishConfig": { @@ -19,15 +19,15 @@ "decorators" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-create-class-features-plugin": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-syntax-decorators": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-proposal-logical-assignment-operators/package.json b/packages/babel-plugin-proposal-logical-assignment-operators/package.json index 4bda9a103a..7903ed90c1 100644 --- a/packages/babel-plugin-proposal-logical-assignment-operators/package.json +++ b/packages/babel-plugin-proposal-logical-assignment-operators/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-logical-assignment-operators", - "version": "7.10.1", + "version": "7.10.3", "description": "Transforms logical assignment operators into short-circuited assignments", "repository": { "type": "git", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" } diff --git a/packages/babel-plugin-proposal-object-rest-spread/package.json b/packages/babel-plugin-proposal-object-rest-spread/package.json index 699eeccdb2..6ead4172e5 100644 --- a/packages/babel-plugin-proposal-object-rest-spread/package.json +++ b/packages/babel-plugin-proposal-object-rest-spread/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-object-rest-spread", - "version": "7.10.1", + "version": "7.10.3", "description": "Compile object rest and spread to ES5", "repository": { "type": "git", @@ -16,7 +16,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", "@babel/plugin-transform-parameters": "^7.10.1" }, @@ -24,7 +24,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-proposal-optional-chaining/package.json b/packages/babel-plugin-proposal-optional-chaining/package.json index 852c968c01..f181c301d3 100644 --- a/packages/babel-plugin-proposal-optional-chaining/package.json +++ b/packages/babel-plugin-proposal-optional-chaining/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-optional-chaining", - "version": "7.10.1", + "version": "7.10.3", "description": "Transform optional chaining operators into a series of nil checks", "repository": { "type": "git", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-syntax-optional-chaining": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3", "@babel/plugin-transform-block-scoping": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-classes/package.json b/packages/babel-plugin-transform-classes/package.json index aa7e937154..3b9c77fcaa 100644 --- a/packages/babel-plugin-transform-classes/package.json +++ b/packages/babel-plugin-transform-classes/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-classes", - "version": "7.10.1", + "version": "7.10.3", "description": "Compile ES2015 classes to ES5", "repository": { "type": "git", @@ -14,10 +14,10 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-annotate-as-pure": "^7.10.1", - "@babel/helper-define-map": "^7.10.1", - "@babel/helper-function-name": "^7.10.1", - "@babel/helper-optimise-call-expression": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-define-map": "^7.10.3", + "@babel/helper-function-name": "^7.10.3", + "@babel/helper-optimise-call-expression": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/helper-replace-supers": "^7.10.1", "@babel/helper-split-export-declaration": "^7.10.1", "globals": "^11.1.0" @@ -29,7 +29,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-computed-properties/package.json b/packages/babel-plugin-transform-computed-properties/package.json index 1bf7fbcf23..a2c176d407 100644 --- a/packages/babel-plugin-transform-computed-properties/package.json +++ b/packages/babel-plugin-transform-computed-properties/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-computed-properties", - "version": "7.10.1", + "version": "7.10.3", "description": "Compile ES2015 computed properties to ES5", "repository": { "type": "git", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1" + "@babel/helper-plugin-utils": "^7.10.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-modules-systemjs/package.json b/packages/babel-plugin-transform-modules-systemjs/package.json index c81843784c..00733ac81e 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.1", + "version": "7.10.3", "description": "This plugin transforms ES2015 modules to SystemJS", "repository": { "type": "git", @@ -13,9 +13,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-hoist-variables": "^7.10.1", + "@babel/helper-hoist-variables": "^7.10.3", "@babel/helper-module-transforms": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.3", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ @@ -25,8 +25,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3", "@babel/plugin-syntax-dynamic-import": "^7.8.0" } } diff --git a/packages/babel-plugin-transform-named-capturing-groups-regex/package.json b/packages/babel-plugin-transform-named-capturing-groups-regex/package.json index b59d12e5b4..d0074fad04 100644 --- a/packages/babel-plugin-transform-named-capturing-groups-regex/package.json +++ b/packages/babel-plugin-transform-named-capturing-groups-regex/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-named-capturing-groups-regex", - "version": "7.8.3", + "version": "7.10.3", "description": "Compile regular expressions using named groups to ES5.", "homepage": "https://babeljs.io/", "license": "MIT", @@ -27,8 +27,8 @@ "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3", + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3", "core-js": "^3.2.1", "core-js-pure": "^3.2.1" } diff --git a/packages/babel-plugin-transform-object-assign/package.json b/packages/babel-plugin-transform-object-assign/package.json index 49b44625d5..874c177731 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": "7.10.1", + "version": "7.10.3", "description": "Replace Object.assign with an inline helper", "repository": { "type": "git", @@ -17,13 +17,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1" + "@babel/helper-plugin-utils": "^7.10.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-property-mutators/package.json b/packages/babel-plugin-transform-property-mutators/package.json index 99101244f2..9db5eb1878 100644 --- a/packages/babel-plugin-transform-property-mutators/package.json +++ b/packages/babel-plugin-transform-property-mutators/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-property-mutators", - "version": "7.10.1", + "version": "7.10.3", "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", "repository": { "type": "git", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-define-map": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1" + "@babel/helper-define-map": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-react-display-name/package.json b/packages/babel-plugin-transform-react-display-name/package.json index eaee805cd3..12d23affe0 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": "7.10.1", + "version": "7.10.3", "description": "Add displayName to React.createClass calls", "repository": { "type": "git", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.10.1" + "@babel/helper-plugin-utils": "^7.10.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 8c78dfd771..2f59fdc359 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": "7.10.1", + "version": "7.10.3", "description": "Turn JSX into React function calls", "repository": { "type": "git", @@ -16,16 +16,16 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx": "^7.10.1", + "@babel/helper-builder-react-jsx": "^7.10.3", "@babel/helper-builder-react-jsx-experimental": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-syntax-jsx": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-react-pure-annotations/package.json b/packages/babel-plugin-transform-react-pure-annotations/package.json index dd3d84e84c..7847884ac8 100644 --- a/packages/babel-plugin-transform-react-pure-annotations/package.json +++ b/packages/babel-plugin-transform-react-pure-annotations/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-pure-annotations", - "version": "7.10.1", + "version": "7.10.3", "description": "Mark top-level React method calls as pure for tree shaking", "repository": { "type": "git", @@ -17,13 +17,13 @@ ], "dependencies": { "@babel/helper-annotate-as-pure": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1" + "@babel/helper-plugin-utils": "^7.10.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-regenerator/package.json b/packages/babel-plugin-transform-regenerator/package.json index 4bf45f4ab5..c74cba1edf 100644 --- a/packages/babel-plugin-transform-regenerator/package.json +++ b/packages/babel-plugin-transform-regenerator/package.json @@ -2,7 +2,7 @@ "name": "@babel/plugin-transform-regenerator", "author": "Ben Newman ", "description": "Explode async and generator functions into a state machine.", - "version": "7.10.1", + "version": "7.10.3", "homepage": "https://babeljs.io/", "repository": { "type": "git", @@ -21,7 +21,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 6d18298800..3bb3fc8a5c 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.1", + "version": "7.10.3", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", @@ -20,8 +20,8 @@ "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js" }, "dependencies": { - "@babel/helper-module-imports": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-module-imports": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", "resolve": "^1.8.1", "semver": "^5.5.1" }, @@ -29,13 +29,13 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3", "@babel/helpers": "^7.10.1", "@babel/plugin-transform-typeof-symbol": "^7.10.1", - "@babel/preset-env": "^7.10.1", - "@babel/runtime": "^7.10.1", - "@babel/template": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/preset-env": "^7.10.3", + "@babel/runtime": "^7.10.3", + "@babel/template": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-template-literals/package.json b/packages/babel-plugin-transform-template-literals/package.json index 3fbad7a5ad..c0933b5c83 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.1", + "version": "7.10.3", "description": "Compile ES2015 template literals to ES5", "repository": { "type": "git", @@ -14,7 +14,7 @@ "main": "lib/index.js", "dependencies": { "@babel/helper-annotate-as-pure": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1" + "@babel/helper-plugin-utils": "^7.10.3" }, "keywords": [ "babel-plugin" @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index 7840463416..e3b87516fa 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.1", + "version": "7.10.3", "description": "Transform TypeScript into ES.next", "repository": { "type": "git", @@ -17,15 +17,15 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-create-class-features-plugin": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-syntax-typescript": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/core": "^7.10.3", + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index d8d65cd674..f2dbf05c83 100644 --- a/packages/babel-preset-env/package.json +++ b/packages/babel-preset-env/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-env", - "version": "7.10.2", + "version": "7.10.3", "description": "A Babel preset for each environment.", "author": "Henry Zhu ", "homepage": "https://babeljs.io/", @@ -15,19 +15,19 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/compat-data": "^7.10.1", + "@babel/compat-data": "^7.10.3", "@babel/helper-compilation-targets": "^7.10.2", - "@babel/helper-module-imports": "^7.10.1", - "@babel/helper-plugin-utils": "^7.10.1", - "@babel/plugin-proposal-async-generator-functions": "^7.10.1", + "@babel/helper-module-imports": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", + "@babel/plugin-proposal-async-generator-functions": "^7.10.3", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-proposal-dynamic-import": "^7.10.1", "@babel/plugin-proposal-json-strings": "^7.10.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-proposal-numeric-separator": "^7.10.1", - "@babel/plugin-proposal-object-rest-spread": "^7.10.1", + "@babel/plugin-proposal-object-rest-spread": "^7.10.3", "@babel/plugin-proposal-optional-catch-binding": "^7.10.1", - "@babel/plugin-proposal-optional-chaining": "^7.10.1", + "@babel/plugin-proposal-optional-chaining": "^7.10.3", "@babel/plugin-proposal-private-methods": "^7.10.1", "@babel/plugin-proposal-unicode-property-regex": "^7.10.1", "@babel/plugin-syntax-async-generators": "^7.8.0", @@ -44,8 +44,8 @@ "@babel/plugin-transform-async-to-generator": "^7.10.1", "@babel/plugin-transform-block-scoped-functions": "^7.10.1", "@babel/plugin-transform-block-scoping": "^7.10.1", - "@babel/plugin-transform-classes": "^7.10.1", - "@babel/plugin-transform-computed-properties": "^7.10.1", + "@babel/plugin-transform-classes": "^7.10.3", + "@babel/plugin-transform-computed-properties": "^7.10.3", "@babel/plugin-transform-destructuring": "^7.10.1", "@babel/plugin-transform-dotall-regex": "^7.10.1", "@babel/plugin-transform-duplicate-keys": "^7.10.1", @@ -56,24 +56,24 @@ "@babel/plugin-transform-member-expression-literals": "^7.10.1", "@babel/plugin-transform-modules-amd": "^7.10.1", "@babel/plugin-transform-modules-commonjs": "^7.10.1", - "@babel/plugin-transform-modules-systemjs": "^7.10.1", + "@babel/plugin-transform-modules-systemjs": "^7.10.3", "@babel/plugin-transform-modules-umd": "^7.10.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.3", "@babel/plugin-transform-new-target": "^7.10.1", "@babel/plugin-transform-object-super": "^7.10.1", "@babel/plugin-transform-parameters": "^7.10.1", "@babel/plugin-transform-property-literals": "^7.10.1", - "@babel/plugin-transform-regenerator": "^7.10.1", + "@babel/plugin-transform-regenerator": "^7.10.3", "@babel/plugin-transform-reserved-words": "^7.10.1", "@babel/plugin-transform-shorthand-properties": "^7.10.1", "@babel/plugin-transform-spread": "^7.10.1", "@babel/plugin-transform-sticky-regex": "^7.10.1", - "@babel/plugin-transform-template-literals": "^7.10.1", + "@babel/plugin-transform-template-literals": "^7.10.3", "@babel/plugin-transform-typeof-symbol": "^7.10.1", "@babel/plugin-transform-unicode-escapes": "^7.10.1", "@babel/plugin-transform-unicode-regex": "^7.10.1", "@babel/preset-modules": "^0.1.3", - "@babel/types": "^7.10.2", + "@babel/types": "^7.10.3", "browserslist": "^4.12.0", "core-js-compat": "^3.6.2", "invariant": "^2.2.2", @@ -84,10 +84,10 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/cli": "^7.10.1", - "@babel/core": "^7.10.2", + "@babel/cli": "^7.10.3", + "@babel/core": "^7.10.3", "@babel/helper-fixtures": "^7.10.1", - "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.3", "@babel/plugin-syntax-dynamic-import": "^7.2.0" } } diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index effa4856ca..c377864c9b 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,6 +1,6 @@ { "name": "@babel/register", - "version": "7.10.1", + "version": "7.10.3", "description": "babel require hook", "license": "MIT", "publishConfig": { @@ -27,7 +27,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.1", + "@babel/core": "^7.10.3", "@babel/plugin-transform-modules-commonjs": "^7.10.1", "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 9f8174656b..94af32646d 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.2", + "version": "7.10.3", "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 b4ed50cd6a..0bc3f7326a 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.2", + "version": "7.10.3", "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 a3cc9f76ac..4b315893cb 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.10.2", + "version": "7.10.3", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index a25a876a2d..039d4c75c7 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.10.2", + "version": "7.10.3", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ @@ -11,12 +11,12 @@ "prepublishOnly": "cd ../.. && make prepublish-build-standalone" }, "devDependencies": { - "@babel/core": "^7.10.2", - "@babel/helper-plugin-utils": "^7.10.1", + "@babel/core": "^7.10.3", + "@babel/helper-plugin-utils": "^7.10.3", "@babel/plugin-external-helpers": "^7.10.1", - "@babel/plugin-proposal-async-generator-functions": "^7.10.1", + "@babel/plugin-proposal-async-generator-functions": "^7.10.3", "@babel/plugin-proposal-class-properties": "^7.10.1", - "@babel/plugin-proposal-decorators": "^7.10.1", + "@babel/plugin-proposal-decorators": "^7.10.3", "@babel/plugin-proposal-do-expressions": "^7.10.1", "@babel/plugin-proposal-dynamic-import": "^7.10.1", "@babel/plugin-proposal-export-default-from": "^7.10.1", @@ -24,12 +24,12 @@ "@babel/plugin-proposal-function-bind": "^7.10.1", "@babel/plugin-proposal-function-sent": "^7.10.1", "@babel/plugin-proposal-json-strings": "^7.10.1", - "@babel/plugin-proposal-logical-assignment-operators": "^7.10.1", + "@babel/plugin-proposal-logical-assignment-operators": "^7.10.3", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", "@babel/plugin-proposal-numeric-separator": "^7.10.1", - "@babel/plugin-proposal-object-rest-spread": "^7.10.1", + "@babel/plugin-proposal-object-rest-spread": "^7.10.3", "@babel/plugin-proposal-optional-catch-binding": "^7.10.1", - "@babel/plugin-proposal-optional-chaining": "^7.10.1", + "@babel/plugin-proposal-optional-chaining": "^7.10.3", "@babel/plugin-proposal-pipeline-operator": "^7.10.1", "@babel/plugin-proposal-private-methods": "^7.10.1", "@babel/plugin-proposal-private-property-in-object": "^7.10.1", @@ -56,8 +56,8 @@ "@babel/plugin-transform-async-to-generator": "^7.10.1", "@babel/plugin-transform-block-scoped-functions": "^7.10.1", "@babel/plugin-transform-block-scoping": "^7.10.1", - "@babel/plugin-transform-classes": "^7.10.1", - "@babel/plugin-transform-computed-properties": "^7.10.1", + "@babel/plugin-transform-classes": "^7.10.3", + "@babel/plugin-transform-computed-properties": "^7.10.3", "@babel/plugin-transform-destructuring": "^7.10.1", "@babel/plugin-transform-dotall-regex": "^7.10.1", "@babel/plugin-transform-duplicate-keys": "^7.10.1", @@ -72,38 +72,38 @@ "@babel/plugin-transform-member-expression-literals": "^7.10.1", "@babel/plugin-transform-modules-amd": "^7.10.1", "@babel/plugin-transform-modules-commonjs": "^7.10.1", - "@babel/plugin-transform-modules-systemjs": "^7.10.1", + "@babel/plugin-transform-modules-systemjs": "^7.10.3", "@babel/plugin-transform-modules-umd": "^7.10.1", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.10.3", "@babel/plugin-transform-new-target": "^7.10.1", - "@babel/plugin-transform-object-assign": "^7.10.1", + "@babel/plugin-transform-object-assign": "^7.10.3", "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.10.1", "@babel/plugin-transform-object-super": "^7.10.1", "@babel/plugin-transform-parameters": "^7.10.1", "@babel/plugin-transform-property-literals": "^7.10.1", - "@babel/plugin-transform-property-mutators": "^7.10.1", + "@babel/plugin-transform-property-mutators": "^7.10.3", "@babel/plugin-transform-proto-to-assign": "^7.10.1", "@babel/plugin-transform-react-constant-elements": "^7.10.1", - "@babel/plugin-transform-react-display-name": "^7.10.1", + "@babel/plugin-transform-react-display-name": "^7.10.3", "@babel/plugin-transform-react-inline-elements": "^7.10.1", - "@babel/plugin-transform-react-jsx": "^7.10.1", + "@babel/plugin-transform-react-jsx": "^7.10.3", "@babel/plugin-transform-react-jsx-compat": "^7.10.1", "@babel/plugin-transform-react-jsx-development": "^7.10.1", "@babel/plugin-transform-react-jsx-self": "^7.10.1", "@babel/plugin-transform-react-jsx-source": "^7.10.1", - "@babel/plugin-transform-regenerator": "^7.10.1", + "@babel/plugin-transform-regenerator": "^7.10.3", "@babel/plugin-transform-reserved-words": "^7.10.1", - "@babel/plugin-transform-runtime": "^7.10.1", + "@babel/plugin-transform-runtime": "^7.10.3", "@babel/plugin-transform-shorthand-properties": "^7.10.1", "@babel/plugin-transform-spread": "^7.10.1", "@babel/plugin-transform-sticky-regex": "^7.10.1", "@babel/plugin-transform-strict-mode": "^7.10.1", - "@babel/plugin-transform-template-literals": "^7.10.1", + "@babel/plugin-transform-template-literals": "^7.10.3", "@babel/plugin-transform-typeof-symbol": "^7.10.1", - "@babel/plugin-transform-typescript": "^7.10.1", + "@babel/plugin-transform-typescript": "^7.10.3", "@babel/plugin-transform-unicode-escapes": "^7.10.1", "@babel/plugin-transform-unicode-regex": "^7.10.1", - "@babel/preset-env": "^7.10.2", + "@babel/preset-env": "^7.10.3", "@babel/preset-flow": "^7.10.1", "@babel/preset-react": "^7.10.1", "@babel/preset-typescript": "^7.10.1" diff --git a/packages/babel-template/package.json b/packages/babel-template/package.json index 09913f5177..08f3c07eaa 100644 --- a/packages/babel-template/package.json +++ b/packages/babel-template/package.json @@ -1,6 +1,6 @@ { "name": "@babel/template", - "version": "7.10.1", + "version": "7.10.3", "description": "Generate an AST from a string template.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -15,8 +15,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/code-frame": "^7.10.1", - "@babel/parser": "^7.10.1", - "@babel/types": "^7.10.1" + "@babel/code-frame": "^7.10.3", + "@babel/parser": "^7.10.3", + "@babel/types": "^7.10.3" } } diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 25a9a6cb90..66d6fe4104 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.10.1", + "version": "7.10.3", "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/", @@ -15,17 +15,17 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/code-frame": "^7.10.1", - "@babel/generator": "^7.10.1", - "@babel/helper-function-name": "^7.10.1", + "@babel/code-frame": "^7.10.3", + "@babel/generator": "^7.10.3", + "@babel/helper-function-name": "^7.10.3", "@babel/helper-split-export-declaration": "^7.10.1", - "@babel/parser": "^7.10.1", - "@babel/types": "^7.10.1", + "@babel/parser": "^7.10.3", + "@babel/types": "^7.10.3", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" }, "devDependencies": { - "@babel/helper-plugin-test-runner": "^7.10.1" + "@babel/helper-plugin-test-runner": "^7.10.3" } } diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 608f818bce..c5f3f51d91 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.10.2", + "version": "7.10.3", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -16,12 +16,12 @@ "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { - "@babel/helper-validator-identifier": "^7.10.1", + "@babel/helper-validator-identifier": "^7.10.3", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" }, "devDependencies": { - "@babel/generator": "^7.10.2", - "@babel/parser": "^7.10.2" + "@babel/generator": "^7.10.3", + "@babel/parser": "^7.10.3" } }