Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dependabot-12392c4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'washboard-ui': patch
---

chore(deps): bump `@hookform/resolvers` from 4.0.0 to 5.0.1
2 changes: 1 addition & 1 deletion apps/washboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"format:prettier:fix": "yarn format:prettier --write"
},
"dependencies": {
"@hookform/resolvers": "^4.0.0",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4",
Expand Down
21 changes: 15 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -978,12 +978,14 @@ __metadata:
languageName: node
linkType: hard

"@hookform/resolvers@npm:^4.0.0":
version: 4.0.0
resolution: "@hookform/resolvers@npm:4.0.0"
"@hookform/resolvers@npm:^5.0.1":
version: 5.0.1
resolution: "@hookform/resolvers@npm:5.0.1"
dependencies:
"@standard-schema/utils": "npm:^0.3.0"
peerDependencies:
react-hook-form: ^7.0.0
checksum: 10/48990cb7b4eaad76c0cce76c135ac7110eeeda16d1ab9dfcc5fd994c9f94c5af604e4ed6395f7c1d007b05378306057f029ee7a67d2b495f3f17deadfdca0760
react-hook-form: ^7.55.0
checksum: 10/a54904e90ea7c600ed59f6c5b9dd1d8039dcf99b32f285602fcb14e915ea1a7568133debceb7801cec5f8f3f06d9cf5d285fe8d1fb5e3c844f3f9b47dc7e91d6
languageName: node
linkType: hard

Expand Down Expand Up @@ -2459,6 +2461,13 @@ __metadata:
languageName: node
linkType: hard

"@standard-schema/utils@npm:^0.3.0":
version: 0.3.0
resolution: "@standard-schema/utils@npm:0.3.0"
checksum: 10/7084f875d322792f2e0a5904009434c8374b9345b09ba89828b68fd56fa3c2b366d35bf340d9e8c72736ef01793c2f70d350c372ed79845dc3566c58d34b4b51
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^2.6.1":
version: 2.9.0
resolution: "@stylistic/eslint-plugin@npm:2.9.0"
Expand Down Expand Up @@ -10748,7 +10757,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "washboard-ui@workspace:apps/washboard-ui"
dependencies:
"@hookform/resolvers": "npm:^4.0.0"
"@hookform/resolvers": "npm:^5.0.1"
"@playwright/test": "npm:^1.51.1"
"@radix-ui/react-accordion": "npm:^1.2.3"
"@radix-ui/react-alert-dialog": "npm:^1.1.6"
Expand Down
Loading