Skip to content

Commit ef632da

Browse files
authored
Merge pull request #576 from ncs-northware/force-hookform-5.2.1
fix(cockpit/ui): force @hookform/resolvers@5.2.1
2 parents a4825d2 + dc99301 commit ef632da

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/cockpit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"format": "ultracite format"
1212
},
1313
"dependencies": {
14-
"@hookform/resolvers": "^5.2.1",
14+
"@hookform/resolvers": "<=5.2.1",
1515
"@northware/auth": "workspace:*",
1616
"@northware/database": "workspace:*",
1717
"@northware/ui": "workspace:*",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"@clerk/elements": "^0.23.63",
22-
"@hookform/resolvers": "^5.2.1",
22+
"@hookform/resolvers": "<=5.2.1",
2323
"@northware/auth": "workspace:*",
2424
"@northware/database": "workspace:",
2525
"@northware/service-config": "workspace:",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)