Skip to content

Commit 926ca6f

Browse files
KATTautofix-ci[bot]juliusmarminge
authored
chore(recipe): get json schema for procedure (#6696)
Closes #6691 ## 🎯 Changes How to get json schema for procedure https://github.com/trpc/trpc/blob/0c492c46a02b1cb5979064a81ef34a165ce6071f/packages/tests/server/validators.test.ts#L669-L782 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the version of a popular data validation library across multiple projects to a newer minor and patch release, ensuring compatibility with recent improvements. - Updated related form-data validation library versions in select projects. - **Tests** - Added new test cases covering both v3 and v4 versions of the data validation library, including JSON schema generation for procedures, improving validation coverage and reliability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: juliusmarminge <[email protected]>
1 parent 7ea9316 commit 926ca6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",
2121
"react-hook-form": "^7.53.2",
22-
"zod": "^3.24.4",
22+
"zod": "^3.25.49",
2323
"zod-form-data": "^2.0.1"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)