chore: 🔧 Update files
This commit is contained in:
parent
d98a30a2af
commit
0f80430a30
7 changed files with 121 additions and 120 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
116
nvidia-oc/backend/nvidia_oc/static/assets/index-Ez4Q1NYZ.js
Normal file
116
nvidia-oc/backend/nvidia_oc/static/assets/index-Ez4Q1NYZ.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="NVIDIA GPU Overclocking Control Panel" />
|
||||
<title>NVIDIA GPU Overclocking</title>
|
||||
<script type="module" crossorigin src="/assets/index-CfTZxq5T.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-Ez4Q1NYZ.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/assets/react-vendor-B--z-fyW.js">
|
||||
<link rel="modulepreload" crossorigin href="/assets/styled-components-D4PrdhZp.js">
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-D5OEH6Ar.css">
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
"preview": "../node_modules/.bin/vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/ui-design-tokens": "workspace:*",
|
||||
"@lilith/ui-charts": "workspace:*",
|
||||
"@lilith/ui-data": "workspace:*",
|
||||
"@lilith/ui-fab": "workspace:*",
|
||||
|
|
@ -21,7 +22,7 @@
|
|||
"@lilith/ui-navigation": "workspace:*",
|
||||
"@lilith/ui-primitives": "workspace:*",
|
||||
"@lilith/ui-theme": "workspace:*",
|
||||
"@lilith/ui-utils": "^1.1.1",
|
||||
"@lilith/ui-utils": "workspace:*",
|
||||
"framer-motion": "11",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import {
|
|||
calculateAutoYScale,
|
||||
getSeriesColor,
|
||||
} from '@lilith/ui-utils';
|
||||
import { chartPalette } from '@lilith/design-tokens';
|
||||
import { chartPalette } from '@lilith/ui-design-tokens';
|
||||
import type { GPUListItem, TelemetryData } from '../types';
|
||||
import type { TelemetryRecord } from '../hooks/useTelemetryPolling';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue