fix: move zod from devDependencies to dependencies (#450)

This commit is contained in:
shamsartem 2024-05-16 14:04:25 +02:00 committed by GitHub
parent 3ca9713e45
commit 5c346f6566
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -15,7 +15,8 @@
"author": "Fluence DAO",
"license": "Apache-2.0",
"dependencies": {
"ts-pattern": "5.0.5"
"ts-pattern": "5.0.5",
"zod": "3.22.4"
},
"devDependencies": {
"@fluencelabs/aqua-api": "0.13.0",
@ -25,7 +26,6 @@
"@fluencelabs/registry": "0.9.0",
"@fluencelabs/spell": "0.5.20",
"@fluencelabs/trust-graph": "0.4.7",
"vitest": "0.34.6",
"zod": "3.22.4"
"vitest": "0.34.6"
}
}

7
pnpm-lock.yaml generated
View File

@ -165,6 +165,9 @@ importers:
ts-pattern:
specifier: 5.0.5
version: 5.0.5
zod:
specifier: 3.22.4
version: 3.22.4
devDependencies:
'@fluencelabs/aqua-api':
specifier: 0.13.0
@ -190,9 +193,6 @@ importers:
vitest:
specifier: 0.34.6
version: 0.34.6
zod:
specifier: 3.22.4
version: 3.22.4
packages/core/fluence-network-environment: {}
@ -15240,3 +15240,4 @@ packages:
/zod@3.22.4:
resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==}
dev: false