chore(core-flows): import zod (#13197)
This commit is contained in:
@@ -42,7 +42,8 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"csv-parse": "^5.6.0",
|
"csv-parse": "^5.6.0",
|
||||||
"json-2-csv": "^5.5.4"
|
"json-2-csv": "^5.5.4",
|
||||||
|
"zod": "3.25.76"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@medusajs/framework": "2.8.8",
|
"@medusajs/framework": "2.8.8",
|
||||||
|
|||||||
@@ -55,8 +55,7 @@
|
|||||||
"@mikro-orm/postgresql": "6.4.3",
|
"@mikro-orm/postgresql": "6.4.3",
|
||||||
"awilix": "^8.0.1",
|
"awilix": "^8.0.1",
|
||||||
"express": "^4.21.0",
|
"express": "^4.21.0",
|
||||||
"pg": "^8.13.0",
|
"pg": "^8.13.0"
|
||||||
"zod": "3.25.76"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf dist && tsc --build",
|
"build": "rimraf dist && tsc --build",
|
||||||
|
|||||||
@@ -6093,6 +6093,7 @@ __metadata:
|
|||||||
pg: ^8.13.0
|
pg: ^8.13.0
|
||||||
rimraf: ^5.0.1
|
rimraf: ^5.0.1
|
||||||
typescript: ^5.6.2
|
typescript: ^5.6.2
|
||||||
|
zod: 3.25.76
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@medusajs/framework": 2.8.8
|
"@medusajs/framework": 2.8.8
|
||||||
awilix: ^8.0.1
|
awilix: ^8.0.1
|
||||||
@@ -7474,7 +7475,6 @@ __metadata:
|
|||||||
awilix: ^8.0.1
|
awilix: ^8.0.1
|
||||||
express: ^4.21.0
|
express: ^4.21.0
|
||||||
pg: ^8.13.0
|
pg: ^8.13.0
|
||||||
zod: 3.25.76
|
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user