Skip to content

Commit

Permalink
fix: peer deps of adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
airjp73 committed Dec 18, 2024
1 parent b8b36e9 commit 5e0588f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@rvf/core": ">= 0.0.0 < 7.0.0",
"@rvf/set-get": ">= 6.0.3 < 1.0.0",
"@rvf/core": ">= 0.0.0 < 8.0.0",
"@rvf/set-get": ">= 6.0.3 < 8.0.0",
"valibot": ">= 0.39.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@rvf/core": ">= 0.0.1 <= 7.0.0",
"@rvf/core": ">= 0.0.1 <= 8.0.0",
"yup": "^1.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@rvf/core": ">= 0.0.0 < 7.0.0",
"@rvf/set-get": ">= 6.0.3 < 7.0.0",
"@rvf/core": ">= 0.0.0 < 8.0.0",
"@rvf/set-get": ">= 6.0.3 < 8.0.0",
"zod": ">= 3.11.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5e0588f

Please sign in to comment.