diff --git a/package.json b/package.json index 6252b29a..bf7c5adc 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", - "@nextui-org/react": "^2.2.10", + "@nextui-org/react": "^2.6.8", "final-form": "^4.20.10", "framer-motion": "^11.11.8", "next": "^14.1.4", @@ -51,7 +51,7 @@ "eslint-plugin-react": "^7.37.1", "postcss": "^8.4.40", "prettier": "^3.3.3", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.17", "typescript": "^5.6.3" } } diff --git a/webapp/components/elements/FormInput.tsx b/webapp/components/elements/FormInput.tsx index bfa971f1..8ff291f9 100644 --- a/webapp/components/elements/FormInput.tsx +++ b/webapp/components/elements/FormInput.tsx @@ -1,11 +1,11 @@ -import { Field, FieldRenderProps } from 'react-final-form'; import { Input, InputProps, Textarea, TextAreaProps } from '@nextui-org/react'; +import { Field, FieldRenderProps } from 'react-final-form'; +import { DataListItem } from 'utils/datalists'; import { FieldValidator, requiredValidator, validateField, } from 'utils/validators'; -import { DataListItem } from 'utils/datalists'; type Props = { name: string; @@ -67,7 +67,7 @@ const ReceiptInput: React.FC = ({