From 3d5bc36f14d5246674a4c9e6dce0ff0d25978cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 08:04:33 -0400 Subject: build(deps): bump @rsbuild/plugin-react in /src/main/webui (#697) Bumps [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/web-infra-dev/rsbuild/releases) - [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.4.0/packages/plugin-react) --- updated-dependencies: - dependency-name: "@rsbuild/plugin-react" dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fc69707..000e955 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -22,7 +22,7 @@ "@mantine/hooks": "^8.2.7", "@reduxjs/toolkit": "^2.8.2", "@rsbuild/core": "^1.5.1", - "@rsbuild/plugin-react": "^1.3.5", + "@rsbuild/plugin-react": "^1.4.0", "@rsbuild/plugin-svgr": "^1.2.2", "@tailwindcss/postcss": "^4.1.12", "flowbite": "^3.1.2", -- cgit