Skip to content

Commit

Permalink
Update react
Browse files Browse the repository at this point in the history
  • Loading branch information
Apsysikal committed Dec 23, 2024
1 parent 24c9bc9 commit e64242c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion app/components/forms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function CheckboxField({
errors,
className,
}: {
labelProps: JSX.IntrinsicElements["label"];
labelProps: React.ComponentProps<"label">;
buttonProps: CheckboxProps & {
name: string;
form: string;
Expand Down
30 changes: 10 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@testing-library/jest-dom": "^6.6.3",
"@types/bcryptjs": "^2.4.5",
"@types/node": "^22.10.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.19",
Expand Down

0 comments on commit e64242c

Please sign in to comment.