Skip to content

Commit 3d33e55

Browse files
fix: json schema form bumping @hookform/resolvers to fix schema with formats (#909)
1 parent 7be52f9 commit 3d33e55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/web/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@deco/sdk": "^0.1.1",
1717
"@deco/ui": "^1.0.0",
1818
"@gsap/react": "^2.1.2",
19-
"@hookform/resolvers": "^5.0.1",
19+
"@hookform/resolvers": "^5.2.0",
2020
"@std/path": "npm:@jsr/std__path@1.1.0",
2121
"@tanstack/react-query": "^5.80.6",
2222
"@tiptap/extension-mention": "^2.14.0",
@@ -27,6 +27,7 @@
2727
"@xyflow/react": "^12.8.2",
2828
"ajv": "^8.17.1",
2929
"ajv-errors": "^3.0.0",
30+
"ajv-formats": "^3.0.1",
3031
"class-variance-authority": "^0.7.1",
3132
"cronstrue": "^2.59.0",
3233
"date-fns": "^4.1.0",

0 commit comments

Comments
 (0)