diff --git a/lerna.json b/lerna.json index d92118c2c199..e057b36a32cd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.10.0", + "version": "7.10.1", "changelog": { "repo": "babel/babel", "cacheDir": ".changelog", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 357971c4dbfb..ad5db12e5195 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.10.0", + "version": "7.10.1", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,8 +9,8 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-cli" }, "keywords": [ @@ -39,8 +39,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-fixtures": "^7.8.3", + "@babel/core": "^7.10.1", + "@babel/helper-fixtures": "^7.10.1", "rimraf": "^3.0.0" }, "bin": { diff --git a/packages/babel-code-frame/package.json b/packages/babel-code-frame/package.json index efbc050d3b3e..29ef0e75fc83 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.8.3", + "version": "7.10.1", "description": "Generate errors that contain a code frame that point to source locations.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,13 +9,13 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-code-frame" }, "main": "lib/index.js", "dependencies": { - "@babel/highlight": "^7.8.3" + "@babel/highlight": "^7.10.1" }, "devDependencies": { "chalk": "^2.0.0", diff --git a/packages/babel-compat-data/package.json b/packages/babel-compat-data/package.json index d69acd9fce85..8d6b90c5d158 100644 --- a/packages/babel-compat-data/package.json +++ b/packages/babel-compat-data/package.json @@ -1,12 +1,12 @@ { "name": "@babel/compat-data", - "version": "7.10.0", + "version": "7.10.1", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-compat-data" }, "publishConfig": { @@ -34,7 +34,7 @@ "semver": "^5.5.0" }, "devDependencies": { - "@babel/helper-compilation-targets": "^7.10.0", + "@babel/helper-compilation-targets": "^7.10.1", "caniuse-db": "1.0.30001035", "electron-to-chromium": "1.3.377", "lodash": "^4.17.15" diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index c7edbba53565..2241cdca5566 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.10.0", + "version": "7.10.1", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -10,8 +10,8 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-core" }, "keywords": [ @@ -43,14 +43,14 @@ "./src/transform-file.js": "./src/transform-file-browser.js" }, "dependencies": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.10.0", - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helpers": "^7.10.0", - "@babel/parser": "^7.10.0", - "@babel/template": "^7.10.0", - "@babel/traverse": "^7.10.0", - "@babel/types": "^7.10.0", + "@babel/code-frame": "^7.10.1", + "@babel/generator": "^7.10.1", + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helpers": "^7.10.1", + "@babel/parser": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1", "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.8.3" + "@babel/helper-transform-fixture-test-runner": "^7.10.1" } } diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index 7fbc0593015b..1650dfe4bb8c 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.10.0", + "version": "7.10.1", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,8 +9,8 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-generator" }, "main": "lib/index.js", @@ -18,13 +18,13 @@ "lib" ], "dependencies": { - "@babel/types": "^7.10.0", + "@babel/types": "^7.10.1", "jsesc": "^2.5.1", "lodash": "^4.17.13", "source-map": "^0.5.0" }, "devDependencies": { - "@babel/helper-fixtures": "^7.8.6", - "@babel/parser": "^7.10.0" + "@babel/helper-fixtures": "^7.10.1", + "@babel/parser": "^7.10.1" } } diff --git a/packages/babel-helper-annotate-as-pure/package.json b/packages/babel-helper-annotate-as-pure/package.json index a8cc0982ebac..76e9a780a654 100644 --- a/packages/babel-helper-annotate-as-pure/package.json +++ b/packages/babel-helper-annotate-as-pure/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-annotate-as-pure", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to annotate paths and nodes with #__PURE__ comment", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-annotate-as-pure" }, "license": "MIT", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-bindify-decorators/package.json b/packages/babel-helper-bindify-decorators/package.json index 0831c4e8bf0f..d348b0a3cde3 100644 --- a/packages/babel-helper-bindify-decorators/package.json +++ b/packages/babel-helper-bindify-decorators/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-bindify-decorators", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to bindify decorators", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-bindify-decorators" }, "license": "MIT", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" } } 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 a0784f6e9d6d..2bb093295202 100644 --- a/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json +++ b/packages/babel-helper-builder-binary-assignment-operator-visitor/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-builder-binary-assignment-operator-visitor", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to build binary assignment operator visitors", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" }, "license": "MIT", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-explode-assignable-expression": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/helper-explode-assignable-expression": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-builder-react-jsx-experimental/package.json b/packages/babel-helper-builder-react-jsx-experimental/package.json index c6df5fb08296..a7f4f74b0949 100644 --- a/packages/babel-helper-builder-react-jsx-experimental/package.json +++ b/packages/babel-helper-builder-react-jsx-experimental/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-builder-react-jsx-experimental", - "version": "7.9.5", + "version": "7.10.1", "description": "Helper function to build react jsx", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-builder-react-jsx-experimental" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-module-imports": "^7.8.3", - "@babel/types": "^7.9.5" + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-module-imports": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-builder-react-jsx/package.json b/packages/babel-helper-builder-react-jsx/package.json index a3ae21e81fe2..9870eddc0e74 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-builder-react-jsx", - "version": "7.9.0", + "version": "7.10.1", "description": "Helper function to build react jsx", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-builder-react-jsx" }, "license": "MIT", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/types": "^7.9.0" + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-call-delegate/package.json b/packages/babel-helper-call-delegate/package.json index 2027f53b04b7..fef915193977 100644 --- a/packages/babel-helper-call-delegate/package.json +++ b/packages/babel-helper-call-delegate/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-call-delegate", - "version": "7.8.7", + "version": "7.10.1", "description": "Helper function to call delegate", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-call-delegate" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-hoist-variables": "^7.8.3", - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.7" + "@babel/helper-hoist-variables": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-compilation-targets/package.json b/packages/babel-helper-compilation-targets/package.json index b1ab9a11b960..94592b76c19b 100644 --- a/packages/babel-helper-compilation-targets/package.json +++ b/packages/babel-helper-compilation-targets/package.json @@ -1,12 +1,12 @@ { "name": "@babel/helper-compilation-targets", - "version": "7.10.0", + "version": "7.10.1", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Engine compat data used in @babel/preset-env", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-compilation-targets" }, "main": "lib/index.js", @@ -21,7 +21,7 @@ "babel-plugin" ], "dependencies": { - "@babel/compat-data": "^7.10.0", + "@babel/compat-data": "^7.10.1", "browserslist": "^4.12.0", "invariant": "^2.2.4", "levenary": "^1.1.1", @@ -31,7 +31,7 @@ "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index 01917b291c1b..27d59108aab1 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -1,12 +1,12 @@ { "name": "@babel/helper-create-class-features-plugin", - "version": "7.10.0", + "version": "7.10.1", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-create-class-features-plugin" }, "main": "lib/index.js", @@ -18,18 +18,18 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-member-expression-to-functions": "^7.10.0", - "@babel/helper-optimise-call-expression": "^7.10.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-replace-supers": "^7.10.0", - "@babel/helper-split-export-declaration": "^7.8.3" + "@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-replace-supers": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-helper-create-regexp-features-plugin/package.json b/packages/babel-helper-create-regexp-features-plugin/package.json index 90654cabbd30..c619963bd2c6 100644 --- a/packages/babel-helper-create-regexp-features-plugin/package.json +++ b/packages/babel-helper-create-regexp-features-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-create-regexp-features-plugin", - "version": "7.8.8", + "version": "7.10.1", "author": "The Babel Team (https://babeljs.io/team)", "license": "MIT", "description": "Compile ESNext Regular Expressions to ES5", @@ -18,15 +18,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-regex": "^7.8.3", + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-regex": "^7.10.1", "regexpu-core": "^4.7.0" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.8.6", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-helper-define-map/package.json b/packages/babel-helper-define-map/package.json index 881999eb5c1d..96a688388272 100644 --- a/packages/babel-helper-define-map/package.json +++ b/packages/babel-helper-define-map/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-define-map", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to define a map", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-define-map" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-function-name": "^7.8.3", - "@babel/types": "^7.8.3", + "@babel/helper-function-name": "^7.10.1", + "@babel/types": "^7.10.1", "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 e6fbcc193fbf..600710d0a029 100644 --- a/packages/babel-helper-explode-assignable-expression/package.json +++ b/packages/babel-helper-explode-assignable-expression/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-explode-assignable-expression", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to explode an assignable expression", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-explode-assignable-expression" }, "license": "MIT", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-explode-class/package.json b/packages/babel-helper-explode-class/package.json index 2ddba0c3a37f..4abc5d8a8895 100644 --- a/packages/babel-helper-explode-class/package.json +++ b/packages/babel-helper-explode-class/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-explode-class", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to explode class", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-explode-class" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-bindify-decorators": "^7.8.3", - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/helper-bindify-decorators": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-fixtures/package.json b/packages/babel-helper-fixtures/package.json index 33bbb3ec7a67..93f6f4e61ff1 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.8.6", + "version": "7.10.1", "description": "Helper function to support fixtures", "author": "Sebastian McKenzie ", "license": "MIT", @@ -8,8 +8,8 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-fixtures" }, "main": "lib/index.js", diff --git a/packages/babel-helper-function-name/package.json b/packages/babel-helper-function-name/package.json index 70aa3a5c5902..247a05c2c327 100644 --- a/packages/babel-helper-function-name/package.json +++ b/packages/babel-helper-function-name/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-function-name", - "version": "7.9.5", + "version": "7.10.1", "description": "Helper function to change the property 'name' of every function", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-function-name" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/types": "^7.9.5" + "@babel/helper-get-function-arity": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index 50d85b33acf0..94ad8ffff51e 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-get-function-arity", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to get function arity", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-get-function-arity" }, "license": "MIT", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-hoist-variables/package.json b/packages/babel-helper-hoist-variables/package.json index 30fc03268def..73c3140368e7 100644 --- a/packages/babel-helper-hoist-variables/package.json +++ b/packages/babel-helper-hoist-variables/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-hoist-variables", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to hoist variables", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-hoist-variables" }, "license": "MIT", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-member-expression-to-functions/package.json b/packages/babel-helper-member-expression-to-functions/package.json index a049fd8debb6..1994d41686cf 100644 --- a/packages/babel-helper-member-expression-to-functions/package.json +++ b/packages/babel-helper-member-expression-to-functions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-member-expression-to-functions", - "version": "7.10.0", + "version": "7.10.1", "description": "Helper function to replace certain member expressions with function calls", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-member-expression-to-functions" }, "license": "MIT", @@ -14,6 +14,6 @@ "main": "lib/index.js", "author": "Justin Ridgewell ", "dependencies": { - "@babel/types": "^7.10.0" + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-module-imports/package.json b/packages/babel-helper-module-imports/package.json index a635c74c03f4..f1657d75dedf 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.8.3", + "version": "7.10.1", "description": "Babel helper functions for inserting module loads", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", @@ -9,15 +9,15 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-module-imports" }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.1" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-helper-module-transforms/package.json b/packages/babel-helper-module-transforms/package.json index 2276223875d0..d587f5b7711b 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.9.0", + "version": "7.10.1", "description": "Babel helper functions for implementing ES6 module transformations", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", @@ -9,18 +9,18 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-module-transforms" }, "main": "lib/index.js", "dependencies": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.6", - "@babel/helper-simple-access": "^7.8.3", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/template": "^7.8.6", - "@babel/types": "^7.9.0", + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-replace-supers": "^7.10.1", + "@babel/helper-simple-access": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/types": "^7.10.1", "lodash": "^4.17.13" } } diff --git a/packages/babel-helper-optimise-call-expression/package.json b/packages/babel-helper-optimise-call-expression/package.json index 11a5af36cc44..17e5024d7f4c 100644 --- a/packages/babel-helper-optimise-call-expression/package.json +++ b/packages/babel-helper-optimise-call-expression/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-optimise-call-expression", - "version": "7.10.0", + "version": "7.10.1", "description": "Helper function to optimise call expression", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-optimise-call-expression" }, "license": "MIT", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.10.0" + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-plugin-test-runner/package.json b/packages/babel-helper-plugin-test-runner/package.json index 032237a22957..a026963c94e6 100644 --- a/packages/babel-helper-plugin-test-runner/package.json +++ b/packages/babel-helper-plugin-test-runner/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-plugin-test-runner", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to support test runner", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-plugin-test-runner" }, "license": "MIT", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-transform-fixture-test-runner": "^7.8.3" + "@babel/helper-transform-fixture-test-runner": "^7.10.1" } } diff --git a/packages/babel-helper-plugin-utils/package.json b/packages/babel-helper-plugin-utils/package.json index d5fe357e3298..b22a837afdaa 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.8.3", + "version": "7.10.1", "description": "General utilities for plugins to use", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", @@ -9,8 +9,8 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-plugin-utils" }, "main": "lib/index.js" diff --git a/packages/babel-helper-regex/package.json b/packages/babel-helper-regex/package.json index 4c2a0b35dbc5..8a6d484bc2a5 100644 --- a/packages/babel-helper-regex/package.json +++ b/packages/babel-helper-regex/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-regex", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to check for literal RegEx", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-regex" }, "license": "MIT", diff --git a/packages/babel-helper-remap-async-to-generator/package.json b/packages/babel-helper-remap-async-to-generator/package.json index 244f98365406..2d72bdd2a45e 100644 --- a/packages/babel-helper-remap-async-to-generator/package.json +++ b/packages/babel-helper-remap-async-to-generator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-remap-async-to-generator", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper function to remap async functions to generators", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-remap-async-to-generator" }, "license": "MIT", @@ -13,10 +13,10 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-wrap-function": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" + "@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" } } diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index cb560ca60180..42542a192185 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-replace-supers", - "version": "7.10.0", + "version": "7.10.1", "description": "Helper function to replace supers", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-replace-supers" }, "license": "MIT", @@ -13,9 +13,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.10.0", - "@babel/helper-optimise-call-expression": "^7.10.0", - "@babel/traverse": "^7.10.0", - "@babel/types": "^7.10.0" + "@babel/helper-member-expression-to-functions": "^7.10.1", + "@babel/helper-optimise-call-expression": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-simple-access/package.json b/packages/babel-helper-simple-access/package.json index 8cc2be3d8a57..c5948e3ab98f 100644 --- a/packages/babel-helper-simple-access/package.json +++ b/packages/babel-helper-simple-access/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-simple-access", - "version": "7.8.3", + "version": "7.10.1", "description": "Babel helper for ensuring that access to a given value is performed through simple accesses", "author": "Logan Smyth ", "homepage": "https://babeljs.io/", @@ -9,13 +9,13 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-simple-access" }, "main": "lib/index.js", "dependencies": { - "@babel/template": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/template": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-split-export-declaration/package.json b/packages/babel-helper-split-export-declaration/package.json index 0ef97387143b..b33bf482e9f7 100644 --- a/packages/babel-helper-split-export-declaration/package.json +++ b/packages/babel-helper-split-export-declaration/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-split-export-declaration", - "version": "7.8.3", + "version": "7.10.1", "description": "", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-split-export-declaration" }, "license": "MIT", @@ -13,6 +13,6 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/types": "^7.8.3" + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helper-transform-fixture-test-runner/package.json b/packages/babel-helper-transform-fixture-test-runner/package.json index 302d1ef4496d..badbb5fce3c7 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.9.2", + "version": "7.10.1", "description": "Transform test runner for @babel/helper-fixtures module", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,16 +9,16 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-transform-fixture-test-runner" }, "main": "lib/index.js", "dependencies": { - "@babel/code-frame": "^7.8.3", - "@babel/core": "^7.8.3", - "@babel/helper-fixtures": "^7.8.3", - "@babel/polyfill": "^7.8.3", + "@babel/code-frame": "^7.10.1", + "@babel/core": "^7.10.1", + "@babel/helper-fixtures": "^7.10.1", + "@babel/polyfill": "^7.10.1", "babel-check-duplicated-nodes": "^1.0.0", "jest": "^24.8.0", "jest-diff": "^24.8.0", diff --git a/packages/babel-helper-validator-identifier/package.json b/packages/babel-helper-validator-identifier/package.json index de5f0fa3db04..1c693f74e68a 100644 --- a/packages/babel-helper-validator-identifier/package.json +++ b/packages/babel-helper-validator-identifier/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-validator-identifier", - "version": "7.9.5", + "version": "7.10.1", "description": "Validate identifier/keywords name", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-validator-identifier" }, "license": "MIT", diff --git a/packages/babel-helper-wrap-function/package.json b/packages/babel-helper-wrap-function/package.json index c4efd5be9526..eb4cdca55efe 100644 --- a/packages/babel-helper-wrap-function/package.json +++ b/packages/babel-helper-wrap-function/package.json @@ -1,10 +1,10 @@ { "name": "@babel/helper-wrap-function", - "version": "7.8.3", + "version": "7.10.1", "description": "Helper to wrap functions inside a function call.", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helper-wrap-function" }, "license": "MIT", @@ -13,9 +13,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-function-name": "^7.8.3", - "@babel/template": "^7.8.3", - "@babel/traverse": "^7.8.3", - "@babel/types": "^7.8.3" + "@babel/helper-function-name": "^7.10.1", + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 0a9c93be86bb..8d3be71b533a 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helpers", - "version": "7.10.0", + "version": "7.10.1", "description": "Collection of helper functions used by Babel transforms.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,17 +9,17 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-helpers" }, "main": "lib/index.js", "dependencies": { - "@babel/template": "^7.10.0", - "@babel/traverse": "^7.10.0", - "@babel/types": "^7.10.0" + "@babel/template": "^7.10.1", + "@babel/traverse": "^7.10.1", + "@babel/types": "^7.10.1" }, "devDependencies": { - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-highlight/package.json b/packages/babel-highlight/package.json index b33281f3821b..7dc609430ddb 100644 --- a/packages/babel-highlight/package.json +++ b/packages/babel-highlight/package.json @@ -1,6 +1,6 @@ { "name": "@babel/highlight", - "version": "7.9.0", + "version": "7.10.1", "description": "Syntax highlight JavaScript strings for output in terminals.", "author": "suchipi ", "homepage": "https://babeljs.io/", @@ -9,13 +9,13 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-highlight" }, "main": "lib/index.js", "dependencies": { - "@babel/helper-validator-identifier": "^7.9.0", + "@babel/helper-validator-identifier": "^7.10.1", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, diff --git a/packages/babel-node/package.json b/packages/babel-node/package.json index d1a8ff236fbe..6cb6f26013eb 100644 --- a/packages/babel-node/package.json +++ b/packages/babel-node/package.json @@ -1,6 +1,6 @@ { "name": "@babel/node", - "version": "7.8.7", + "version": "7.10.1", "description": "Babel command line", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,8 +9,8 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-node" }, "keywords": [ @@ -23,7 +23,7 @@ "compiler" ], "dependencies": { - "@babel/register": "^7.8.3", + "@babel/register": "^7.10.1", "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.8.7", - "@babel/helper-fixtures": "^7.8.3", - "@babel/runtime": "^7.8.7", + "@babel/core": "^7.10.1", + "@babel/helper-fixtures": "^7.10.1", + "@babel/runtime": "^7.10.1", "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 3b0651df8c1c..316e759b08a7 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.10.0", + "version": "7.10.1", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -17,8 +17,8 @@ "@babel/parser" ], "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-parser" }, "main": "lib/index.js", @@ -32,9 +32,9 @@ "node": ">=6.0.0" }, "devDependencies": { - "@babel/code-frame": "^7.8.3", - "@babel/helper-fixtures": "^7.8.6", - "@babel/helper-validator-identifier": "^7.9.0", + "@babel/code-frame": "^7.10.1", + "@babel/helper-fixtures": "^7.10.1", + "@babel/helper-validator-identifier": "^7.10.1", "charcodes": "^0.2.0" }, "bin": { diff --git a/packages/babel-plugin-external-helpers/package.json b/packages/babel-plugin-external-helpers/package.json index 5b8f4c89cb7c..7e606a63879e 100644 --- a/packages/babel-plugin-external-helpers/package.json +++ b/packages/babel-plugin-external-helpers/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-external-helpers", - "version": "7.8.3", + "version": "7.10.1", "description": "This plugin contains helper functions that’ll be placed at the top of the generated code", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-external-helpers" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-async-generator-functions/package.json b/packages/babel-plugin-proposal-async-generator-functions/package.json index ab9f3394848d..85511fc67cc0 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/package.json +++ b/packages/babel-plugin-proposal-async-generator-functions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-async-generator-functions", - "version": "7.8.3", + "version": "7.10.1", "description": "Turn async generator functions into ES2015 generators", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-async-generator-functions" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-remap-async-to-generator": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-remap-async-to-generator": "^7.10.1", "@babel/plugin-syntax-async-generators": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-class-properties/package.json b/packages/babel-plugin-proposal-class-properties/package.json index 7d81e69dfc5a..bdee54c1b67d 100644 --- a/packages/babel-plugin-proposal-class-properties/package.json +++ b/packages/babel-plugin-proposal-class-properties/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-class-properties", - "version": "7.8.3", + "version": "7.10.1", "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-class-properties" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-decorators/package.json b/packages/babel-plugin-proposal-decorators/package.json index 3da8b71f853a..1d696191b022 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.0", + "version": "7.10.1", "author": "Logan Smyth ", "license": "MIT", "publishConfig": { @@ -8,8 +8,8 @@ }, "description": "Compile class and object decorators to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-decorators" }, "main": "lib/index.js", @@ -19,15 +19,15 @@ "decorators" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-decorators": "^7.8.3" + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-decorators": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-do-expressions/package.json b/packages/babel-plugin-proposal-do-expressions/package.json index 00ae511d3ebd..3bfd9fe3f2ee 100644 --- a/packages/babel-plugin-proposal-do-expressions/package.json +++ b/packages/babel-plugin-proposal-do-expressions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-do-expressions", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile do expressions to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-do-expressions" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-do-expressions": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-do-expressions": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-dynamic-import/package.json b/packages/babel-plugin-proposal-dynamic-import/package.json index 2613034714d8..18c8df227be9 100644 --- a/packages/babel-plugin-proposal-dynamic-import/package.json +++ b/packages/babel-plugin-proposal-dynamic-import/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-dynamic-import", - "version": "7.8.3", + "version": "7.10.1", "description": "Transform import() expressions", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-dynamic-import" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-export-default-from/package.json b/packages/babel-plugin-proposal-export-default-from/package.json index 20577c3e3fa1..e16a7a6458cc 100644 --- a/packages/babel-plugin-proposal-export-default-from/package.json +++ b/packages/babel-plugin-proposal-export-default-from/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-export-default-from", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile export default to ES2015", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-export-default-from" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-export-default-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-export-default-from": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-export-namespace-from/package.json b/packages/babel-plugin-proposal-export-namespace-from/package.json index 164114f955f3..ed58032a930d 100644 --- a/packages/babel-plugin-proposal-export-namespace-from/package.json +++ b/packages/babel-plugin-proposal-export-namespace-from/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-export-namespace-from", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile export namespace to ES2015", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-export-namespace-from" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-function-bind/package.json b/packages/babel-plugin-proposal-function-bind/package.json index f93422080a9a..6ef80ea300fe 100644 --- a/packages/babel-plugin-proposal-function-bind/package.json +++ b/packages/babel-plugin-proposal-function-bind/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-function-bind", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile function bind operator to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-function-bind" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-function-bind": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-function-bind": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-function-sent/package.json b/packages/babel-plugin-proposal-function-sent/package.json index b47b9b9f2017..7bad6a7ad96d 100644 --- a/packages/babel-plugin-proposal-function-sent/package.json +++ b/packages/babel-plugin-proposal-function-sent/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-function-sent", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile the function.sent meta property to valid ES2015 code", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-function-sent" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-wrap-function": "^7.8.3", - "@babel/plugin-syntax-function-sent": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-wrap-function": "^7.10.1", + "@babel/plugin-syntax-function-sent": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-json-strings/package.json b/packages/babel-plugin-proposal-json-strings/package.json index 338b57fc7e83..1cc0efd15926 100644 --- a/packages/babel-plugin-proposal-json-strings/package.json +++ b/packages/babel-plugin-proposal-json-strings/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-json-strings", - "version": "7.10.0", + "version": "7.10.1", "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-json-strings" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-json-strings": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-logical-assignment-operators/package.json b/packages/babel-plugin-proposal-logical-assignment-operators/package.json index fe06347aa55d..4bda9a103a93 100644 --- a/packages/babel-plugin-proposal-logical-assignment-operators/package.json +++ b/packages/babel-plugin-proposal-logical-assignment-operators/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-logical-assignment-operators", - "version": "7.10.0", + "version": "7.10.1", "description": "Transforms logical assignment operators into short-circuited assignments", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-logical-assignment-operators" }, "license": "MIT", @@ -16,16 +16,16 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@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-nullish-coalescing-operator/package.json b/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json index 77d334c7d2d5..17871f77daf4 100644 --- a/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json +++ b/packages/babel-plugin-proposal-nullish-coalescing-operator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-nullish-coalescing-operator", - "version": "7.8.3", + "version": "7.10.1", "description": "Remove nullish coalescing operator", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-nullish-coalescing-operator" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-numeric-separator/package.json b/packages/babel-plugin-proposal-numeric-separator/package.json index d4d27bba512f..e11cdf960ae3 100644 --- a/packages/babel-plugin-proposal-numeric-separator/package.json +++ b/packages/babel-plugin-proposal-numeric-separator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-numeric-separator", - "version": "7.8.3", + "version": "7.10.1", "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-numeric-separator" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-numeric-separator": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-object-rest-spread/package.json b/packages/babel-plugin-proposal-object-rest-spread/package.json index 0c95e8fdb1b7..699eeccdb2e7 100644 --- a/packages/babel-plugin-proposal-object-rest-spread/package.json +++ b/packages/babel-plugin-proposal-object-rest-spread/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-object-rest-spread", - "version": "7.10.0", + "version": "7.10.1", "description": "Compile object rest and spread to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-object-rest-spread" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", - "@babel/plugin-transform-parameters": "^7.9.5" + "@babel/plugin-transform-parameters": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-optional-catch-binding/package.json b/packages/babel-plugin-proposal-optional-catch-binding/package.json index 1b85a0e8bd12..fe60dc0ffb3b 100644 --- a/packages/babel-plugin-proposal-optional-catch-binding/package.json +++ b/packages/babel-plugin-proposal-optional-catch-binding/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-optional-catch-binding", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile optional catch bindings", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-optional-catch-binding" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-optional-chaining/package.json b/packages/babel-plugin-proposal-optional-chaining/package.json index 1c8b2a93f512..852c968c01ae 100644 --- a/packages/babel-plugin-proposal-optional-chaining/package.json +++ b/packages/babel-plugin-proposal-optional-chaining/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-optional-chaining", - "version": "7.10.0", + "version": "7.10.1", "description": "Transform optional chaining operators into a series of nil checks", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-optional-chaining" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "@babel/plugin-syntax-optional-chaining": "^7.8.0" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/plugin-transform-block-scoping": "^7.10.0" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/plugin-transform-block-scoping": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-partial-application/package.json b/packages/babel-plugin-proposal-partial-application/package.json index 9a3317a5ac3c..32f0670f040b 100644 --- a/packages/babel-plugin-proposal-partial-application/package.json +++ b/packages/babel-plugin-proposal-partial-application/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-partial-application", - "version": "7.8.3", + "version": "7.10.1", "description": "Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-partial-application" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-partial-application": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-partial-application": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-pipeline-operator/package.json b/packages/babel-plugin-proposal-pipeline-operator/package.json index c7d8778f5d90..4ee3d49456ae 100644 --- a/packages/babel-plugin-proposal-pipeline-operator/package.json +++ b/packages/babel-plugin-proposal-pipeline-operator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-pipeline-operator", - "version": "7.8.3", + "version": "7.10.1", "description": "Transform pipeline operator into call expressions", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-pipeline-operator" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-pipeline-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-pipeline-operator": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-private-methods/package.json b/packages/babel-plugin-proposal-private-methods/package.json index 2cef05336b23..8c54c4bdbae4 100644 --- a/packages/babel-plugin-proposal-private-methods/package.json +++ b/packages/babel-plugin-proposal-private-methods/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-private-methods", - "version": "7.8.3", + "version": "7.10.1", "description": "This plugin transforms private class methods", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-private-methods" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-private-property-in-object/package.json b/packages/babel-plugin-proposal-private-property-in-object/package.json index bb8dbbab8347..99859fd16ead 100644 --- a/packages/babel-plugin-proposal-private-property-in-object/package.json +++ b/packages/babel-plugin-proposal-private-property-in-object/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-private-property-in-object", - "version": "7.10.0", + "version": "7.10.1", "description": "This plugin transforms checks for a private property in an object", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-private-property-in-object" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.0", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-throw-expressions/package.json b/packages/babel-plugin-proposal-throw-expressions/package.json index e15f509b7ff0..264e70cafea3 100644 --- a/packages/babel-plugin-proposal-throw-expressions/package.json +++ b/packages/babel-plugin-proposal-throw-expressions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-proposal-throw-expressions", - "version": "7.8.3", + "version": "7.10.1", "description": "Wraps Throw Expressions in an IIFE", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-throw-expressions" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-throw-expressions": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-throw-expressions": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-proposal-unicode-property-regex/package.json b/packages/babel-plugin-proposal-unicode-property-regex/package.json index ff73b644a571..b4239e0d8185 100644 --- a/packages/babel-plugin-proposal-unicode-property-regex/package.json +++ b/packages/babel-plugin-proposal-unicode-property-regex/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-unicode-property-regex", - "version": "7.8.8", + "version": "7.10.1", "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.", "homepage": "https://babeljs.io/", "license": "MIT", @@ -20,20 +20,20 @@ "unicode" ], "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-proposal-unicode-property-regex" }, "bugs": "https://github.com/babel/babel/issues", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.8.8", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-class-properties/package.json b/packages/babel-plugin-syntax-class-properties/package.json index 7df0b67d8557..161a78260a51 100644 --- a/packages/babel-plugin-syntax-class-properties/package.json +++ b/packages/babel-plugin-syntax-class-properties/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-class-properties", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of class properties", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-class-properties" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-decorators/package.json b/packages/babel-plugin-syntax-decorators/package.json index e1578effc3ec..2a42130f1a27 100644 --- a/packages/babel-plugin-syntax-decorators/package.json +++ b/packages/babel-plugin-syntax-decorators/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-decorators", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of decorators", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-decorators" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-do-expressions/package.json b/packages/babel-plugin-syntax-do-expressions/package.json index 24df7c3f68b1..a231445e1e7b 100644 --- a/packages/babel-plugin-syntax-do-expressions/package.json +++ b/packages/babel-plugin-syntax-do-expressions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-do-expressions", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of do expressions", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-do-expressions" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-export-default-from/package.json b/packages/babel-plugin-syntax-export-default-from/package.json index c69c7a07e5fd..a9e9325b0c68 100644 --- a/packages/babel-plugin-syntax-export-default-from/package.json +++ b/packages/babel-plugin-syntax-export-default-from/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-export-default-from", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of export default from", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-export-default-from" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-flow/package.json b/packages/babel-plugin-syntax-flow/package.json index 8321cc700924..690d91b04ff2 100644 --- a/packages/babel-plugin-syntax-flow/package.json +++ b/packages/babel-plugin-syntax-flow/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-flow", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of the flow syntax", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-flow" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-function-bind/package.json b/packages/babel-plugin-syntax-function-bind/package.json index a8d2bbd3fe52..068a366c2785 100644 --- a/packages/babel-plugin-syntax-function-bind/package.json +++ b/packages/babel-plugin-syntax-function-bind/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-function-bind", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of function bind", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-function-bind" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-function-sent/package.json b/packages/babel-plugin-syntax-function-sent/package.json index 057397c43521..c160b62d5ab7 100644 --- a/packages/babel-plugin-syntax-function-sent/package.json +++ b/packages/babel-plugin-syntax-function-sent/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-function-sent", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of the function.sent meta property", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-function-sent" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-import-meta/package.json b/packages/babel-plugin-syntax-import-meta/package.json index 63a5c5e291e6..5db63ca5b4e6 100644 --- a/packages/babel-plugin-syntax-import-meta/package.json +++ b/packages/babel-plugin-syntax-import-meta/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-import-meta", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of import.meta", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-import-meta" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-jsx/package.json b/packages/babel-plugin-syntax-jsx/package.json index 6f45d43f0438..3f9460172f12 100644 --- a/packages/babel-plugin-syntax-jsx/package.json +++ b/packages/babel-plugin-syntax-jsx/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-jsx", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of jsx", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-jsx" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-logical-assignment-operators/package.json b/packages/babel-plugin-syntax-logical-assignment-operators/package.json index c61119d08c09..e956d41c37f0 100644 --- a/packages/babel-plugin-syntax-logical-assignment-operators/package.json +++ b/packages/babel-plugin-syntax-logical-assignment-operators/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-logical-assignment-operators", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of the logical assignment operators", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-logical-assignment-operators" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-module-attributes/package.json b/packages/babel-plugin-syntax-module-attributes/package.json index d19730f1219b..171391499173 100644 --- a/packages/babel-plugin-syntax-module-attributes/package.json +++ b/packages/babel-plugin-syntax-module-attributes/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-module-attributes", - "version": "7.10.0", + "version": "7.10.1", "description": "Allow parsing of the module attributes in the import statement", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-module-attributes" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-numeric-separator/package.json b/packages/babel-plugin-syntax-numeric-separator/package.json index a61c0ed9dce3..d33b370a17c4 100644 --- a/packages/babel-plugin-syntax-numeric-separator/package.json +++ b/packages/babel-plugin-syntax-numeric-separator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-numeric-separator", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-numeric-separator" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-partial-application/package.json b/packages/babel-plugin-syntax-partial-application/package.json index eae918d76c6b..72cce4602800 100644 --- a/packages/babel-plugin-syntax-partial-application/package.json +++ b/packages/babel-plugin-syntax-partial-application/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-partial-application", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of partial application syntax", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-partial-application" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-pipeline-operator/package.json b/packages/babel-plugin-syntax-pipeline-operator/package.json index 9bb045e27e89..be9eb2d262cd 100644 --- a/packages/babel-plugin-syntax-pipeline-operator/package.json +++ b/packages/babel-plugin-syntax-pipeline-operator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-pipeline-operator", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of the pipeline operator", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-pipeline-operator" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-record-and-tuple/package.json b/packages/babel-plugin-syntax-record-and-tuple/package.json index 83e5d693a681..d498f1b12daa 100644 --- a/packages/babel-plugin-syntax-record-and-tuple/package.json +++ b/packages/babel-plugin-syntax-record-and-tuple/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-record-and-tuple", - "version": "7.9.0", + "version": "7.10.1", "description": "Allow parsing of records and tuples.", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-record-and-tuple" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0" }, "devDependencies": { - "@babel/core": "^7.9.0" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-throw-expressions/package.json b/packages/babel-plugin-syntax-throw-expressions/package.json index 9372d6b4c914..bdf17c2dba4a 100644 --- a/packages/babel-plugin-syntax-throw-expressions/package.json +++ b/packages/babel-plugin-syntax-throw-expressions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-throw-expressions", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of Throw Expressions", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-throw-expressions" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-top-level-await/package.json b/packages/babel-plugin-syntax-top-level-await/package.json index eadf1e0063a1..76fdca1aef6c 100644 --- a/packages/babel-plugin-syntax-top-level-await/package.json +++ b/packages/babel-plugin-syntax-top-level-await/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-top-level-await", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of top-level await in modules", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-top-level-await" }, "license": "MIT", @@ -16,12 +16,12 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-syntax-typescript/package.json b/packages/babel-plugin-syntax-typescript/package.json index e864c451f268..df2f3a571084 100644 --- a/packages/babel-plugin-syntax-typescript/package.json +++ b/packages/babel-plugin-syntax-typescript/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-syntax-typescript", - "version": "7.8.3", + "version": "7.10.1", "description": "Allow parsing of TypeScript syntax", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-syntax-typescript" }, "license": "MIT", @@ -17,12 +17,12 @@ "typescript" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3" + "@babel/core": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-arrow-functions/package.json b/packages/babel-plugin-transform-arrow-functions/package.json index 615f74bdafeb..70feec94a790 100644 --- a/packages/babel-plugin-transform-arrow-functions/package.json +++ b/packages/babel-plugin-transform-arrow-functions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-arrow-functions", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 arrow functions to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-arrow-functions" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/traverse": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/traverse": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-async-to-generator/package.json b/packages/babel-plugin-transform-async-to-generator/package.json index a035a3d0099d..e4039df91dbb 100644 --- a/packages/babel-plugin-transform-async-to-generator/package.json +++ b/packages/babel-plugin-transform-async-to-generator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-async-to-generator", - "version": "7.8.3", + "version": "7.10.1", "description": "Turn async functions into ES2015 generators", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-async-to-generator" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-remap-async-to-generator": "^7.8.3" + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-remap-async-to-generator": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-block-scoped-functions/package.json b/packages/babel-plugin-transform-block-scoped-functions/package.json index aca4df86d937..ff9890156356 100644 --- a/packages/babel-plugin-transform-block-scoped-functions/package.json +++ b/packages/babel-plugin-transform-block-scoped-functions/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-block-scoped-functions", - "version": "7.8.3", + "version": "7.10.1", "description": "Babel plugin to ensure function declarations at the block level are block scoped", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-block-scoped-functions" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-block-scoping/package.json b/packages/babel-plugin-transform-block-scoping/package.json index cbe8b2da14d2..5e1486af1638 100644 --- a/packages/babel-plugin-transform-block-scoping/package.json +++ b/packages/babel-plugin-transform-block-scoping/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-block-scoping", - "version": "7.10.0", + "version": "7.10.1", "description": "Compile ES2015 block scoping (const and let) to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-block-scoping" }, "license": "MIT", @@ -13,7 +13,7 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "lodash": "^4.17.13" }, "keywords": [ @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-classes/package.json b/packages/babel-plugin-transform-classes/package.json index e0224a410614..aa7e937154cf 100644 --- a/packages/babel-plugin-transform-classes/package.json +++ b/packages/babel-plugin-transform-classes/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-classes", - "version": "7.9.5", + "version": "7.10.1", "description": "Compile ES2015 classes to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-classes" }, "license": "MIT", @@ -13,13 +13,13 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-define-map": "^7.8.3", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-optimise-call-expression": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.6", - "@babel/helper-split-export-declaration": "^7.8.3", + "@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-replace-supers": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1", "globals": "^11.1.0" }, "keywords": [ @@ -29,7 +29,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-computed-properties/package.json b/packages/babel-plugin-transform-computed-properties/package.json index 6d65aaad63e0..1bf7fbcf23b4 100644 --- a/packages/babel-plugin-transform-computed-properties/package.json +++ b/packages/babel-plugin-transform-computed-properties/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-computed-properties", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 computed properties to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-computed-properties" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-destructuring/package.json b/packages/babel-plugin-transform-destructuring/package.json index 294c575cc796..4a24b5296c4e 100644 --- a/packages/babel-plugin-transform-destructuring/package.json +++ b/packages/babel-plugin-transform-destructuring/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-destructuring", - "version": "7.10.0", + "version": "7.10.1", "description": "Compile ES2015 destructuring to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-destructuring" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-dotall-regex/package.json b/packages/babel-plugin-transform-dotall-regex/package.json index 0f23bf615e3a..177bda089098 100644 --- a/packages/babel-plugin-transform-dotall-regex/package.json +++ b/packages/babel-plugin-transform-dotall-regex/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-dotall-regex", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.", "homepage": "https://babeljs.io/", "license": "MIT", @@ -16,20 +16,20 @@ "dotall" ], "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-dotall-regex" }, "bugs": "https://github.com/babel/babel/issues", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-duplicate-keys/package.json b/packages/babel-plugin-transform-duplicate-keys/package.json index f43be302e94c..544d8e10d271 100644 --- a/packages/babel-plugin-transform-duplicate-keys/package.json +++ b/packages/babel-plugin-transform-duplicate-keys/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-duplicate-keys", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile objects with duplicate keys to valid strict ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-duplicate-keys" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-exponentiation-operator/package.json b/packages/babel-plugin-transform-exponentiation-operator/package.json index df45e9a71ada..81e48d5263fe 100644 --- a/packages/babel-plugin-transform-exponentiation-operator/package.json +++ b/packages/babel-plugin-transform-exponentiation-operator/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-exponentiation-operator", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile exponentiation operator to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-exponentiation-operator" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-flow-comments/package.json b/packages/babel-plugin-transform-flow-comments/package.json index 1acad057b0a9..22cab9503411 100644 --- a/packages/babel-plugin-transform-flow-comments/package.json +++ b/packages/babel-plugin-transform-flow-comments/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-flow-comments", - "version": "7.10.0", + "version": "7.10.1", "description": "Turn flow type annotations into comments", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-flow-comments" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/generator": "^7.10.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-flow": "^7.8.3" + "@babel/generator": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-flow": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index 47da0cab8426..7712e9ccaeb2 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-flow-strip-types", - "version": "7.9.0", + "version": "7.10.1", "description": "Strip flow type annotations from your output code.", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-flow-strip-types" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-flow": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-flow": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-for-of/package.json b/packages/babel-plugin-transform-for-of/package.json index 37e6471972bb..76ba0cf8a631 100644 --- a/packages/babel-plugin-transform-for-of/package.json +++ b/packages/babel-plugin-transform-for-of/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-for-of", - "version": "7.10.0", + "version": "7.10.1", "description": "Compile ES2015 for...of to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-for-of" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-function-name/package.json b/packages/babel-plugin-transform-function-name/package.json index 04a0b40baf0f..3dc6aa2366cd 100644 --- a/packages/babel-plugin-transform-function-name/package.json +++ b/packages/babel-plugin-transform-function-name/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-function-name", - "version": "7.8.3", + "version": "7.10.1", "description": "Apply ES2015 function.name semantics to all functions", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-function-name" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-function-name": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-function-name": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-instanceof/package.json b/packages/babel-plugin-transform-instanceof/package.json index 8475c6578b39..0487f5443dcd 100644 --- a/packages/babel-plugin-transform-instanceof/package.json +++ b/packages/babel-plugin-transform-instanceof/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-instanceof", - "version": "7.8.3", + "version": "7.10.1", "description": "This plugin transforms all the ES2015 'instanceof' methods", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-instanceof" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-jscript/package.json b/packages/babel-plugin-transform-jscript/package.json index 0c97bca220c3..1a0db357ed4d 100644 --- a/packages/babel-plugin-transform-jscript/package.json +++ b/packages/babel-plugin-transform-jscript/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-jscript", - "version": "7.8.3", + "version": "7.10.1", "description": "Babel plugin to fix buggy JScript named function expressions", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-jscript" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-literals/package.json b/packages/babel-plugin-transform-literals/package.json index 0a1d423d383a..805463e2c633 100644 --- a/packages/babel-plugin-transform-literals/package.json +++ b/packages/babel-plugin-transform-literals/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-literals", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 unicode string and number literals to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-literals" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-member-expression-literals/package.json b/packages/babel-plugin-transform-member-expression-literals/package.json index bb321469969a..06131206011e 100644 --- a/packages/babel-plugin-transform-member-expression-literals/package.json +++ b/packages/babel-plugin-transform-member-expression-literals/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-member-expression-literals", - "version": "7.8.3", + "version": "7.10.1", "description": "Ensure that reserved words are quoted in property accesses", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-member-expression-literals" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-modules-amd/package.json b/packages/babel-plugin-transform-modules-amd/package.json index fd455d0e6bfa..42f926951662 100644 --- a/packages/babel-plugin-transform-modules-amd/package.json +++ b/packages/babel-plugin-transform-modules-amd/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-modules-amd", - "version": "7.9.6", + "version": "7.10.1", "description": "This plugin transforms ES2015 modules to AMD", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-modules-amd" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ @@ -24,7 +24,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.6", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-modules-commonjs/package.json b/packages/babel-plugin-transform-modules-commonjs/package.json index 8196f20a3577..a71023f7d653 100644 --- a/packages/babel-plugin-transform-modules-commonjs/package.json +++ b/packages/babel-plugin-transform-modules-commonjs/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-modules-commonjs", - "version": "7.9.6", + "version": "7.10.1", "description": "This plugin transforms ES2015 modules to CommonJS", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-modules-commonjs" }, "license": "MIT", @@ -13,9 +13,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-simple-access": "^7.8.3", + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-simple-access": "^7.10.1", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ @@ -25,8 +25,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.6", - "@babel/helper-plugin-test-runner": "^7.8.3", + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", "@babel/plugin-syntax-object-rest-spread": "^7.8.0" } } diff --git a/packages/babel-plugin-transform-modules-systemjs/package.json b/packages/babel-plugin-transform-modules-systemjs/package.json index 80140582dc82..c81843784c71 100644 --- a/packages/babel-plugin-transform-modules-systemjs/package.json +++ b/packages/babel-plugin-transform-modules-systemjs/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-modules-systemjs", - "version": "7.10.0", + "version": "7.10.1", "description": "This plugin transforms ES2015 modules to SystemJS", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-modules-systemjs" }, "license": "MIT", @@ -13,9 +13,9 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-hoist-variables": "^7.8.3", - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-hoist-variables": "^7.10.1", + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", "babel-plugin-dynamic-import-node": "^2.3.3" }, "keywords": [ @@ -25,8 +25,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3", + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.0" } } diff --git a/packages/babel-plugin-transform-modules-umd/package.json b/packages/babel-plugin-transform-modules-umd/package.json index efcd1e48fdd8..f694ee0a2485 100644 --- a/packages/babel-plugin-transform-modules-umd/package.json +++ b/packages/babel-plugin-transform-modules-umd/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-modules-umd", - "version": "7.9.0", + "version": "7.10.1", "description": "This plugin transforms ES2015 modules to UMD", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-modules-umd" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-module-transforms": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-module-transforms": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "keywords": [ "babel-plugin" @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-new-target/package.json b/packages/babel-plugin-transform-new-target/package.json index 919dff2c23dd..43e7417905d3 100644 --- a/packages/babel-plugin-transform-new-target/package.json +++ b/packages/babel-plugin-transform-new-target/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-new-target", - "version": "7.8.3", + "version": "7.10.1", "description": "Transforms new.target meta property", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-new-target" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/plugin-proposal-class-properties": "^7.10.1", + "@babel/plugin-transform-arrow-functions": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-object-assign/package.json b/packages/babel-plugin-transform-object-assign/package.json index 28d4a54f1c43..49b44625d513 100644 --- a/packages/babel-plugin-transform-object-assign/package.json +++ b/packages/babel-plugin-transform-object-assign/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-object-assign", - "version": "7.8.3", + "version": "7.10.1", "description": "Replace Object.assign with an inline helper", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-object-assign" }, "author": "Jed Watson", @@ -17,13 +17,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } 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 676e319a2912..9e98a0d9c606 100644 --- a/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json +++ b/packages/babel-plugin-transform-object-set-prototype-of-to-assign/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-object-set-prototype-of-to-assign", - "version": "7.8.3", + "version": "7.10.1", "description": "Turn Object.setPrototypeOf to assignments", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-object-set-prototype-of-to-assign" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-object-super/package.json b/packages/babel-plugin-transform-object-super/package.json index 3be8f3d3d93a..d7d8a3e6f7c6 100644 --- a/packages/babel-plugin-transform-object-super/package.json +++ b/packages/babel-plugin-transform-object-super/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-object-super", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 object super to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-object-super" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-replace-supers": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-replace-supers": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-parameters/package.json b/packages/babel-plugin-transform-parameters/package.json index f48afa387f3d..76190464059f 100644 --- a/packages/babel-plugin-transform-parameters/package.json +++ b/packages/babel-plugin-transform-parameters/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-parameters", - "version": "7.9.5", + "version": "7.10.1", "description": "Compile ES2015 default and rest parameters to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-parameters" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-get-function-arity": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-get-function-arity": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "keywords": [ "babel-plugin" @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.7", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-property-literals/package.json b/packages/babel-plugin-transform-property-literals/package.json index 878ef775547e..61213b321752 100644 --- a/packages/babel-plugin-transform-property-literals/package.json +++ b/packages/babel-plugin-transform-property-literals/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-property-literals", - "version": "7.8.3", + "version": "7.10.1", "description": "Ensure that reserved words are quoted in object property keys", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-property-literals" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-property-mutators/package.json b/packages/babel-plugin-transform-property-mutators/package.json index 764c442aceab..99101244f2c0 100644 --- a/packages/babel-plugin-transform-property-mutators/package.json +++ b/packages/babel-plugin-transform-property-mutators/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-property-mutators", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES5 property mutator shorthand syntax to Object.defineProperty", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-property-mutators" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-define-map": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-define-map": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-proto-to-assign/package.json b/packages/babel-plugin-transform-proto-to-assign/package.json index ddee83c75ee6..28fcc769c616 100644 --- a/packages/babel-plugin-transform-proto-to-assign/package.json +++ b/packages/babel-plugin-transform-proto-to-assign/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-proto-to-assign", - "version": "7.8.3", + "version": "7.10.1", "description": "Babel plugin for turning __proto__ into a shallow property clone", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-proto-to-assign" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-plugin-utils": "^7.10.1", "lodash": "^4.17.13" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-constant-elements/package.json b/packages/babel-plugin-transform-react-constant-elements/package.json index ba07495bc6b1..65b042903999 100644 --- a/packages/babel-plugin-transform-react-constant-elements/package.json +++ b/packages/babel-plugin-transform-react-constant-elements/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-constant-elements", - "version": "7.9.0", + "version": "7.10.1", "description": "Treat React JSX elements as value types and hoist them to the highest scope", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-constant-elements" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-display-name/package.json b/packages/babel-plugin-transform-react-display-name/package.json index ac2df5461330..eaee805cd305 100644 --- a/packages/babel-plugin-transform-react-display-name/package.json +++ b/packages/babel-plugin-transform-react-display-name/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-display-name", - "version": "7.8.3", + "version": "7.10.1", "description": "Add displayName to React.createClass calls", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-display-name" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-inline-elements/package.json b/packages/babel-plugin-transform-react-inline-elements/package.json index 87b3f6c79474..2a221ca68518 100644 --- a/packages/babel-plugin-transform-react-inline-elements/package.json +++ b/packages/babel-plugin-transform-react-inline-elements/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-inline-elements", - "version": "7.9.0", + "version": "7.10.1", "description": "Turn JSX elements into exploded React objects", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-inline-elements" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-builder-react-jsx": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-jsx-compat/package.json b/packages/babel-plugin-transform-react-jsx-compat/package.json index 6670e3c51f35..ead088f3a99b 100644 --- a/packages/babel-plugin-transform-react-jsx-compat/package.json +++ b/packages/babel-plugin-transform-react-jsx-compat/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-jsx-compat", - "version": "7.8.3", + "version": "7.10.1", "description": "Turn JSX into React Pre-0.12 function calls", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-jsx-compat" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-builder-react-jsx": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-jsx-development/package.json b/packages/babel-plugin-transform-react-jsx-development/package.json index 2793510831c0..2ee31cfb4bb7 100644 --- a/packages/babel-plugin-transform-react-jsx-development/package.json +++ b/packages/babel-plugin-transform-react-jsx-development/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-jsx-development", - "version": "7.9.0", + "version": "7.10.1", "description": "Turn JSX into React function calls in development", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-jsx-development" }, "license": "MIT", @@ -16,15 +16,15 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx-experimental": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-jsx": "^7.8.3" + "@babel/helper-builder-react-jsx-experimental": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-jsx": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-jsx-self/package.json b/packages/babel-plugin-transform-react-jsx-self/package.json index a66c691a1049..4b27a51a5b3b 100644 --- a/packages/babel-plugin-transform-react-jsx-self/package.json +++ b/packages/babel-plugin-transform-react-jsx-self/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-jsx-self", - "version": "7.9.0", + "version": "7.10.1", "description": "Add a __self prop to all JSX Elements", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-jsx-self" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-jsx": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-jsx": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-jsx-source/package.json b/packages/babel-plugin-transform-react-jsx-source/package.json index 98254bd56206..23ccacb41f57 100644 --- a/packages/babel-plugin-transform-react-jsx-source/package.json +++ b/packages/babel-plugin-transform-react-jsx-source/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-jsx-source", - "version": "7.10.0", + "version": "7.10.1", "description": "Add a __source prop to all JSX Elements", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-jsx-source" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-jsx": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-jsx": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 75919b444a83..8c78dfd771a2 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-jsx", - "version": "7.9.4", + "version": "7.10.1", "description": "Turn JSX into React function calls", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-jsx" }, "license": "MIT", @@ -16,16 +16,16 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-builder-react-jsx": "^7.9.0", - "@babel/helper-builder-react-jsx-experimental": "^7.9.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-jsx": "^7.8.3" + "@babel/helper-builder-react-jsx": "^7.10.1", + "@babel/helper-builder-react-jsx-experimental": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-jsx": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-react-pure-annotations/package.json b/packages/babel-plugin-transform-react-pure-annotations/package.json index 840d1e9b0078..dd3d84e84cb3 100644 --- a/packages/babel-plugin-transform-react-pure-annotations/package.json +++ b/packages/babel-plugin-transform-react-pure-annotations/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-react-pure-annotations", - "version": "7.10.0", + "version": "7.10.1", "description": "Mark top-level React method calls as pure for tree shaking", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-react-pure-annotations" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-regenerator/package.json b/packages/babel-plugin-transform-regenerator/package.json index a5c1bae0cc86..cca948e01979 100644 --- a/packages/babel-plugin-transform-regenerator/package.json +++ b/packages/babel-plugin-transform-regenerator/package.json @@ -2,11 +2,11 @@ "name": "@babel/plugin-transform-regenerator", "author": "Ben Newman ", "description": "Explode async and generator functions into a state machine.", - "version": "7.8.7", + "version": "7.10.1", "homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-regenerator" }, "main": "lib/index.js", @@ -21,7 +21,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.7", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-reserved-words/package.json b/packages/babel-plugin-transform-reserved-words/package.json index dd89e6145dc3..9713ccdb3748 100644 --- a/packages/babel-plugin-transform-reserved-words/package.json +++ b/packages/babel-plugin-transform-reserved-words/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-reserved-words", - "version": "7.8.3", + "version": "7.10.1", "description": "Ensure that no reserved words are used.", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-reserved-words" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index 35f5c0dd95d8..6d1829880029 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-runtime", - "version": "7.10.0", + "version": "7.10.1", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-runtime" }, "license": "MIT", @@ -20,8 +20,8 @@ "./src/get-runtime-path/index.js": "./src/get-runtime-path/browser.js" }, "dependencies": { - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", "resolve": "^1.8.1", "semver": "^5.5.1" }, @@ -29,13 +29,13 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/helpers": "^7.10.0", - "@babel/plugin-transform-typeof-symbol": "^7.8.3", - "@babel/preset-env": "^7.10.0", - "@babel/runtime": "^7.10.0", - "@babel/template": "^7.10.0", - "@babel/types": "^7.10.0" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@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" } } diff --git a/packages/babel-plugin-transform-shorthand-properties/package.json b/packages/babel-plugin-transform-shorthand-properties/package.json index 4e85b7df0b1c..062c9b838519 100644 --- a/packages/babel-plugin-transform-shorthand-properties/package.json +++ b/packages/babel-plugin-transform-shorthand-properties/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-shorthand-properties", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 shorthand properties to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-shorthand-properties" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-spread/package.json b/packages/babel-plugin-transform-spread/package.json index 508b78761116..c51f5083a7dd 100644 --- a/packages/babel-plugin-transform-spread/package.json +++ b/packages/babel-plugin-transform-spread/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-spread", - "version": "7.10.0", + "version": "7.10.1", "description": "Compile ES2015 spread to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-spread" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-sticky-regex/package.json b/packages/babel-plugin-transform-sticky-regex/package.json index ecc218aee493..e0ce6a2ce827 100644 --- a/packages/babel-plugin-transform-sticky-regex/package.json +++ b/packages/babel-plugin-transform-sticky-regex/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-sticky-regex", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-sticky-regex" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/helper-regex": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/helper-regex": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-strict-mode/package.json b/packages/babel-plugin-transform-strict-mode/package.json index ca874fcf7c97..f527d9919c81 100644 --- a/packages/babel-plugin-transform-strict-mode/package.json +++ b/packages/babel-plugin-transform-strict-mode/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-strict-mode", - "version": "7.8.3", + "version": "7.10.1", "description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-strict-mode" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-template-literals/package.json b/packages/babel-plugin-transform-template-literals/package.json index b1a019fe6ed5..3fbad7a5adb7 100644 --- a/packages/babel-plugin-transform-template-literals/package.json +++ b/packages/babel-plugin-transform-template-literals/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-template-literals", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 template literals to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-template-literals" }, "license": "MIT", @@ -13,8 +13,8 @@ }, "main": "lib/index.js", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-annotate-as-pure": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "keywords": [ "babel-plugin" @@ -23,7 +23,7 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-typeof-symbol/package.json b/packages/babel-plugin-transform-typeof-symbol/package.json index 348a27a52583..3d9d8c491dce 100644 --- a/packages/babel-plugin-transform-typeof-symbol/package.json +++ b/packages/babel-plugin-transform-typeof-symbol/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-typeof-symbol", - "version": "7.8.4", + "version": "7.10.1", "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-typeof-symbol" }, "license": "MIT", @@ -16,17 +16,17 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.4", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/runtime": "^7.8.4", - "@babel/runtime-corejs2": "^7.8.4", - "@babel/runtime-corejs3": "^7.8.4", + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/runtime": "^7.10.1", + "@babel/runtime-corejs2": "^7.10.1", + "@babel/runtime-corejs3": "^7.10.1", "resolve": "^1.15.0" } } diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index 39539325b773..784046341699 100644 --- a/packages/babel-plugin-transform-typescript/package.json +++ b/packages/babel-plugin-transform-typescript/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-typescript", - "version": "7.10.0", + "version": "7.10.1", "description": "Transform TypeScript into ES.next", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-typescript" }, "license": "MIT", @@ -17,15 +17,15 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.10.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-syntax-typescript": "^7.8.3" + "@babel/helper-create-class-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-syntax-typescript": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-unicode-escapes/package.json b/packages/babel-plugin-transform-unicode-escapes/package.json index 19bb1d457d15..498dc072897c 100644 --- a/packages/babel-plugin-transform-unicode-escapes/package.json +++ b/packages/babel-plugin-transform-unicode-escapes/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-unicode-escapes", - "version": "7.10.0", + "version": "7.10.1", "description": "Compile ES2015 Unicode escapes to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-unicode-escapes" }, "license": "MIT", @@ -16,13 +16,13 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-plugin-transform-unicode-regex/package.json b/packages/babel-plugin-transform-unicode-regex/package.json index a67849b79895..de8723c54375 100644 --- a/packages/babel-plugin-transform-unicode-regex/package.json +++ b/packages/babel-plugin-transform-unicode-regex/package.json @@ -1,10 +1,10 @@ { "name": "@babel/plugin-transform-unicode-regex", - "version": "7.8.3", + "version": "7.10.1", "description": "Compile ES2015 Unicode regex to ES5", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-plugin-transform-unicode-regex" }, "license": "MIT", @@ -16,14 +16,14 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3" + "@babel/helper-create-regexp-features-plugin": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.8.3", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-polyfill/package.json b/packages/babel-polyfill/package.json index 0776aa8038fb..e7f4ce1961e2 100644 --- a/packages/babel-polyfill/package.json +++ b/packages/babel-polyfill/package.json @@ -1,6 +1,6 @@ { "name": "@babel/polyfill", - "version": "7.8.7", + "version": "7.10.1", "description": "Provides polyfills necessary for a full ES2015+ environment", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -13,8 +13,8 @@ "postpublish": "rm browser.js" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-polyfill" }, "main": "lib/index.js", diff --git a/packages/babel-preset-env/package.json b/packages/babel-preset-env/package.json index 3c278b4f3494..9df11828f794 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.0", + "version": "7.10.1", "description": "A Babel preset for each environment.", "author": "Henry Zhu ", "homepage": "https://babeljs.io/", @@ -9,71 +9,71 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-preset-env" }, "main": "lib/index.js", "dependencies": { - "@babel/compat-data": "^7.10.0", - "@babel/helper-compilation-targets": "^7.10.0", - "@babel/helper-module-imports": "^7.8.3", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-proposal-async-generator-functions": "^7.8.3", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-proposal-dynamic-import": "^7.8.3", - "@babel/plugin-proposal-json-strings": "^7.10.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-numeric-separator": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.10.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.10.0", - "@babel/plugin-proposal-private-methods": "^7.8.3", - "@babel/plugin-proposal-unicode-property-regex": "^7.8.3", + "@babel/compat-data": "^7.10.1", + "@babel/helper-compilation-targets": "^7.10.1", + "@babel/helper-module-imports": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-proposal-async-generator-functions": "^7.10.1", + "@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-optional-catch-binding": "^7.10.1", + "@babel/plugin-proposal-optional-chaining": "^7.10.1", + "@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", - "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.0", "@babel/plugin-syntax-json-strings": "^7.8.0", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0", - "@babel/plugin-syntax-numeric-separator": "^7.8.0", + "@babel/plugin-syntax-numeric-separator": "^7.10.1", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", "@babel/plugin-syntax-optional-chaining": "^7.8.0", - "@babel/plugin-syntax-top-level-await": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.8.3", - "@babel/plugin-transform-async-to-generator": "^7.8.3", - "@babel/plugin-transform-block-scoped-functions": "^7.8.3", - "@babel/plugin-transform-block-scoping": "^7.10.0", - "@babel/plugin-transform-classes": "^7.9.5", - "@babel/plugin-transform-computed-properties": "^7.8.3", - "@babel/plugin-transform-destructuring": "^7.10.0", - "@babel/plugin-transform-dotall-regex": "^7.8.3", - "@babel/plugin-transform-duplicate-keys": "^7.8.3", - "@babel/plugin-transform-exponentiation-operator": "^7.8.3", - "@babel/plugin-transform-for-of": "^7.10.0", - "@babel/plugin-transform-function-name": "^7.8.3", - "@babel/plugin-transform-literals": "^7.8.3", - "@babel/plugin-transform-member-expression-literals": "^7.8.3", - "@babel/plugin-transform-modules-amd": "^7.9.6", - "@babel/plugin-transform-modules-commonjs": "^7.9.6", - "@babel/plugin-transform-modules-systemjs": "^7.10.0", - "@babel/plugin-transform-modules-umd": "^7.9.0", + "@babel/plugin-syntax-top-level-await": "^7.10.1", + "@babel/plugin-transform-arrow-functions": "^7.10.1", + "@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-destructuring": "^7.10.1", + "@babel/plugin-transform-dotall-regex": "^7.10.1", + "@babel/plugin-transform-duplicate-keys": "^7.10.1", + "@babel/plugin-transform-exponentiation-operator": "^7.10.1", + "@babel/plugin-transform-for-of": "^7.10.1", + "@babel/plugin-transform-function-name": "^7.10.1", + "@babel/plugin-transform-literals": "^7.10.1", + "@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-umd": "^7.10.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", - "@babel/plugin-transform-new-target": "^7.8.3", - "@babel/plugin-transform-object-super": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.9.5", - "@babel/plugin-transform-property-literals": "^7.8.3", - "@babel/plugin-transform-regenerator": "^7.8.7", - "@babel/plugin-transform-reserved-words": "^7.8.3", - "@babel/plugin-transform-shorthand-properties": "^7.8.3", - "@babel/plugin-transform-spread": "^7.10.0", - "@babel/plugin-transform-sticky-regex": "^7.8.3", - "@babel/plugin-transform-template-literals": "^7.8.3", - "@babel/plugin-transform-typeof-symbol": "^7.8.4", - "@babel/plugin-transform-unicode-escapes": "^7.10.0", - "@babel/plugin-transform-unicode-regex": "^7.8.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-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-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.0", + "@babel/types": "^7.10.1", "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.0", - "@babel/core": "^7.10.0", - "@babel/helper-fixtures": "^7.8.6", - "@babel/helper-plugin-test-runner": "^7.8.3", + "@babel/cli": "^7.10.1", + "@babel/core": "^7.10.1", + "@babel/helper-fixtures": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.2.0" } } diff --git a/packages/babel-preset-flow/package.json b/packages/babel-preset-flow/package.json index d0d0d1379a4c..4870939d91fe 100644 --- a/packages/babel-preset-flow/package.json +++ b/packages/babel-preset-flow/package.json @@ -1,11 +1,11 @@ { "name": "@babel/preset-flow", - "version": "7.9.0", + "version": "7.10.1", "description": "Babel preset for all Flow plugins.", "author": "James Kyle ", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-preset-flow" }, "license": "MIT", @@ -20,14 +20,14 @@ "types" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-transform-flow-strip-types": "^7.9.0" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-transform-flow-strip-types": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-preset-react/package.json b/packages/babel-preset-react/package.json index 2192ed24b18f..ac3fca7c1fc7 100644 --- a/packages/babel-preset-react/package.json +++ b/packages/babel-preset-react/package.json @@ -1,6 +1,6 @@ { "name": "@babel/preset-react", - "version": "7.10.0", + "version": "7.10.1", "description": "Babel preset for all React plugins.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,26 +9,26 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-preset-react" }, "main": "lib/index.js", "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-transform-react-display-name": "^7.8.3", - "@babel/plugin-transform-react-jsx": "^7.9.4", - "@babel/plugin-transform-react-jsx-development": "^7.9.0", - "@babel/plugin-transform-react-jsx-self": "^7.9.0", - "@babel/plugin-transform-react-jsx-source": "^7.10.0", - "@babel/plugin-transform-react-pure-annotations": "^7.10.0" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-transform-react-display-name": "^7.10.1", + "@babel/plugin-transform-react-jsx": "^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-react-pure-annotations": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-test-runner": "^7.8.3", - "@babel/helper-transform-fixture-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1", + "@babel/helper-transform-fixture-test-runner": "^7.10.1" } } diff --git a/packages/babel-preset-typescript/package.json b/packages/babel-preset-typescript/package.json index a0560cd4753e..679f828a6e39 100644 --- a/packages/babel-preset-typescript/package.json +++ b/packages/babel-preset-typescript/package.json @@ -1,10 +1,10 @@ { "name": "@babel/preset-typescript", - "version": "7.9.0", + "version": "7.10.1", "description": "Babel preset for TypeScript.", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-preset-typescript" }, "license": "MIT", @@ -17,14 +17,14 @@ "typescript" ], "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-transform-typescript": "^7.9.0" + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-transform-typescript": "^7.10.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/core": "^7.10.1", + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-register/package.json b/packages/babel-register/package.json index 4304cb94b0e9..effa4856caab 100644 --- a/packages/babel-register/package.json +++ b/packages/babel-register/package.json @@ -1,14 +1,14 @@ { "name": "@babel/register", - "version": "7.9.0", + "version": "7.10.1", "description": "babel require hook", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-register" }, "author": "Sebastian McKenzie ", @@ -27,8 +27,8 @@ "@babel/core": "^7.0.0-0" }, "devDependencies": { - "@babel/core": "^7.9.0", - "@babel/plugin-transform-modules-commonjs": "^7.9.0", + "@babel/core": "^7.10.1", + "@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 7e86e8281553..f3b0da148930 100644 --- a/packages/babel-runtime-corejs2/package.json +++ b/packages/babel-runtime-corejs2/package.json @@ -1,14 +1,14 @@ { "name": "@babel/runtime-corejs2", - "version": "7.10.0", + "version": "7.10.1", "description": "babel's modular runtime helpers with core-js@2 polyfilling", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-runtime-corejs2" }, "author": "Sebastian McKenzie ", @@ -17,6 +17,6 @@ "regenerator-runtime": "^0.13.4" }, "devDependencies": { - "@babel/helpers": "^7.10.0" + "@babel/helpers": "^7.10.1" } } diff --git a/packages/babel-runtime-corejs3/package.json b/packages/babel-runtime-corejs3/package.json index 34884358802e..49471d13403b 100644 --- a/packages/babel-runtime-corejs3/package.json +++ b/packages/babel-runtime-corejs3/package.json @@ -1,14 +1,14 @@ { "name": "@babel/runtime-corejs3", - "version": "7.10.0", + "version": "7.10.1", "description": "babel's modular runtime helpers with core-js@3 polyfilling", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-runtime-corejs3" }, "author": "Denis Pushkarev ", diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index c7c7e6722297..47251c51ea08 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.10.0", + "version": "7.10.1", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { @@ -17,6 +17,6 @@ "regenerator-runtime": "^0.13.4" }, "devDependencies": { - "@babel/helpers": "^7.10.0" + "@babel/helpers": "^7.10.1" } } diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index ab0a50ebabca..02cd09e345a0 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.10.0", + "version": "7.10.1", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ @@ -11,102 +11,102 @@ "prepublishOnly": "cd ../.. && make prepublish-build-standalone" }, "devDependencies": { - "@babel/core": "^7.10.0", - "@babel/helper-plugin-utils": "^7.8.3", - "@babel/plugin-external-helpers": "^7.8.3", - "@babel/plugin-proposal-async-generator-functions": "^7.8.3", - "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-proposal-decorators": "^7.10.0", - "@babel/plugin-proposal-do-expressions": "^7.8.3", - "@babel/plugin-proposal-dynamic-import": "^7.8.3", - "@babel/plugin-proposal-export-default-from": "^7.8.3", - "@babel/plugin-proposal-export-namespace-from": "^7.8.3", - "@babel/plugin-proposal-function-bind": "^7.8.3", - "@babel/plugin-proposal-function-sent": "^7.8.3", - "@babel/plugin-proposal-json-strings": "^7.10.0", - "@babel/plugin-proposal-logical-assignment-operators": "^7.10.0", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-proposal-numeric-separator": "^7.8.3", - "@babel/plugin-proposal-object-rest-spread": "^7.10.0", - "@babel/plugin-proposal-optional-catch-binding": "^7.8.3", - "@babel/plugin-proposal-optional-chaining": "^7.10.0", - "@babel/plugin-proposal-pipeline-operator": "^7.8.3", - "@babel/plugin-proposal-private-methods": "^7.8.3", - "@babel/plugin-proposal-private-property-in-object": "^7.10.0", - "@babel/plugin-proposal-throw-expressions": "^7.8.3", - "@babel/plugin-proposal-unicode-property-regex": "^7.8.8", + "@babel/core": "^7.10.1", + "@babel/helper-plugin-utils": "^7.10.1", + "@babel/plugin-external-helpers": "^7.10.1", + "@babel/plugin-proposal-async-generator-functions": "^7.10.1", + "@babel/plugin-proposal-class-properties": "^7.10.1", + "@babel/plugin-proposal-decorators": "^7.10.1", + "@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", + "@babel/plugin-proposal-export-namespace-from": "^7.10.1", + "@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-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-optional-catch-binding": "^7.10.1", + "@babel/plugin-proposal-optional-chaining": "^7.10.1", + "@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", + "@babel/plugin-proposal-throw-expressions": "^7.10.1", + "@babel/plugin-proposal-unicode-property-regex": "^7.10.1", "@babel/plugin-syntax-async-generators": "^7.8.0", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-decorators": "^7.8.3", - "@babel/plugin-syntax-do-expressions": "^7.8.3", - "@babel/plugin-syntax-export-default-from": "^7.8.3", - "@babel/plugin-syntax-flow": "^7.8.3", - "@babel/plugin-syntax-function-bind": "^7.8.3", - "@babel/plugin-syntax-function-sent": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-jsx": "^7.8.3", - "@babel/plugin-syntax-module-attributes": "^7.10.0", + "@babel/plugin-syntax-class-properties": "^7.10.1", + "@babel/plugin-syntax-decorators": "^7.10.1", + "@babel/plugin-syntax-do-expressions": "^7.10.1", + "@babel/plugin-syntax-export-default-from": "^7.10.1", + "@babel/plugin-syntax-flow": "^7.10.1", + "@babel/plugin-syntax-function-bind": "^7.10.1", + "@babel/plugin-syntax-function-sent": "^7.10.1", + "@babel/plugin-syntax-import-meta": "^7.10.1", + "@babel/plugin-syntax-jsx": "^7.10.1", + "@babel/plugin-syntax-module-attributes": "^7.10.1", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", - "@babel/plugin-syntax-pipeline-operator": "^7.8.3", - "@babel/plugin-syntax-record-and-tuple": "^7.9.0", - "@babel/plugin-syntax-top-level-await": "^7.8.3", - "@babel/plugin-syntax-typescript": "^7.8.3", - "@babel/plugin-transform-arrow-functions": "^7.8.3", - "@babel/plugin-transform-async-to-generator": "^7.8.3", - "@babel/plugin-transform-block-scoped-functions": "^7.8.3", - "@babel/plugin-transform-block-scoping": "^7.10.0", - "@babel/plugin-transform-classes": "^7.9.5", - "@babel/plugin-transform-computed-properties": "^7.8.3", - "@babel/plugin-transform-destructuring": "^7.10.0", - "@babel/plugin-transform-dotall-regex": "^7.8.3", - "@babel/plugin-transform-duplicate-keys": "^7.8.3", - "@babel/plugin-transform-exponentiation-operator": "^7.8.3", - "@babel/plugin-transform-flow-comments": "^7.10.0", - "@babel/plugin-transform-flow-strip-types": "^7.9.0", - "@babel/plugin-transform-for-of": "^7.10.0", - "@babel/plugin-transform-function-name": "^7.8.3", - "@babel/plugin-transform-instanceof": "^7.8.3", - "@babel/plugin-transform-jscript": "^7.8.3", - "@babel/plugin-transform-literals": "^7.8.3", - "@babel/plugin-transform-member-expression-literals": "^7.8.3", - "@babel/plugin-transform-modules-amd": "^7.9.6", - "@babel/plugin-transform-modules-commonjs": "^7.9.6", - "@babel/plugin-transform-modules-systemjs": "^7.10.0", - "@babel/plugin-transform-modules-umd": "^7.9.0", + "@babel/plugin-syntax-pipeline-operator": "^7.10.1", + "@babel/plugin-syntax-record-and-tuple": "^7.10.1", + "@babel/plugin-syntax-top-level-await": "^7.10.1", + "@babel/plugin-syntax-typescript": "^7.10.1", + "@babel/plugin-transform-arrow-functions": "^7.10.1", + "@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-destructuring": "^7.10.1", + "@babel/plugin-transform-dotall-regex": "^7.10.1", + "@babel/plugin-transform-duplicate-keys": "^7.10.1", + "@babel/plugin-transform-exponentiation-operator": "^7.10.1", + "@babel/plugin-transform-flow-comments": "^7.10.1", + "@babel/plugin-transform-flow-strip-types": "^7.10.1", + "@babel/plugin-transform-for-of": "^7.10.1", + "@babel/plugin-transform-function-name": "^7.10.1", + "@babel/plugin-transform-instanceof": "^7.10.1", + "@babel/plugin-transform-jscript": "^7.10.1", + "@babel/plugin-transform-literals": "^7.10.1", + "@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-umd": "^7.10.1", "@babel/plugin-transform-named-capturing-groups-regex": "^7.8.3", - "@babel/plugin-transform-new-target": "^7.8.3", - "@babel/plugin-transform-object-assign": "^7.8.3", - "@babel/plugin-transform-object-set-prototype-of-to-assign": "^7.8.3", - "@babel/plugin-transform-object-super": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.9.5", - "@babel/plugin-transform-property-literals": "^7.8.3", - "@babel/plugin-transform-property-mutators": "^7.8.3", - "@babel/plugin-transform-proto-to-assign": "^7.8.3", - "@babel/plugin-transform-react-constant-elements": "^7.9.0", - "@babel/plugin-transform-react-display-name": "^7.8.3", - "@babel/plugin-transform-react-inline-elements": "^7.9.0", - "@babel/plugin-transform-react-jsx": "^7.9.4", - "@babel/plugin-transform-react-jsx-compat": "^7.8.3", - "@babel/plugin-transform-react-jsx-development": "^7.9.0", - "@babel/plugin-transform-react-jsx-self": "^7.9.0", - "@babel/plugin-transform-react-jsx-source": "^7.10.0", - "@babel/plugin-transform-regenerator": "^7.8.7", - "@babel/plugin-transform-reserved-words": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.10.0", - "@babel/plugin-transform-shorthand-properties": "^7.8.3", - "@babel/plugin-transform-spread": "^7.10.0", - "@babel/plugin-transform-sticky-regex": "^7.8.3", - "@babel/plugin-transform-strict-mode": "^7.8.3", - "@babel/plugin-transform-template-literals": "^7.8.3", - "@babel/plugin-transform-typeof-symbol": "^7.8.4", - "@babel/plugin-transform-typescript": "^7.10.0", - "@babel/plugin-transform-unicode-escapes": "^7.10.0", - "@babel/plugin-transform-unicode-regex": "^7.8.3", - "@babel/preset-env": "^7.10.0", - "@babel/preset-flow": "^7.9.0", - "@babel/preset-react": "^7.10.0", - "@babel/preset-typescript": "^7.9.0" + "@babel/plugin-transform-new-target": "^7.10.1", + "@babel/plugin-transform-object-assign": "^7.10.1", + "@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-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-inline-elements": "^7.10.1", + "@babel/plugin-transform-react-jsx": "^7.10.1", + "@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-reserved-words": "^7.10.1", + "@babel/plugin-transform-runtime": "^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-strict-mode": "^7.10.1", + "@babel/plugin-transform-template-literals": "^7.10.1", + "@babel/plugin-transform-typeof-symbol": "^7.10.1", + "@babel/plugin-transform-typescript": "^7.10.1", + "@babel/plugin-transform-unicode-escapes": "^7.10.1", + "@babel/plugin-transform-unicode-regex": "^7.10.1", + "@babel/preset-env": "^7.10.1", + "@babel/preset-flow": "^7.10.1", + "@babel/preset-react": "^7.10.1", + "@babel/preset-typescript": "^7.10.1" }, "keywords": [ "babel", @@ -125,8 +125,8 @@ }, "homepage": "https://github.com/babel/babel/tree/master/packages/babel-standalone", "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-standalone" } } diff --git a/packages/babel-template/package.json b/packages/babel-template/package.json index fd89acc3ecd8..09913f5177b3 100644 --- a/packages/babel-template/package.json +++ b/packages/babel-template/package.json @@ -1,6 +1,6 @@ { "name": "@babel/template", - "version": "7.10.0", + "version": "7.10.1", "description": "Generate an AST from a string template.", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,14 +9,14 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-template" }, "main": "lib/index.js", "dependencies": { - "@babel/code-frame": "^7.8.3", - "@babel/parser": "^7.10.0", - "@babel/types": "^7.10.0" + "@babel/code-frame": "^7.10.1", + "@babel/parser": "^7.10.1", + "@babel/types": "^7.10.1" } } diff --git a/packages/babel-traverse/package.json b/packages/babel-traverse/package.json index 45dbdf82f011..25a9a6cb905b 100644 --- a/packages/babel-traverse/package.json +++ b/packages/babel-traverse/package.json @@ -1,6 +1,6 @@ { "name": "@babel/traverse", - "version": "7.10.0", + "version": "7.10.1", "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/", @@ -9,23 +9,23 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-traverse" }, "main": "lib/index.js", "dependencies": { - "@babel/code-frame": "^7.8.3", - "@babel/generator": "^7.10.0", - "@babel/helper-function-name": "^7.9.5", - "@babel/helper-split-export-declaration": "^7.8.3", - "@babel/parser": "^7.10.0", - "@babel/types": "^7.10.0", + "@babel/code-frame": "^7.10.1", + "@babel/generator": "^7.10.1", + "@babel/helper-function-name": "^7.10.1", + "@babel/helper-split-export-declaration": "^7.10.1", + "@babel/parser": "^7.10.1", + "@babel/types": "^7.10.1", "debug": "^4.1.0", "globals": "^11.1.0", "lodash": "^4.17.13" }, "devDependencies": { - "@babel/helper-plugin-test-runner": "^7.8.3" + "@babel/helper-plugin-test-runner": "^7.10.1" } } diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index 643e3477f674..248ad10d173d 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -1,6 +1,6 @@ { "name": "@babel/types", - "version": "7.10.0", + "version": "7.10.1", "description": "Babel Types is a Lodash-esque utility library for AST nodes", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", @@ -9,19 +9,19 @@ "access": "public" }, "repository": { - "type" : "git", - "url" : "https://github.com/babel/babel.git", + "type": "git", + "url": "https://github.com/babel/babel.git", "directory": "packages/babel-types" }, "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { - "@babel/helper-validator-identifier": "^7.9.5", + "@babel/helper-validator-identifier": "^7.10.1", "lodash": "^4.17.13", "to-fast-properties": "^2.0.0" }, "devDependencies": { - "@babel/generator": "^7.10.0", - "@babel/parser": "^7.10.0" + "@babel/generator": "^7.10.1", + "@babel/parser": "^7.10.1" } }