Skip to content

Commit 516cfb7

Browse files
committed
align zod version across packages
1 parent 753e647 commit 516cfb7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "echo \"no tests yet\""
1414
},
1515
"dependencies": {
16-
"zod": "^3.23.8"
16+
"zod": "^4.4.3"
1717
},
1818
"peerDependencies": {
1919
"@measured/puck": "^0.16.0",

packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@discord-dashboard/protocol": "workspace:*",
17-
"zod": "^3.23.8"
17+
"zod": "^4.4.3"
1818
}
1919
}

0 commit comments

Comments
 (0)