Skip to content

Commit

Permalink
Merge pull request #14 from bence-toth/react-18
Browse files Browse the repository at this point in the history
Added React 18 to peer dependencies
  • Loading branch information
bence-toth authored Nov 21, 2021
2 parents af7c1b3 + 03680a0 commit 4a9a6ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hook-media-query",
"version": "1.0.4",
"version": "1.0.5",
"description": "React hook for matching media queries",
"keywords": [
"react",
Expand All @@ -24,6 +24,6 @@
"react": "^16.13.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17"
"react": "^16.8.0 || ^17 || ^18"
}
}

0 comments on commit 4a9a6ef

Please sign in to comment.