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 fb96ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-icons/package.json
Expand Up @@ -51,8 +51,7 @@
"tslib": "^2.1.0"
},
"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 +82,4 @@
}
}
}

0 comments on commit fb96ce3

Please sign in to comment.