web: Switch to Zod mini API.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-06-13 15:34:31 -07:00
committed by Tim Abbott
parent cb28bff831
commit a29ed94e5b
110 changed files with 126 additions and 121 deletions

View File

@@ -1,5 +1,5 @@
import _ from "lodash";
import {z} from "zod";
import * as z from "zod/mini";
import * as blueslip from "./blueslip.ts";
import * as people from "./people.ts";