From 77cbc64b3321f99ff05be42280deb94d48f467d2 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 20 Feb 2026 19:02:40 +0100 Subject: [PATCH] Add missing deps: @radix-ui/react-toggle, @react-spring/web These packages are imported by new chart and toggle components but were never added to package.json, causing the observer reports page to crash client-side on load. Co-Authored-By: Claude Opus 4.6 --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 030470b..023cb60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,7 @@ "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-tooltip": "^1.1.6", + "@react-spring/web": "^10.0.3", "@tailwindcss/postcss": "^4.1.18", "@tanstack/react-query": "^5.62.0", "@trpc/client": "^11.0.0-rc.678", diff --git a/package.json b/package.json index 35a40ad..cdb6680 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,7 @@ "@radix-ui/react-tabs": "^1.1.2", "@radix-ui/react-toggle": "^1.1.10", "@radix-ui/react-tooltip": "^1.1.6", + "@react-spring/web": "^10.0.3", "@tailwindcss/postcss": "^4.1.18", "@tanstack/react-query": "^5.62.0", "@trpc/client": "^11.0.0-rc.678",