Skip to content

Commit 7913dce

Browse files
build(deps): bump @hookform/resolvers from 2.9.11 to 3.3.3
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.11 to 3.3.3. - [Release notes](https://github.com/react-hook-form/resolvers/releases) - [Commits](react-hook-form/resolvers@v2.9.11...v3.3.3) --- updated-dependencies: - dependency-name: "@hookform/resolvers" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a1274e commit 7913dce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/example-webform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3636 cy:run"
1515
},
1616
"dependencies": {
17-
"@hookform/resolvers": "^2.8.3",
17+
"@hookform/resolvers": "^3.3.3",
1818
"@tailwindcss/forms": "^0.5.6",
1919
"@tailwindcss/typography": "^0.5.1",
2020
"next": "^12.2.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,10 +1647,10 @@
16471647
dependencies:
16481648
client-only "^0.0.1"
16491649

1650-
"@hookform/resolvers@^2.8.3":
1651-
version "2.9.11"
1652-
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.11.tgz#9ce96e7746625a89239f68ca57c4f654264c17ef"
1653-
integrity sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ==
1650+
"@hookform/resolvers@^3.3.3":
1651+
version "3.3.3"
1652+
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.3.3.tgz#a90c786e5564e58a029d157347e1f2965d02e64f"
1653+
integrity sha512-bOMxKkSD3zWcS11TKoUQ8O0ZqKslFohvUsPKSrdCHiuEuMjRo/u3cq9YRJD/+xtNGYup++XD2LkjhegP5XENiw==
16541654

16551655
"@humanwhocodes/config-array@^0.11.13":
16561656
version "0.11.13"

0 commit comments

Comments
 (0)