From 7cf26a3f2783e8026d8d43b650f1bbc102d9bb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:31:24 +0000 Subject: [PATCH] Bump react-day-picker from 8.10.1 to 9.13.0 in /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] --- system/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/frontend/package.json b/system/frontend/package.json index ae38d90..9b6ff73 100644 --- a/system/frontend/package.json +++ b/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": "^2.1.9",