From b648082030bfcb7d2a0523fc0c7c92e79ab1e698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 05:07:59 +0000 Subject: [PATCH] Bump @babel/plugin-syntax-jsx from 7.18.6 to 7.21.4 Bumps [@babel/plugin-syntax-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx) from 7.18.6 to 7.21.4. - [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.21.4/packages/babel-plugin-syntax-jsx) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-jsx" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- playgrounds/local-react/package.json | 2 +- playgrounds/react/package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/playgrounds/local-react/package.json b/playgrounds/local-react/package.json index 4674ea8d..7fd0edf8 100644 --- a/playgrounds/local-react/package.json +++ b/playgrounds/local-react/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@babel/core": "^7.20.5", - "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/plugin-syntax-jsx": "^7.21.4", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-react": "^7.18.6", "cypress": "^8.6.0", diff --git a/playgrounds/react/package.json b/playgrounds/react/package.json index e8f7167d..88ab0bb6 100644 --- a/playgrounds/react/package.json +++ b/playgrounds/react/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@babel/core": "^7.13.1", - "@babel/plugin-syntax-jsx": "^7.12.13", + "@babel/plugin-syntax-jsx": "^7.21.4", "@babel/preset-react": "^7.12.13", "eslint-config-meilisearch": "*" } diff --git a/yarn.lock b/yarn.lock index bc35885e..b3e6994a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1071,12 +1071,12 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.12.13", "@babel/plugin-syntax-jsx@^7.18.6": - version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0" - integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q== +"@babel/plugin-syntax-jsx@^7.18.6", "@babel/plugin-syntax-jsx@^7.21.4": + version "7.21.4" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.21.4.tgz#f264ed7bf40ffc9ec239edabc17a50c4f5b6fea2" + integrity sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ== dependencies: - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.20.2" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4"