From 97a6c730831e302da2fd5ed3f71826fc5e8ce451 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:11:50 +0000 Subject: build(deps): bump @rsbuild/core from 1.6.15 to 1.7.1 in /src/main/webui (#792) Bumps [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) from 1.6.15 to 1.7.1. - [Release notes](https://github.com/web-infra-dev/rsbuild/releases) - [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.7.1/packages/core) --- updated-dependencies: - dependency-name: "@rsbuild/core" dependency-version: 1.7.1 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 115cf13..585bf7b 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -21,7 +21,7 @@ "@heroicons/react": "2.0.16", "@mantine/hooks": "^8.3.10", "@reduxjs/toolkit": "^2.11.2", - "@rsbuild/core": "^1.6.15", + "@rsbuild/core": "^1.7.1", "@rsbuild/plugin-react": "^1.4.2", "@rsbuild/plugin-svgr": "^1.2.3", "@tailwindcss/postcss": "^4.1.18", -- cgit