Skip to content

Commit

Permalink
zod to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 1, 2023
1 parent 3d7c62b commit 03e5e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions e2e/packages/sync-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
"scripts": {
"test": "vitest --run"
},
"dependencies": {
"zod": "^3.22.2"
},
"devDependencies": {
"@latticexyz/cli": "link:../../../packages/cli",
"@latticexyz/common": "link:../../../packages/common",
Expand All @@ -28,6 +25,7 @@
"typescript": "5.1.6",
"viem": "1.6.0",
"vite": "^4.2.1",
"vitest": "^0.31.0"
"vitest": "^0.31.0",
"zod": "^3.22.2"
}
}
7 changes: 3 additions & 4 deletions e2e/pnpm-lock.yaml

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

0 comments on commit 03e5e69

Please sign in to comment.