From f0da80046dbd98f32fac68ac954e2ae59a7ed722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 14:31:42 +0000 Subject: [PATCH] Bump @babel/plugin-transform-react-jsx from 7.13.12 to 7.14.3 Bumps [@babel/plugin-transform-react-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-react-jsx) from 7.13.12 to 7.14.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.3/packages/babel-plugin-transform-react-jsx) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9b852e0b69..37a53eda37 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@babel/core": "^7.14.3", "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "7.8.3", - "@babel/plugin-transform-react-jsx": "^7.13.12", + "@babel/plugin-transform-react-jsx": "^7.14.3", "@babel/preset-env": "^7.14.2", "@babel/register": "^7.13.16", "@babel/runtime-corejs2": "^7.14.0", diff --git a/yarn.lock b/yarn.lock index 890ad0e9cb..93e3522163 100644 --- a/yarn.lock +++ b/yarn.lock @@ -916,16 +916,16 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-react-jsx@^7.13.12", "@babel/plugin-transform-react-jsx@^7.7.4": - version "7.13.12" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.13.12.tgz#1df5dfaf0f4b784b43e96da6f28d630e775f68b3" - integrity sha512-jcEI2UqIcpCqB5U5DRxIl0tQEProI2gcu+g8VTIqxLO5Iidojb4d77q+fwGseCvd8af/lJ9masp4QWzBXFE2xA== +"@babel/plugin-transform-react-jsx@^7.14.3", "@babel/plugin-transform-react-jsx@^7.7.4": + version "7.14.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.3.tgz#0e26597805cf0862da735f264550933c38babb66" + integrity sha512-uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw== dependencies: "@babel/helper-annotate-as-pure" "^7.12.13" "@babel/helper-module-imports" "^7.13.12" "@babel/helper-plugin-utils" "^7.13.0" "@babel/plugin-syntax-jsx" "^7.12.13" - "@babel/types" "^7.13.12" + "@babel/types" "^7.14.2" "@babel/plugin-transform-regenerator@^7.13.15", "@babel/plugin-transform-regenerator@^7.7.4": version "7.13.15"