Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gutentag2012 committed Dec 29, 2024
1 parent e06e78e commit 4f094cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ErrorText } from '@/components/form/ErrorText'
import { Button } from '@/components/ui/button'
import { InputForm } from '@/components/ui/input'
import { Label } from '@/components/ui/label'
import { FormDevTools } from '@formsignals/dev-tools-react'
import { useForm, useFormContext } from '@formsignals/form-react'
import { ZodAdapter } from '@formsignals/validation-adapter-zod'
import { useSignals } from '@preact/signals-react/runtime'
Expand Down Expand Up @@ -85,6 +86,7 @@ export function LoginForm() {

<FormSubmitButton />
</form>
<FormDevTools />
</form.FormProvider>
)
}
Expand Down
1 change: 1 addition & 0 deletions examples/react/next-form-signals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"example": "next dev --turbopack"
},
"dependencies": {
"@formsignals/dev-tools-react": "workspace:*",
"@formsignals/form-core": "workspace:*",
"@formsignals/form-react": "workspace:*",
"@formsignals/validation-adapter-zod": "workspace:*",
Expand Down
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4f094cb

Please sign in to comment.