From 32d13eb46c1b4b7478c0eca42f8a3416b681789b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:49:42 +0000 Subject: build(deps): bump @rsbuild/core from 1.5.17 to 1.6.0 in /src/main/webui (#746) Bumps [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) from 1.5.17 to 1.6.0. - [Release notes](https://github.com/web-infra-dev/rsbuild/releases) - [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.6.0/packages/core) --- updated-dependencies: - dependency-name: "@rsbuild/core" dependency-version: 1.6.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 8e9fe93..4835436 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.5", "@reduxjs/toolkit": "^2.9.2", - "@rsbuild/core": "^1.5.17", + "@rsbuild/core": "^1.6.0", "@rsbuild/plugin-react": "^1.4.1", "@rsbuild/plugin-svgr": "^1.2.2", "@tailwindcss/postcss": "^4.1.16", -- cgit