Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Aug 4, 2023
1 parent f9b1937 commit 62aadd1
Show file tree
Hide file tree
Showing 5 changed files with 996 additions and 8,169 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

1 change: 1 addition & 0 deletions components/form/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function Input({
}: {
id: string;
value: string | number;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
onChange: (e: any) => void;
type: string;
placeholder?: string;
Expand Down
1 change: 1 addition & 0 deletions components/form/select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function Select({
id: string;
value: string | number;
options: { text: string; value: string }[];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
onChange: (e: any) => void;
label?: string;
fieldSetClassName?: string;
Expand Down
Loading

0 comments on commit 62aadd1

Please sign in to comment.