diff --git a/eslint/babel-eslint-parser/package.json b/eslint/babel-eslint-parser/package.json index f244586eff..573bcd9bc0 100644 --- a/eslint/babel-eslint-parser/package.json +++ b/eslint/babel-eslint-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/eslint-parser", - "version": "7.14.2", + "version": "7.14.3", "description": "ESLint parser that allows for linting of experimental syntax transformed by Babel", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", diff --git a/eslint/babel-eslint-tests/package.json b/eslint/babel-eslint-tests/package.json index 4cd906d24c..a32090f8d7 100644 --- a/eslint/babel-eslint-tests/package.json +++ b/eslint/babel-eslint-tests/package.json @@ -1,11 +1,11 @@ { "name": "@babel/eslint-tests", - "version": "7.14.2", + "version": "7.14.3", "description": "Tests for babel/eslint-* packages", "license": "MIT", "private": true, "dependencies": { - "@babel/eslint-parser": "workspace:^7.14.2", + "@babel/eslint-parser": "workspace:^7.14.3", "@babel/preset-react": "workspace:^7.13.13", "dedent": "^0.7.0", "eslint": "^7.5.0", diff --git a/package.json b/package.json index 7a09373861..16d7e14d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.14.2", + "version": "7.14.3", "private": true, "license": "MIT", "type": "commonjs", diff --git a/packages/babel-cli/package.json b/packages/babel-cli/package.json index 56b4aaa878..89c3114326 100644 --- a/packages/babel-cli/package.json +++ b/packages/babel-cli/package.json @@ -1,6 +1,6 @@ { "name": "@babel/cli", - "version": "7.13.16", + "version": "7.14.3", "description": "Babel command line.", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-cli", diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index c40b4250a4..22d072d923 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.14.2", + "version": "7.14.3", "description": "Babel compiler core.", "main": "lib/index.js", "author": "Sebastian McKenzie ", @@ -49,11 +49,11 @@ }, "dependencies": { "@babel/code-frame": "workspace:^7.12.13", - "@babel/generator": "workspace:^7.14.2", + "@babel/generator": "workspace:^7.14.3", "@babel/helper-compilation-targets": "workspace:^7.13.16", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2", "@babel/helpers": "workspace:^7.14.0", - "@babel/parser": "workspace:^7.14.2", + "@babel/parser": "workspace:^7.14.3", "@babel/template": "workspace:^7.12.13", "@babel/traverse": "workspace:^7.14.2", "@babel/types": "workspace:^7.14.2", diff --git a/packages/babel-generator/package.json b/packages/babel-generator/package.json index f08760121c..400ddcff64 100644 --- a/packages/babel-generator/package.json +++ b/packages/babel-generator/package.json @@ -1,6 +1,6 @@ { "name": "@babel/generator", - "version": "7.14.2", + "version": "7.14.3", "description": "Turns an AST into code.", "author": "Sebastian McKenzie ", "license": "MIT", diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index 3692f0c8a1..941ee1c2be 100644 --- a/packages/babel-helper-create-class-features-plugin/package.json +++ b/packages/babel-helper-create-class-features-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-create-class-features-plugin", - "version": "7.14.2", + "version": "7.14.3", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", @@ -22,7 +22,7 @@ "@babel/helper-function-name": "workspace:^7.14.2", "@babel/helper-member-expression-to-functions": "workspace:^7.13.12", "@babel/helper-optimise-call-expression": "workspace:^7.12.13", - "@babel/helper-replace-supers": "workspace:^7.13.12", + "@babel/helper-replace-supers": "workspace:^7.14.3", "@babel/helper-split-export-declaration": "workspace:^7.12.13" }, "peerDependencies": { diff --git a/packages/babel-helper-create-regexp-features-plugin/package.json b/packages/babel-helper-create-regexp-features-plugin/package.json index 7083c0ffeb..e2fbdfb160 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.12.17", + "version": "7.14.3", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Compile ESNext Regular Expressions to ES5", diff --git a/packages/babel-helper-replace-supers/package.json b/packages/babel-helper-replace-supers/package.json index 71037986d8..0fb18a39fa 100644 --- a/packages/babel-helper-replace-supers/package.json +++ b/packages/babel-helper-replace-supers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helper-replace-supers", - "version": "7.13.12", + "version": "7.14.3", "description": "Helper function to replace supers", "repository": { "type": "git", @@ -16,7 +16,7 @@ "dependencies": { "@babel/helper-member-expression-to-functions": "workspace:^7.13.12", "@babel/helper-optimise-call-expression": "workspace:^7.12.13", - "@babel/traverse": "workspace:^7.13.0", - "@babel/types": "workspace:^7.13.12" + "@babel/traverse": "workspace:^7.14.2", + "@babel/types": "workspace:^7.14.2" } } diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 0c499e4bfa..8c7f43ec0b 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.14.2", + "version": "7.14.3", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-proposal-class-static-block/package.json b/packages/babel-plugin-proposal-class-static-block/package.json index 5b3d2f8707..19ac6d932a 100644 --- a/packages/babel-plugin-proposal-class-static-block/package.json +++ b/packages/babel-plugin-proposal-class-static-block/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-proposal-class-static-block", - "version": "7.13.11", + "version": "7.14.3", "description": "Allow parsing of class static blocks", "repository": { "type": "git", @@ -19,7 +19,7 @@ "babel-plugin" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.13.11", + "@babel/helper-create-class-features-plugin": "workspace:^7.14.3", "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/plugin-syntax-class-static-block": "workspace:^7.12.13" }, diff --git a/packages/babel-plugin-transform-react-jsx/package.json b/packages/babel-plugin-transform-react-jsx/package.json index 2374ca382c..9cb11cd12e 100644 --- a/packages/babel-plugin-transform-react-jsx/package.json +++ b/packages/babel-plugin-transform-react-jsx/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-react-jsx", - "version": "7.13.12", + "version": "7.14.3", "description": "Turn JSX into React function calls", "repository": { "type": "git", @@ -21,7 +21,7 @@ "@babel/helper-module-imports": "workspace:^7.13.12", "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/plugin-syntax-jsx": "workspace:^7.12.13", - "@babel/types": "workspace:^7.13.12" + "@babel/types": "workspace:^7.14.2" }, "peerDependencies": { "@babel/core": "^7.0.0-0" diff --git a/packages/babel-plugin-transform-runtime/package.json b/packages/babel-plugin-transform-runtime/package.json index b4fdc57b09..b27186e304 100644 --- a/packages/babel-plugin-transform-runtime/package.json +++ b/packages/babel-plugin-transform-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-runtime", - "version": "7.14.2", + "version": "7.14.3", "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index 65fa06be74..1a2afb8821 100644 --- a/packages/babel-plugin-transform-typescript/package.json +++ b/packages/babel-plugin-transform-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-typescript", - "version": "7.13.0", + "version": "7.14.3", "description": "Transform TypeScript into ES.next", "repository": { "type": "git", @@ -17,7 +17,7 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.13.0", + "@babel/helper-create-class-features-plugin": "workspace:^7.14.3", "@babel/helper-plugin-utils": "workspace:^7.13.0", "@babel/plugin-syntax-typescript": "workspace:^7.12.13" }, diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index e7a7a737cf..ee55c7096c 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.14.2", + "version": "7.14.3", "description": "Standalone build of Babel for use in non-Node.js environments.", "main": "babel.js", "files": [ diff --git a/yarn.lock b/yarn.lock index 7c99f35e31..7aef6cd373 100644 --- a/yarn.lock +++ b/yarn.lock @@ -208,12 +208,12 @@ __metadata: resolution: "@babel/core@workspace:packages/babel-core" dependencies: "@babel/code-frame": "workspace:^7.12.13" - "@babel/generator": "workspace:^7.14.2" + "@babel/generator": "workspace:^7.14.3" "@babel/helper-compilation-targets": "workspace:^7.13.16" "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.2" "@babel/helper-transform-fixture-test-runner": "workspace:*" "@babel/helpers": "workspace:^7.14.0" - "@babel/parser": "workspace:^7.14.2" + "@babel/parser": "workspace:^7.14.3" "@babel/plugin-transform-modules-commonjs": "workspace:*" "@babel/template": "workspace:^7.12.13" "@babel/traverse": "workspace:^7.14.2" @@ -241,7 +241,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/eslint-parser@workspace:*, @babel/eslint-parser@workspace:^7.14.2, @babel/eslint-parser@workspace:eslint/babel-eslint-parser": +"@babel/eslint-parser@workspace:*, @babel/eslint-parser@workspace:^7.14.3, @babel/eslint-parser@workspace:eslint/babel-eslint-parser": version: 0.0.0-use.local resolution: "@babel/eslint-parser@workspace:eslint/babel-eslint-parser" dependencies: @@ -311,7 +311,7 @@ __metadata: version: 0.0.0-use.local resolution: "@babel/eslint-tests@workspace:eslint/babel-eslint-tests" dependencies: - "@babel/eslint-parser": "workspace:^7.14.2" + "@babel/eslint-parser": "workspace:^7.14.3" "@babel/preset-react": "workspace:^7.13.13" dedent: ^0.7.0 eslint: ^7.5.0 @@ -331,7 +331,7 @@ __metadata: languageName: node linkType: hard -"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.14.2, @babel/generator@workspace:packages/babel-generator": +"@babel/generator@workspace:*, @babel/generator@workspace:^7.12.13, @babel/generator@workspace:^7.14.2, @babel/generator@workspace:^7.14.3, @babel/generator@workspace:packages/babel-generator": version: 0.0.0-use.local resolution: "@babel/generator@workspace:packages/babel-generator" dependencies: @@ -434,7 +434,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:^7.13.11, @babel/helper-create-class-features-plugin@workspace:^7.14.0, @babel/helper-create-class-features-plugin@workspace:^7.14.2, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": +"@babel/helper-create-class-features-plugin@workspace:^7.13.0, @babel/helper-create-class-features-plugin@workspace:^7.14.0, @babel/helper-create-class-features-plugin@workspace:^7.14.2, @babel/helper-create-class-features-plugin@workspace:^7.14.3, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": version: 0.0.0-use.local resolution: "@babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin" dependencies: @@ -444,7 +444,7 @@ __metadata: "@babel/helper-member-expression-to-functions": "workspace:^7.13.12" "@babel/helper-optimise-call-expression": "workspace:^7.12.13" "@babel/helper-plugin-test-runner": "workspace:*" - "@babel/helper-replace-supers": "workspace:^7.13.12" + "@babel/helper-replace-supers": "workspace:^7.14.3" "@babel/helper-split-export-declaration": "workspace:^7.12.13" "@babel/preset-env": "workspace:*" peerDependencies: @@ -739,14 +739,14 @@ __metadata: languageName: node linkType: hard -"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.12, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": +"@babel/helper-replace-supers@workspace:^7.12.13, @babel/helper-replace-supers@workspace:^7.13.12, @babel/helper-replace-supers@workspace:^7.14.3, @babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers": version: 0.0.0-use.local resolution: "@babel/helper-replace-supers@workspace:packages/babel-helper-replace-supers" dependencies: "@babel/helper-member-expression-to-functions": "workspace:^7.13.12" "@babel/helper-optimise-call-expression": "workspace:^7.12.13" - "@babel/traverse": "workspace:^7.13.0" - "@babel/types": "workspace:^7.13.12" + "@babel/traverse": "workspace:^7.14.2" + "@babel/types": "workspace:^7.14.2" languageName: unknown linkType: soft @@ -947,7 +947,7 @@ __metadata: languageName: unknown linkType: soft -"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.14.2, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.12.13, @babel/parser@workspace:^7.14.2, @babel/parser@workspace:^7.14.3, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -1113,7 +1113,7 @@ __metadata: resolution: "@babel/plugin-proposal-class-static-block@workspace:packages/babel-plugin-proposal-class-static-block" dependencies: "@babel/core": "workspace:*" - "@babel/helper-create-class-features-plugin": "workspace:^7.13.11" + "@babel/helper-create-class-features-plugin": "workspace:^7.14.3" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/plugin-syntax-class-static-block": "workspace:^7.12.13" @@ -2755,7 +2755,7 @@ __metadata: "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/plugin-syntax-jsx": "workspace:^7.12.13" "@babel/traverse": "workspace:*" - "@babel/types": "workspace:^7.13.12" + "@babel/types": "workspace:^7.14.2" peerDependencies: "@babel/core": ^7.0.0-0 languageName: unknown @@ -3011,7 +3011,7 @@ __metadata: resolution: "@babel/plugin-transform-typescript@workspace:packages/babel-plugin-transform-typescript" dependencies: "@babel/core": "workspace:*" - "@babel/helper-create-class-features-plugin": "workspace:^7.13.0" + "@babel/helper-create-class-features-plugin": "workspace:^7.14.3" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.13.0" "@babel/plugin-syntax-typescript": "workspace:^7.12.13"