chore: Bump zod deps

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-03-24 14:15:51 +01:00
parent 8a1e9dbdde
commit 1e4f5e91b8
16 changed files with 66 additions and 41 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
"winston": "^3.2.1",
"yaml": "^2.0.0",
"yn": "^4.0.0",
"zod": "~3.18.0"
"zod": "^3.21.4"
},
"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.18.0"
"zod": "^3.21.4"
},
"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.18.0"
"zod": "^3.21.4"
},
"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.18.0",
"zod-to-json-schema": "~3.18.0"
"zod": "^3.21.4",
"zod-to-json-schema": "^3.20.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
+1 -1
View File
@@ -39,7 +39,7 @@
"uuid": "^8.2.0",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "~3.18.0"
"zod": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
+1 -1
View File
@@ -96,7 +96,7 @@
"winston": "^3.2.1",
"yaml": "^2.0.0",
"zen-observable": "^0.10.0",
"zod": "~3.18.0"
"zod": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",
+2 -2
View File
@@ -30,8 +30,8 @@
"@backstage/types": "workspace:^",
"jsonschema": "^1.2.6",
"winston": "^3.2.1",
"zod": "~3.18.0",
"zod-to-json-schema": "~3.18.0"
"zod": "^3.21.4",
"zod-to-json-schema": "^3.20.4"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
+2 -2
View File
@@ -77,8 +77,8 @@
"react-use": "^17.2.4",
"use-immer": "^0.8.0",
"zen-observable": "^0.10.0",
"zod": "~3.18.0",
"zod-to-json-schema": "~3.18.0"
"zod": "^3.21.4",
"zod-to-json-schema": "^3.20.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
+2 -2
View File
@@ -84,8 +84,8 @@
"react-use": "^17.2.4",
"yaml": "^2.0.0",
"zen-observable": "^0.10.0",
"zod": "~3.18.0",
"zod-to-json-schema": "~3.18.0"
"zod": "^3.21.4",
"zod-to-json-schema": "^3.20.4"
},
"peerDependencies": {
"@types/react": "^16.13.1 || ^17.0.0",
+1 -1
View File
@@ -54,7 +54,7 @@
"qs": "^6.10.1",
"winston": "^3.2.1",
"yn": "^4.0.0",
"zod": "~3.18.0"
"zod": "^3.21.4"
},
"devDependencies": {
"@backstage/backend-test-utils": "workspace:^",