From 2d8be8c41c24151ecb2843f237267234496184ad Mon Sep 17 00:00:00 2001 From: Mario Campa Date: Fri, 15 Nov 2024 14:23:17 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c125434..274b8d5f 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ const body = await res.json(); /* { greeting: 'Hello Lily!' } */ Peer dependencies: -- [`tRPC`](https://github.com/trpc/trpc) Server v10 (`@trpc/server`) must be installed. -- [`Zod`](https://github.com/colinhacks/zod) v3 (`zod@^3.14.4`) must be installed (recommended `^3.20.0`). +- [`tRPC`](https://github.com/trpc/trpc) Server v11 (`@trpc/server`) must be installed. +- [`Zod`](https://github.com/colinhacks/zod) v3 (`zod@^3.23.8`) must be installed. For a procedure to support OpenAPI the following _must_ be true: