From fc2a5ba0ca5288ea63734ec4bada9741fd4c5694 Mon Sep 17 00:00:00 2001 From: Timofei Iatsenko Date: Mon, 2 Dec 2024 11:17:48 +0100 Subject: [PATCH] fix: fix lingui peerDependency version (#129) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78f1a85..6cf0410 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "files": [], "peerDependencies": { - "@lingui/macro": "4" + "@lingui/core": "5" }, "peerDependenciesMeta": { "@swc/core": {