Skip to content

Commit

Permalink
docs: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Dec 28, 2024
1 parent 0127078 commit 2a66984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/content/content/docs/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 2a66984

Please sign in to comment.