Skip to content

Commit 356b286

Browse files
chore(core-flows): import zod (#13197)
1 parent 96f4ed9 commit 356b286

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/core/core-flows/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
},
4343
"dependencies": {
4444
"csv-parse": "^5.6.0",
45-
"json-2-csv": "^5.5.4"
45+
"json-2-csv": "^5.5.4",
46+
"zod": "3.25.76"
4647
},
4748
"peerDependencies": {
4849
"@medusajs/framework": "2.8.8",

packages/core/workflows-sdk/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
"@mikro-orm/postgresql": "6.4.3",
5656
"awilix": "^8.0.1",
5757
"express": "^4.21.0",
58-
"pg": "^8.13.0",
59-
"zod": "3.25.76"
58+
"pg": "^8.13.0"
6059
},
6160
"scripts": {
6261
"build": "rimraf dist && tsc --build",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6093,6 +6093,7 @@ __metadata:
60936093
pg: ^8.13.0
60946094
rimraf: ^5.0.1
60956095
typescript: ^5.6.2
6096+
zod: 3.25.76
60966097
peerDependencies:
60976098
"@medusajs/framework": 2.8.8
60986099
awilix: ^8.0.1
@@ -7474,7 +7475,6 @@ __metadata:
74747475
awilix: ^8.0.1
74757476
express: ^4.21.0
74767477
pg: ^8.13.0
7477-
zod: 3.25.76
74787478
languageName: unknown
74797479
linkType: soft
74807480

0 commit comments

Comments
 (0)