Skip to content

Commit

Permalink
build(deps): widen peerDependencies for react and @hookform/devtools (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoissonnet committed May 15, 2024
1 parent 3654124 commit f2691a6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"react-hook-form": "7.27.0"
},
"peerDependencies": {
"react": "17.0.2"
"react": "17.0.2 || ^18.0.0"
},
"devDependencies": {
"@testing-library/react": "11.2.6",
Expand Down
2 changes: 1 addition & 1 deletion libs/form-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bedrockstreaming/form-context",
"version": "0.9.1",
"peerDependencies": {
"react": "17.0.2",
"react": "17.0.2 || ^18.0.0",
"@bedrockstreaming/form-builder": "0.8.1",
"react-hook-form": "7.27.0"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/form-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.9.1",
"peerDependencies": {
"@bedrockstreaming/form-builder": "0.8.1",
"@hookform/devtools": "4.0.2",
"react": "17.0.2",
"@hookform/devtools": "^4.0.2",
"react": "17.0.2 || ^18.0.0",
"react-hook-form": "7.27.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/form-validation-rule-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.9.1",
"dependencies": {},
"peerDependencies": {
"react": "17.0.2",
"react": "17.0.2 || ^18.0.0",
"@bedrockstreaming/form-builder": "0.8.1",
"react-hook-form": "7.27.0"
}
Expand Down

0 comments on commit f2691a6

Please sign in to comment.