Skip to content

Commit

Permalink
added react-dom to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onderonur committed Aug 17, 2024
1 parent 0ae73f8 commit 3144dfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions packages/react-intersection-observer-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intersection-observer-hook",
"version": "3.0.0",
"version": "3.0.1",
"description": "React hook to use IntersectionObserver declaratively.",
"keywords": [
"react",
Expand Down Expand Up @@ -61,6 +61,7 @@
"typescript": "^5.5.4"
},
"peerDependencies": {
"react": ">=16.8.0"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}

0 comments on commit 3144dfb

Please sign in to comment.