From 5e650e4787add6fd53ce4e7219370267bd60b443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 13:41:12 +0000 Subject: [PATCH] Bump react-day-picker from 8.10.1 to 9.13.0 in /win/system/frontend Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 8.10.1 to 9.13.0. - [Release notes](https://github.com/gpbl/react-day-picker/releases) - [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md) - [Commits](https://github.com/gpbl/react-day-picker/compare/v8.10.1...v9.13.0) --- updated-dependencies: - dependency-name: react-day-picker dependency-version: 9.13.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- win/system/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/system/frontend/package.json b/win/system/frontend/package.json index d93ab9b..577ef52 100644 --- a/win/system/frontend/package.json +++ b/win/system/frontend/package.json @@ -51,7 +51,7 @@ "lucide-react": "^0.462.0", "next-themes": "^0.3.0", "react": "^18.3.1", - "react-day-picker": "^8.10.1", + "react-day-picker": "^9.13.0", "react-dom": "^18.3.1", "react-hook-form": "^7.61.1", "react-resizable-panels": "^4.5.5",