From f422dc905ae4cc8a44b9aabe77dec037d7e31ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:28:58 +0000 Subject: build(deps): bump @rsbuild/plugin-react in /src/main/webui (#753) Bumps [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/web-infra-dev/rsbuild/releases) - [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.4.2/packages/plugin-react) --- updated-dependencies: - dependency-name: "@rsbuild/plugin-react" dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/main/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/webui/package.json') diff --git a/src/main/webui/package.json b/src/main/webui/package.json index cf31111..cb99dd0 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -22,7 +22,7 @@ "@mantine/hooks": "^8.3.6", "@reduxjs/toolkit": "^2.9.2", "@rsbuild/core": "^1.6.3", - "@rsbuild/plugin-react": "^1.4.1", + "@rsbuild/plugin-react": "^1.4.2", "@rsbuild/plugin-svgr": "^1.2.2", "@tailwindcss/postcss": "^4.1.17", "flowbite": "^3.1.2", -- cgit