Skip to content

Commit

Permalink
v7.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed May 17, 2021
1 parent f85c643 commit 1487a46
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion eslint/babel-eslint-parser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions eslint/babel-eslint-tests/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel",
"version": "7.14.2",
"version": "7.14.3",
"private": true,
"license": "MIT",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/cli",
"version": "7.13.16",
"version": "7.14.3",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-cli",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -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 <sebmck@gmail.com>",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/generator",
"version": "7.14.2",
"version": "7.14.3",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-helper-replace-supers/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/babel-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@babel/parser",
"version": "7.14.2",
"version": "7.14.3",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babel.dev/docs/en/next/babel-parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-react-jsx/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-transform-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-standalone/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1487a46

Please sign in to comment.