Merge pull request #19599 from Pike/home-zod-dependency

Align zod dependency to match other packages
This commit is contained in:
Fredrik Adelöw
2023-08-25 16:29:05 +02:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Align zod dependency to align with other packages.
+1 -1
View File
@@ -52,7 +52,7 @@
"react-grid-layout": "^1.3.4",
"react-resizable": "^3.0.4",
"react-use": "^17.2.4",
"zod": "~3.21.4"
"zod": "^3.21.4"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0",
+1 -1
View File
@@ -7236,7 +7236,7 @@ __metadata:
react-grid-layout: ^1.3.4
react-resizable: ^3.0.4
react-use: ^17.2.4
zod: ~3.21.4
zod: ^3.21.4
peerDependencies:
react: ^16.13.1 || ^17.0.0
react-dom: ^16.13.1 || ^17.0.0