From bbe37f37b36473706c59f447efc5d152c9c326b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:11:41 +0000 Subject: [PATCH] chore(deps-dev): bump zephyr-rsbuild-plugin from 0.1.4 to 1.0.1 Bumps [zephyr-rsbuild-plugin](https://github.com/ZephyrCloudIO/zephyr-packages/tree/HEAD/libs/zephyr-rsbuild-plugin) from 0.1.4 to 1.0.1. - [Release notes](https://github.com/ZephyrCloudIO/zephyr-packages/releases) - [Commits](https://github.com/ZephyrCloudIO/zephyr-packages/commits/v1.0.1/libs/zephyr-rsbuild-plugin) --- updated-dependencies: - dependency-name: zephyr-rsbuild-plugin dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- host/package.json | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/package.json b/host/package.json index 599e736..bca2d7a 100644 --- a/host/package.json +++ b/host/package.json @@ -59,6 +59,6 @@ "vite-tsconfig-paths": "^6.0.4", "vitest": "catalog:", "web-vitals": "^5.1.0", - "zephyr-rsbuild-plugin": "0.1.4" + "zephyr-rsbuild-plugin": "1.0.1" } } diff --git a/ui/package.json b/ui/package.json index 8061ac3..b67e600 100644 --- a/ui/package.json +++ b/ui/package.json @@ -84,6 +84,6 @@ "tailwindcss": "^4.1.17", "typescript": "catalog:", "vitest": "catalog:", - "zephyr-rsbuild-plugin": "0.1.4" + "zephyr-rsbuild-plugin": "1.0.1" } }