Skip to content

Commit

Permalink
fix(react-icons): allow React 18 in peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Nov 24, 2022
1 parent 6d4a544 commit c632e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-icons/package.json
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@griffel/react": "^1.0.0",
"react": ">=16.8.0 <=18.0.0"
"react": ">=16.8.0 <19.0.0"
},
"files": [
"lib/",
Expand Down Expand Up @@ -83,3 +83,4 @@
}
}
}

0 comments on commit c632e08

Please sign in to comment.