From e93b73d075165d91fa598fa0c579a8ceb5c86845 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Fri, 6 Dec 2024 14:47:21 +0200 Subject: [PATCH] feat(react): add support for React 19 (#2111) --- packages/react/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react/package.json b/packages/react/package.json index f1b97e564..67c50544c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index e78a277f2..2a6696fb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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