docs: clarify zod version

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2026-02-05 23:01:58 +01:00
parent 0688e0f79b
commit a3d7dbd3f7
+1 -1
View File
@@ -17,7 +17,7 @@ Plugins should export a rule factory that provides type-safety that ensures comp
We use `zod` and `@backstage/catalog-model` in our example below. To install them run:
```bash title="from your Backstage root directory"
yarn --cwd packages/backend add zod @backstage/catalog-model
yarn --cwd packages/backend add zod@3 @backstage/catalog-model
```
```ts title="packages/backend/src/extensions/permissionsPolicyExtension.ts"