Skip to content

Commit

Permalink
fix: move zod from devDependencies to dependencies (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsartem committed May 16, 2024
1 parent 3ca9713 commit 5c346f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/core/aqua-to-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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 changes: 4 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c346f6

Please sign in to comment.