From 88160d213b4070709a79f0f23e220928c5a24b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:48:11 +0000 Subject: [PATCH] Bump @nextui-org/react from 2.2.10 to 2.6.8 Bumps [@nextui-org/react](https://github.com/nextui-org/nextui/tree/HEAD/packages/core/react) from 2.2.10 to 2.6.8. - [Release notes](https://github.com/nextui-org/nextui/releases) - [Changelog](https://github.com/nextui-org/nextui/blob/canary/packages/core/react/CHANGELOG.md) - [Commits](https://github.com/nextui-org/nextui/commits/@nextui-org/react@2.6.8/packages/core/react) --- updated-dependencies: - dependency-name: "@nextui-org/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 4 +- webapp/components/elements/FormInput.tsx | 6 +- webapp/cypress/e2e/index.cy.js | 4 +- yarn.lock | 3345 ++++++++++++---------- 4 files changed, 1784 insertions(+), 1575 deletions(-) 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 = ({