From 4d0e80eaadbd49df2e8ad5cdd29b6a5a2c89fd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 01:56:11 +0000 Subject: [PATCH] build(deps-dev): bump @babel/plugin-syntax-jsx from 7.28.6 to 7.29.7 Bumps [@babel/plugin-syntax-jsx](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-jsx) from 7.28.6 to 7.29.7. - [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.29.7/packages/babel-plugin-syntax-jsx) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-jsx" dependency-version: 7.29.7 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40eab04..7a301e9 100644 --- a/package.json +++ b/package.json @@ -291,7 +291,7 @@ "@babel/eslint-parser": "~7.28.6", "@babel/plugin-proposal-private-property-in-object": "~7.21.11", "@babel/plugin-syntax-class-properties": "~7.12.1", - "@babel/plugin-syntax-jsx": "~7.28.6", + "@babel/plugin-syntax-jsx": "~7.29.7", "@babel/register": "7.29.3", "@commitlint/cli": "latest", "@commitlint/config-conventional": "latest",