Skip to content

Commit 7e8c07a

Browse files
authored
Merge pull request #1175 from joshunrau/dev
fix: update libnest to v7.3.2
2 parents b9e043b + 433f311 commit 7e8c07a

File tree

6 files changed

+270
-264
lines changed

6 files changed

+270
-264
lines changed

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@douglasneuroinformatics/libcrypto": "catalog:",
1919
"@douglasneuroinformatics/libjs": "catalog:",
20-
"@douglasneuroinformatics/libnest": "^7.3.1",
20+
"@douglasneuroinformatics/libnest": "^7.3.2",
2121
"@douglasneuroinformatics/libpasswd": "catalog:",
2222
"@douglasneuroinformatics/libstats": "catalog:",
2323
"@faker-js/faker": "^9.4.0",

apps/web/src/routes/setup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Card, Form, Heading, LanguageToggle, ThemeToggle } from '@douglasneuroi
55
import { useTranslation } from '@douglasneuroinformatics/libui/hooks';
66
import { LoadingPage, Logo } from '@opendatacapture/react-core';
77
import { createFileRoute, Navigate, redirect, useRouter } from '@tanstack/react-router';
8-
import z from 'zod/v4';
8+
import { z } from 'zod/v4';
99

1010
import { useCreateSetupStateMutation } from '@/hooks/useCreateSetupStateMutation';
1111
import { setupStateQueryOptions } from '@/hooks/useSetupStateQuery';

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)