Skip to content

Commit

Permalink
fix: @lingui/react compatible with React 18
Browse files Browse the repository at this point in the history
  • Loading branch information
semoal committed Apr 24, 2022
1 parent 27a7ded commit 2a235ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"esm/"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
Expand Down

0 comments on commit 2a235ba

Please sign in to comment.