move zod back a step to avoid type issues

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-12-12 13:40:40 +01:00
parent 7a7afdbbec
commit b05dcd5530
14 changed files with 50 additions and 34 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
"yaml": "^2.0.0",
"yml-loader": "^2.1.0",
"yn": "^4.0.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/backend-common": "workspace:^",