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
+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",