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 7481c59 commit 688116c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 169 deletions.
166 changes: 4 additions & 162 deletions package-lock.json

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

11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"homepage": "https://github.com/forge42dev/remix-hook-form#readme",
"readme": "https://github.com/forge42dev/remix-hook-form#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-hook-form": ">=7.51.0",
"react-router": ">=7.0.0"
},
"devDependencies": {
Expand All @@ -86,12 +86,9 @@
"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 688116c

Please sign in to comment.