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
@@ -66,7 +66,7 @@
"winston": "^3.2.1",
"yaml": "^2.0.0",
"yn": "^4.0.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
+1 -1
View File
@@ -36,7 +36,7 @@
"node-fetch": "^2.6.7",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
+1 -1
View File
@@ -46,7 +46,7 @@
"@backstage/types": "workspace:^",
"cross-fetch": "^3.1.5",
"uuid": "^8.0.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
+2 -2
View File
@@ -41,8 +41,8 @@
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"zod": "^3.11.6",
"zod-to-json-schema": "^3.18.1"
"zod": "~3.18.0",
"zod-to-json-schema": "~3.18.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
+1 -1
View File
@@ -40,7 +40,7 @@
"uuid": "^8.2.0",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
+1 -1
View File
@@ -79,7 +79,7 @@
"winston": "^3.2.1",
"yaml": "^2.0.0",
"zen-observable": "^0.10.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
+2 -2
View File
@@ -75,8 +75,8 @@
"use-immer": "^0.7.0",
"yaml": "^2.0.0",
"zen-observable": "^0.10.0",
"zod": "^3.11.6",
"zod-to-json-schema": "^3.18.1"
"zod": "~3.18.0",
"zod-to-json-schema": "~3.18.0"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
+1 -1
View File
@@ -40,7 +40,7 @@
"qs": "^6.10.1",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "^3.11.6"
"zod": "~3.18.0"
},
"devDependencies": {
"@backstage/cli": "workspace:^",