Skip to content

Commit e5cd1ce

Browse files
chore(deps): bump @hookform/resolvers from 3.10.0 to 4.1.3
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.10.0 to 4.1.3. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](react-hook-form/resolvers@v3.10.0...v4.1.3) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6911102 commit e5cd1ce

File tree

4 files changed

+115
-78
lines changed

4 files changed

+115
-78
lines changed

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@chakra-ui/theme-tools": "^2.1.2",
2828
"@emotion/react": "11.14.0",
2929
"@emotion/styled": "11.14.0",
30-
"@hookform/resolvers": "^3.9.1",
30+
"@hookform/resolvers": "^4.1.3",
3131
"@marsidev/react-turnstile": "^1.1.0",
3232
"@radix-ui/react-accordion": "^1.2.3",
3333
"@radix-ui/react-alert-dialog": "^1.1.6",

apps/playground-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@abstract-foundation/agw-client": "^1.4.2",
1818
"@abstract-foundation/agw-react": "^1.5.4",
19-
"@hookform/resolvers": "^3.9.1",
19+
"@hookform/resolvers": "^4.1.3",
2020
"@radix-ui/react-accordion": "^1.2.3",
2121
"@radix-ui/react-checkbox": "^1.1.4",
2222
"@radix-ui/react-dialog": "1.1.6",

apps/wallet-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fix": "biome check ./src --fix && knip --fix --allow-remove-files && eslint ./src --fix"
1111
},
1212
"dependencies": {
13-
"@hookform/resolvers": "^3.9.1",
13+
"@hookform/resolvers": "^4.1.3",
1414
"@radix-ui/react-dialog": "1.1.6",
1515
"@radix-ui/react-label": "^2.1.2",
1616
"@radix-ui/react-popover": "^1.1.6",

0 commit comments

Comments
 (0)