Skip to content

Commit

Permalink
fix(auth-js): add react 19 in peer dependencies (#813)
Browse files Browse the repository at this point in the history
* fix(auth-js): add react 19 in peer dependencies

* update
  • Loading branch information
divyam234 authored Nov 7, 2024
1 parent d903e27 commit b1c812e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/old-icons-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/auth-js': patch
---

add react 19 in peer dependencies
2 changes: 1 addition & 1 deletion packages/auth-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"peerDependencies": {
"@auth/core": "0.*",
"hono": ">=3.*",
"react": ">=18"
"react": "^18 || ^19 || ^19.0.0-rc"
},
"devDependencies": {
"@auth/core": "^0.35.3",
Expand Down

0 comments on commit b1c812e

Please sign in to comment.