Merged in chore/nextjs-version (pull request #3527)

chore(next/react): update to latest versions

* chore(next/react): update to latest versions

* Correct swc version


Approved-by: Anton Gunnarsson
This commit is contained in:
Linus Flood
2026-02-02 14:21:39 +00:00
parent 65e5d90fee
commit 8ac2c4ba22
4 changed files with 85 additions and 77 deletions

View File

@@ -7,7 +7,5 @@ import {
export const contactInformationSchema = z.object({
email: nullableStringEmailValidator,
faxNumber: nullableStringValidator,
phoneNumber: nullableStringValidator,
websiteUrl: nullableStringValidator,
})