fix : bump packages versions

This commit is contained in:
GuillaumeSD
2024-12-29 12:29:51 +01:00
parent 0b8d0ad780
commit c651a08000
37 changed files with 865 additions and 824 deletions

View File

@@ -5,7 +5,7 @@ import { LichessGame } from "@/types/lichess";
import {
CircularProgress,
FormControl,
Grid,
Grid2 as Grid,
ListItemButton,
ListItemText,
TextField,
@@ -60,12 +60,11 @@ export default function LichessInput({ pgn, setPgn }: Props) {
{lichessUsername && (
<Grid
container
item
xs={12}
gap={2}
justifyContent="center"
alignContent="center"
minHeight={100}
size={12}
>
{games.map((game) => (
<ListItemButton
@@ -87,8 +86,10 @@ export default function LichessInput({ pgn, setPgn }: Props) {
)
.toLocaleString()
.slice(0, -3)}`}
primaryTypographyProps={{ noWrap: true }}
secondaryTypographyProps={{ noWrap: true }}
slotProps={{
primary: { noWrap: true },
secondary: { noWrap: true },
}}
/>
</ListItemButton>
))}