Skip to content

Commit

Permalink
chore: bump zod (#2804)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed May 8, 2024
1 parent 0ae9189 commit 4caca05
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 62 deletions.
12 changes: 12 additions & 0 deletions .changeset/small-turkeys-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"@latticexyz/cli": patch
"@latticexyz/config": patch
"@latticexyz/faucet": patch
"@latticexyz/store-indexer": patch
"@latticexyz/store-sync": patch
"@latticexyz/store": patch
"@latticexyz/world-modules": patch
"@latticexyz/world": patch
---

Bumped zod dependency to comply with abitype peer dependencies.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "5.4.2",
"viem": "2.9.20",
"yargs": "^17.7.1",
"zod": "^3.21.4",
"zod": "^3.22.2",
"zod-validation-error": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"esbuild": "^0.17.15",
"find-up": "^6.3.0",
"viem": "2.9.20",
"zod": "^3.21.4",
"zod": "^3.22.2",
"zod-validation-error": "^1.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/faucet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dotenv": "^16.0.3",
"fastify": "^4.21.0",
"viem": "2.9.20",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/store-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"superjson": "^1.12.4",
"trpc-koa-adapter": "^1.1.3",
"viem": "2.9.20",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/accepts": "^1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/store-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"sql.js": "^1.8.0",
"superjson": "^1.12.4",
"viem": "2.9.20",
"zod": "^3.21.4",
"zod": "^3.22.2",
"zustand": "^4.3.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"abitype": "1.0.0",
"arktype": "1.0.29-alpha",
"viem": "2.9.20",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@latticexyz/abi-ts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/world-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@latticexyz/schema-type": "workspace:*",
"@latticexyz/store": "workspace:*",
"@latticexyz/world": "workspace:*",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@latticexyz/abi-ts": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"abitype": "1.0.0",
"arktype": "1.0.29-alpha",
"viem": "2.9.20",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@latticexyz/abi-ts": "workspace:*",
Expand Down
108 changes: 54 additions & 54 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 4caca05

Please sign in to comment.