Skip to content

Commit

Permalink
build(deps): bump @hookform/resolvers from 2.9.11 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 2.9.11 to 3.3.2.
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v2.9.11...v3.3.2)

---
updated-dependencies:
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 1be6184 commit 2d00df4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/example-webform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:e2e:ci": "start-server-and-test 'yarn preview' http://localhost:3636 cy:run"
},
"dependencies": {
"@hookform/resolvers": "^2.8.3",
"@hookform/resolvers": "^3.3.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.1",
"next": "^12.2.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1560,10 +1560,10 @@
dependencies:
client-only "^0.0.1"

"@hookform/resolvers@^2.8.3":
version "2.9.11"
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-2.9.11.tgz#9ce96e7746625a89239f68ca57c4f654264c17ef"
integrity sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ==
"@hookform/resolvers@^3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@hookform/resolvers/-/resolvers-3.3.2.tgz#5c40f06fe8137390b071d961c66d27ee8f76f3bc"
integrity sha512-Tw+GGPnBp+5DOsSg4ek3LCPgkBOuOgS5DsDV7qsWNH9LZc433kgsWICjlsh2J9p04H2K66hsXPPb9qn9ILdUtA==

"@humanwhocodes/config-array@^0.11.13":
version "0.11.13"
Expand Down

0 comments on commit 2d00df4

Please sign in to comment.