Skip to content

Commit

Permalink
Merge pull request #220 from seasonedcc/domain-functions-version
Browse files Browse the repository at this point in the history
Fix domain-functions peer dependency to avoid breaking changes
  • Loading branch information
danielweinmann committed Aug 17, 2023
2 parents a771103 + 248ef0b commit 6e82068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/remix-forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "vitest run"
},
"peerDependencies": {
"domain-functions": ">=1.0.0",
"domain-functions": "1.x",
"react": ">=16.8",
"react-hook-form": ">=7.27",
"zod": ">=3.12"
Expand Down

0 comments on commit 6e82068

Please sign in to comment.