Skip to content

Commit

Permalink
chore(admin-sdk): Pin Zod version (#11413)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
kasperkristensen authored Feb 12, 2025
1 parent 47edd01 commit a039dd6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-ravens-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@medusajs/admin-sdk": patch
---

chore(admin-sdk): Pin zod in admin-sdk
2 changes: 1 addition & 1 deletion packages/admin/admin-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@medusajs/admin-shared": "^2.5.0",
"zod": "^3.22"
"zod": "3.22.4"
},
"packageManager": "[email protected]"
}
9 changes: 1 addition & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5294,7 +5294,7 @@ __metadata:
"@types/react": ^18.3.2
tsup: ^8.0.1
typescript: ^5.3.3
zod: ^3.22
zod: 3.22.4
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -34328,10 +34328,3 @@ __metadata:
checksum: 7578ab283dac0eee66a0ad0fc4a7f28c43e6745aadb3a529f59a4b851aa10872b3890398b3160f257f4b6817b4ce643debdda4fb21a2c040adda7862cab0a587
languageName: node
linkType: hard

"zod@npm:^3.22":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
languageName: node
linkType: hard

0 comments on commit a039dd6

Please sign in to comment.