chore(admin-sdk): Pin Zod version (#11413)

**What**
In order to prevent multiple version to exists and that might not be compatible with one another, we fix the zod package version in the admin-sdk in complement to the starter
This commit is contained in:
Kasper Fabricius Kristensen
2025-02-12 10:30:46 +00:00
committed by GitHub
parent 47edd01dee
commit a039dd6932
3 changed files with 7 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/admin-sdk": patch
---
chore(admin-sdk): Pin zod in admin-sdk