From c1f4fdfc4573c69bcb200170f9e8193d1a8a3146 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Thu, 2 Oct 2025 00:04:34 +1000 Subject: [PATCH 1/2] fix: add lightningcss to peerDeps --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 382a2b4..a320aaf 100644 --- a/package.json +++ b/package.json @@ -192,6 +192,7 @@ }, "peerDependencies": { "@expo/metro-config": ">=54", + "lightningcss": ">=1.27.0", "react": ">=19", "react-native": ">=0.81" }, From 3dd89f82c1ebf66224b38605242ceb6f8f5e6376 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Thu, 2 Oct 2025 00:04:34 +1000 Subject: [PATCH 2/2] fix: add lightningcss to peerDeps --- yarn.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/yarn.lock b/yarn.lock index 13c3e3b..2265abe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11054,6 +11054,7 @@ __metadata: typescript-eslint: "npm:^8.40.0" peerDependencies: "@expo/metro-config": ">=54" + lightningcss: ">=1.27.0" react: ">=19" react-native: ">=0.81" languageName: unknown