Merge pull request #33952 from backstage/rugvip/zod-v3-config-schema-docs

frontend-plugin-api: clarify that zod v3 does not support configSchema
This commit is contained in:
Patrik Oldsberg
2026-04-17 10:34:20 +02:00
committed by GitHub
20 changed files with 54 additions and 42 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
"qs": "^6.9.4",
"react-use": "^17.3.2",
"uuid": "^11.0.2",
"zod": "^3.25.76 || ^4.0.0"
"zod": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",