Skip to content

Commit

Permalink
chore: add support for react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
danestves committed Nov 5, 2024
1 parent c7995fd commit 08154b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
"vitest": "2.1.4"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
"react": ">=17 || >=18 || >=19",
"react-dom": ">=17 || >=18 || >=19"
},
"engines": {
"node": ">=18.0.0"
Expand Down

0 comments on commit 08154b2

Please sign in to comment.