npm audit

This commit is contained in:
2022-12-24 10:25:02 -07:00
parent 57d1451579
commit 882709fcea
3 changed files with 700 additions and 456 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
dist/
img/
node_modules
.DS_Store

1153
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,7 @@ interface Row {
}
export class Grid extends React.PureComponent<Props, {}> {
static displayName = "Grid";
static displayName: string = "Grid";
private gridHeight = 0;