From 3bdbe3754770ce1d13805b18b8d910e6b52bff31 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 6 Jul 2022 13:46:33 -0400 Subject: [PATCH] Bumping @babel/plugin-transform-react-jsx for bug fix https://github.com/babel/babel/pull/12479 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 233e2e39..5c04395d 100755 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.17.0", "@babel/plugin-proposal-class-properties": "^7.0.0", - "@babel/plugin-transform-react-jsx": "^7.0.0", + "@babel/plugin-transform-react-jsx": "^7.12.11", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.0.0", "@hotwired/stimulus": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index f02bd579..fe17b665 100644 --- a/yarn.lock +++ b/yarn.lock @@ -737,7 +737,7 @@ dependencies: "@babel/plugin-transform-react-jsx" "^7.18.6" -"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.18.6": +"@babel/plugin-transform-react-jsx@^7.12.11", "@babel/plugin-transform-react-jsx@^7.18.6": version "7.18.6" resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.18.6.tgz#2721e96d31df96e3b7ad48ff446995d26bc028ff" integrity sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==