Update dependencies

This commit is contained in:
Matthew Ellison
2026-08-15 17:28:19 -04:00
parent 9ca9594681
commit 1a6de33ca7
61 changed files with 2805 additions and 4372 deletions

View File

@@ -61,12 +61,14 @@ export default function SquareNumberArray({
{
value.map((row, rowIndex) => (
<tr
// eslint-disable-next-line @eslint-react/no-array-index-key
key={`squareNumberArrayRow${rowIndex}`}
className=""
>
{
row.map((cell, cellIndex) => (
<td
// eslint-disable-next-line @eslint-react/no-array-index-key
key={`squareNumberArrayCell${rowIndex}${cellIndex}`}
className="w-8 h-8 border"
>