Skip to content

Commit e93b73d

Browse files
feat(react): add support for React 19 (#2111)
1 parent e4875c5 commit e93b73d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"peerDependencies": {
8080
"@lingui/babel-plugin-lingui-macro": "5.0.0",
8181
"babel-plugin-macros": "2 || 3",
82-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
82+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
8383
},
8484
"peerDependenciesMeta": {
8585
"@lingui/babel-plugin-lingui-macro": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ __metadata:
30003000
peerDependencies:
30013001
"@lingui/babel-plugin-lingui-macro": 5.0.0
30023002
babel-plugin-macros: 2 || 3
3003-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
3003+
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
30043004
peerDependenciesMeta:
30053005
"@lingui/babel-plugin-lingui-macro":
30063006
optional: true

0 commit comments

Comments
 (0)