From 92af8e8bd278e4286cb67d29840add670999e685 Mon Sep 17 00:00:00 2001 From: enixCode <58286681+enixCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:32:51 +0200 Subject: [PATCH] chore(deps): bump light-landing-page (light theme by default) - pulls light-landing-page 5bf161f, which defaults to a light palette and follows the site's system preference + theme toggle instead of being hard-locked to dark - lockfile-only change; package.json spec is unchanged build with cc --- website/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package-lock.json b/website/package-lock.json index d364b71..dcb3deb 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -7463,7 +7463,7 @@ }, "node_modules/light-landing-page": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/enixCode/light-landing-page.git#36425324e917edc8b9586a3e5bd1a2f9e90a2948", + "resolved": "git+ssh://git@github.com/enixCode/light-landing-page.git#5bf161fc39034a71ce7f20a8b4205de8ca57e0fa", "license": "MIT", "peerDependencies": { "react": ">=18",