Skip to content

Commit 7b9908a

Browse files
authored
fix: add lightningcss to peerDeps (#204)
1 parent 6942602 commit 7b9908a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
},
193193
"peerDependencies": {
194194
"@expo/metro-config": ">=54",
195+
"lightningcss": ">=1.27.0",
195196
"react": ">=19",
196197
"react-native": ">=0.81"
197198
},

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11054,6 +11054,7 @@ __metadata:
1105411054
typescript-eslint: "npm:^8.40.0"
1105511055
peerDependencies:
1105611056
"@expo/metro-config": ">=54"
11057+
lightningcss: ">=1.27.0"
1105711058
react: ">=19"
1105811059
react-native: ">=0.81"
1105911060
languageName: unknown

0 commit comments

Comments
 (0)