Skip to content

Commit fad51c4

Browse files
Update zod to 4.3.6 (major) (#492)
Co-authored-by: ghost-of-high-heart[bot] <272657577+ghost-of-high-heart[bot]@users.noreply.github.com> Co-authored-by: Tomas Carnecky <tomc@caurea.org>
1 parent d494ee4 commit fad51c4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"topojson-client": "^3.1.0",
4747
"typescript": "^6.0.2",
4848
"use-immer": "^0.11.0",
49-
"zod": "^3.25.76"
49+
"zod": "^4.3.6"
5050
}
5151
}

website/src/domain/municipality-migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const MunicipalityMigrationData = z
3333
inscriptionReason: val[8],
3434
}))
3535
),
36-
mutations: z.record(
36+
mutations: z.record(z.string(),
3737
z
3838
.object({
3939
t: z.number(),

0 commit comments

Comments
 (0)