From 85d890efbf5bc0c262af756d002bcd29c6f923c5 Mon Sep 17 00:00:00 2001 From: Kota <128109461+kota113@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:02:08 +0900 Subject: [PATCH] [docs] correct a mistake in the migration description (#6328) correct a mistake in the description --- www/docs/migration/migrate-from-v10-to-v11.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/migration/migrate-from-v10-to-v11.mdx b/www/docs/migration/migrate-from-v10-to-v11.mdx index 5234ccd926b..131dd736894 100644 --- a/www/docs/migration/migrate-from-v10-to-v11.mdx +++ b/www/docs/migration/migrate-from-v10-to-v11.mdx @@ -30,7 +30,7 @@ Updated [HTTP Subscription Link improvements](#http-subscription-link-improvemen ### TypeScript version >=5.7.2 is now required (non-breaking) -tRPC now requires TypeScript version 5.6.2 or higher. This change was made in response to [a bug report](https://github.com/trpc/trpc/issues/6243) where we decided to take a forward-looking approach. +tRPC now requires TypeScript version 5.7.2 or higher. This change was made in response to [a bug report](https://github.com/trpc/trpc/issues/6243) where we decided to take a forward-looking approach. If you try to install tRPC with an unsupported TypeScript version, you'll receive a peer dependency error during installation.