Skip to content

Commit

Permalink
chore: Support React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
roderickhsiao committed Dec 14, 2024
1 parent ae2f59d commit 6c9c742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-in-viewport",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Track React component in viewport using Intersection Observer API",
"author": "Roderick Hsiao <roderickhsiao@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -76,8 +76,8 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"react": "^16.8.3 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.3 || ^17.0.0 || ^18.0.0"
"react": "^16.8.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.3 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"resolutions": {
"jackspeak": "2.1.1"
Expand Down

0 comments on commit 6c9c742

Please sign in to comment.