diff --git a/package.json b/package.json index fd46586a1a..cebed6c6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel", - "version": "7.14.5", + "version": "7.14.6", "private": true, "type": "commonjs", "scripts": { diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 863083be67..21a8330b75 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -1,6 +1,6 @@ { "name": "@babel/core", - "version": "7.14.5", + "version": "7.14.6", "description": "Babel compiler core.", "main": "./lib/index.js", "author": "The Babel Team (https://babel.dev/team)", @@ -52,8 +52,8 @@ "@babel/generator": "workspace:^7.14.5", "@babel/helper-compilation-targets": "workspace:^7.14.5", "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5", - "@babel/helpers": "workspace:^7.14.5", - "@babel/parser": "workspace:^7.14.5", + "@babel/helpers": "workspace:^7.14.6", + "@babel/parser": "workspace:^7.14.6", "@babel/template": "workspace:^7.14.5", "@babel/traverse": "workspace:^7.14.5", "@babel/types": "workspace:^7.14.5", diff --git a/packages/babel-helper-create-class-features-plugin/package.json b/packages/babel-helper-create-class-features-plugin/package.json index 195e926612..4e7ea443b2 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.5", + "version": "7.14.6", "author": "The Babel Team (https://babel.dev/team)", "license": "MIT", "description": "Compile class public and private fields, private methods and decorators to ES6", diff --git a/packages/babel-helpers/package.json b/packages/babel-helpers/package.json index 8792bcfdbb..4e05298aa4 100644 --- a/packages/babel-helpers/package.json +++ b/packages/babel-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@babel/helpers", - "version": "7.14.5", + "version": "7.14.6", "description": "Collection of helper functions used by Babel transforms.", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-helpers", diff --git a/packages/babel-parser/package.json b/packages/babel-parser/package.json index 54d4c3bf57..fbe29d6c97 100644 --- a/packages/babel-parser/package.json +++ b/packages/babel-parser/package.json @@ -1,6 +1,6 @@ { "name": "@babel/parser", - "version": "7.14.5", + "version": "7.14.6", "description": "A JavaScript parser", "author": "The Babel Team (https://babel.dev/team)", "homepage": "https://babel.dev/docs/en/next/babel-parser", diff --git a/packages/babel-plugin-transform-spread/package.json b/packages/babel-plugin-transform-spread/package.json index da87c3ed9d..9a81d11adf 100644 --- a/packages/babel-plugin-transform-spread/package.json +++ b/packages/babel-plugin-transform-spread/package.json @@ -1,6 +1,6 @@ { "name": "@babel/plugin-transform-spread", - "version": "7.14.5", + "version": "7.14.6", "description": "Compile ES2015 spread to ES5", "repository": { "type": "git", diff --git a/packages/babel-plugin-transform-typescript/package.json b/packages/babel-plugin-transform-typescript/package.json index e73c1913c3..eeeae29b84 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.14.5", + "version": "7.14.6", "description": "Transform TypeScript into ES.next", "repository": { "type": "git", @@ -17,7 +17,7 @@ "typescript" ], "dependencies": { - "@babel/helper-create-class-features-plugin": "workspace:^7.14.5", + "@babel/helper-create-class-features-plugin": "workspace:^7.14.6", "@babel/helper-plugin-utils": "workspace:^7.14.5", "@babel/plugin-syntax-typescript": "workspace:^7.14.5" }, diff --git a/packages/babel-runtime-corejs2/package.json b/packages/babel-runtime-corejs2/package.json index 78eb065b1d..ac42b0603f 100644 --- a/packages/babel-runtime-corejs2/package.json +++ b/packages/babel-runtime-corejs2/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs2", - "version": "7.14.5", + "version": "7.14.6", "description": "babel's modular runtime helpers with core-js@2 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime-corejs3/package.json b/packages/babel-runtime-corejs3/package.json index 600ee67d80..f50dbe6ab7 100644 --- a/packages/babel-runtime-corejs3/package.json +++ b/packages/babel-runtime-corejs3/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime-corejs3", - "version": "7.14.5", + "version": "7.14.6", "description": "babel's modular runtime helpers with core-js@3 polyfilling", "license": "MIT", "publishConfig": { diff --git a/packages/babel-runtime/package.json b/packages/babel-runtime/package.json index 8c82524548..48a6c149fe 100644 --- a/packages/babel-runtime/package.json +++ b/packages/babel-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@babel/runtime", - "version": "7.14.5", + "version": "7.14.6", "description": "babel's modular runtime helpers", "license": "MIT", "publishConfig": { diff --git a/packages/babel-standalone/package.json b/packages/babel-standalone/package.json index 05b2d876a8..893f895d0c 100644 --- a/packages/babel-standalone/package.json +++ b/packages/babel-standalone/package.json @@ -1,6 +1,6 @@ { "name": "@babel/standalone", - "version": "7.14.5", + "version": "7.14.6", "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 d1a25c37a7..b793485ab1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -221,8 +221,8 @@ __metadata: "@babel/helper-compilation-targets": "workspace:^7.14.5" "@babel/helper-module-transforms": "condition:BABEL_8_BREAKING ? : workspace:^7.14.5" "@babel/helper-transform-fixture-test-runner": "workspace:*" - "@babel/helpers": "workspace:^7.14.5" - "@babel/parser": "workspace:^7.14.5" + "@babel/helpers": "workspace:^7.14.6" + "@babel/parser": "workspace:^7.14.6" "@babel/plugin-transform-modules-commonjs": "workspace:*" "@babel/template": "workspace:^7.14.5" "@babel/traverse": "workspace:^7.14.5" @@ -447,7 +447,7 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:packages/babel-helper-create-class-features-plugin": +"@babel/helper-create-class-features-plugin@workspace:^7.14.5, @babel/helper-create-class-features-plugin@workspace:^7.14.6, @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: @@ -903,7 +903,7 @@ __metadata: languageName: node linkType: hard -"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.5, @babel/helpers@workspace:packages/babel-helpers": +"@babel/helpers@workspace:*, @babel/helpers@workspace:^7.14.6, @babel/helpers@workspace:packages/babel-helpers": version: 0.0.0-use.local resolution: "@babel/helpers@workspace:packages/babel-helpers" dependencies: @@ -969,7 +969,7 @@ __metadata: languageName: node linkType: hard -"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:packages/babel-parser": +"@babel/parser@workspace:*, @babel/parser@workspace:^7.14.5, @babel/parser@workspace:^7.14.6, @babel/parser@workspace:packages/babel-parser": version: 0.0.0-use.local resolution: "@babel/parser@workspace:packages/babel-parser" dependencies: @@ -3034,7 +3034,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.14.5" + "@babel/helper-create-class-features-plugin": "workspace:^7.14.6" "@babel/helper-plugin-test-runner": "workspace:*" "@babel/helper-plugin-utils": "workspace:^7.14.5" "@babel/plugin-syntax-typescript": "workspace:^7.14.5"