Skip to content

Commit

Permalink
fix: use correct peerDependencies (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre authored Apr 8, 2021
1 parent c800d4c commit 6b0b235
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions joi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": ">=6.6.0",
"@hookform/resolvers": "^1.0.0"
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions superstruct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": ">=6.6.0",
"@hookform/resolvers": "^1.0.0",
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^2.0.0",
"superstruct": ">=0.12.0"
}
}
4 changes: 2 additions & 2 deletions vest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": ">=6.6.0",
"@hookform/resolvers": ">=2.0.0",
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^2.0.0",
"vest": ">=3.0.0"
}
}
4 changes: 2 additions & 2 deletions yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": ">=6.6.0",
"@hookform/resolvers": ">=2.0.0"
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"license": "MIT",
"peerDependencies": {
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^1.0.0"
"@hookform/resolvers": "^2.0.0"
}
}

0 comments on commit 6b0b235

Please sign in to comment.