chore: update dependencies (#13)

* chore: update dependencies

* chore: update nextauth dependency to beta 5

* chore: fix formatting
This commit is contained in:
Meier Lukas
2024-01-23 21:49:47 +01:00
committed by GitHub
parent 81d35656ba
commit 3a0f280984
17 changed files with 342 additions and 698 deletions

View File

@@ -12,7 +12,7 @@ import { integrationSecretIcons } from "./_integration-secret-icons";
interface IntegrationSecretInputProps {
label?: string;
kind: IntegrationSecretKind;
value: string;
value?: string;
onChange: ChangeEventHandler<HTMLInputElement>;
onFocus?: FocusEventHandler<HTMLInputElement>;
onBlur?: FocusEventHandler<HTMLInputElement>;