Chore: another big deps update (#4795)

This commit is contained in:
shamoon
2025-02-18 16:16:53 -08:00
committed by GitHub
parent 2881114816
commit 1c24bd7449
165 changed files with 1054 additions and 1121 deletions

View File

@@ -4,14 +4,13 @@ import { FaMemory, FaRegClock, FaThermometerHalf } from "react-icons/fa";
import { FiCpu, FiHardDrive } from "react-icons/fi";
import { useTranslation } from "next-i18next";
import classNames from "classnames";
import { SettingsContext } from "utils/contexts/settings";
import Error from "../widget/error";
import Resource from "../widget/resource";
import Resources from "../widget/resources";
import WidgetLabel from "../widget/widget_label";
import { SettingsContext } from "utils/contexts/settings";
const cpuSensorLabels = ["cpu_thermal", "Core", "Tctl"];
function convertToFahrenheit(t) {