Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Nov 26, 2024
1 parent 7035cf8 commit a9fcbdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"url": "https://github.com/forge42dev/remix-hook-form/issues"
},
"homepage": "https://github.com/forge42dev/remix-hook-form#readme",
"readme": "https://github.com/forge42dev/remix-hook-form#readme",
"peerDependencies": {
"react-router": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0"
"react-hook-form": "^7.51.0",
"react-router": ">=7.0.0"
},
"readme": "https://github.com/forge42dev/remix-hook-form#readme",
"devDependencies": {
"@hookform/resolvers": "^3.1.0",
"@testing-library/react": "^14.0.0",
Expand All @@ -86,11 +86,12 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-router": "^7.0.1",
"rollup": "^3.20.2",
"rollup-plugin-typescript2": "^0.34.1",
"tsup": "^7.2.0",
"typescript": "^5.0.4",
"vitest": "^2.0.3",
"zod": "^3.21.4"
}
}
}

0 comments on commit a9fcbdc

Please sign in to comment.