Skip to content

Commit

Permalink
feat(react): add support for React 19 (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Dec 6, 2024
1 parent e4875c5 commit e93b73d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "5.0.0",
"babel-plugin-macros": "2 || 3",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@lingui/babel-plugin-lingui-macro": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3000,7 +3000,7 @@ __metadata:
peerDependencies:
"@lingui/babel-plugin-lingui-macro": 5.0.0
babel-plugin-macros: 2 || 3
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@lingui/babel-plugin-lingui-macro":
optional: true
Expand Down

0 comments on commit e93b73d

Please sign in to comment.