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:
committed by
GitHub
parent
47edd01dee
commit
a039dd6932
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@medusajs/admin-shared": "^2.5.0",
|
||||
"zod": "^3.22"
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user