Update web deps (#16983)

* Update vite

* Update LuIcons

* Update radix packages

* Fix other icons

* Use correct node version

* Remove superfluous web build on python tests

* Move web build to test
This commit is contained in:
Nicolas Mowen
2025-03-06 09:50:37 -07:00
committed by GitHub
parent 30acd26898
commit 433da8ffce
11 changed files with 1150 additions and 1409 deletions

View File

@@ -16,7 +16,7 @@ import {
PopoverTrigger,
} from "@/components/ui/popover";
import { getUnitSize } from "@/utils/storageUtil";
import { LuAlertCircle } from "react-icons/lu";
import { CiCircleAlert } from "react-icons/ci";
type CameraStorage = {
[key: string]: {
@@ -199,7 +199,7 @@ export function CombinedStorageGraph({
className="focus:outline-none"
aria-label="Unused Storage Information"
>
<LuAlertCircle
<CiCircleAlert
className="size-5"
aria-label="Unused Storage Information"
/>