From 2a66984127960be27fe6f4c07ac4c3e5f532736c Mon Sep 17 00:00:00 2001 From: unnoq Date: Sat, 28 Dec 2024 20:25:35 +0700 Subject: [PATCH] docs: update requirements --- apps/content/content/docs/requirements.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/content/content/docs/requirements.mdx b/apps/content/content/docs/requirements.mdx index f32bc180..44c67c7f 100644 --- a/apps/content/content/docs/requirements.mdx +++ b/apps/content/content/docs/requirements.mdx @@ -12,6 +12,6 @@ icon: Code | `@orpc/react` | `@tanstack/react-query` >= 5.55.0, `react` >= 18.3.0 | Any schema following [Standard Schema](https://github.com/standard-schema/standard-schema) (e.g. `zod`, `valibot`, ...) | | `@orpc/react-query` | `@tanstack/react-query` >= 5.55.0 | Any schema following [Standard Schema](https://github.com/standard-schema/standard-schema) (e.g. `zod`, `valibot`, ...) | | `@orpc/vue-query` | `@tanstack/vue-query` >= 5.55.0 | Any schema following [Standard Schema](https://github.com/standard-schema/standard-schema) (e.g. `zod`, `valibot`, ...) | -| `@orpc/openapi` | node.js >= 18, bun, deno, browser, ... | Only `zod` for now | -| `@orpc/next` | next.js >= 15.1 | Any schema following [Standard Schema](https://github.com/standard-schema/standard-schema) (e.g. `zod`, `valibot`, ...), exclude `createFormAction` that requires `zod` schema for [Smart Conversion](/docs/openapi/smart-conversion) (if you use other schema require you manually coerce the data) | +| `@orpc/openapi` | node.js >= 18, bun, deno, browser, ... | Any schema following [Standard Schema](https://github.com/standard-schema/standard-schema) (e.g. `zod`, `valibot`, ...) | +| `@orpc/next` | next.js >= 15.1 | Any schema following [Standard Schema](https://github.com/standard-schema/standard-schema) (e.g. `zod`, `valibot`, ...) | | `@orpc/zod` | node.js >= 20 (or you can [polyfill](https://github.com/unnoq/orpc/blob/main/playgrounds/nextjs/src/polyfill.ts)), bun, deno, browser, ... | `zod` only |