Skip to content

Commit fed6be0

Browse files
authored
fix: swap peerDep on expo to be with @expo/metro-config (#160)
1 parent fbdda16 commit fed6be0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"debug": "^4.4.1"
159159
},
160160
"peerDependencies": {
161-
"expo": "54.0.0-preview.13",
161+
"@expo/metro-config": ">=0.21.8",
162162
"lightningcss": ">=1.27.0",
163163
"react": "19.1.0",
164164
"react-native": "0.81.1"
@@ -167,6 +167,7 @@
167167
"@babel/core": "^7.28.0",
168168
"@commitlint/config-conventional": "^19.8.1",
169169
"@eslint/js": "^9.30.1",
170+
"@expo/metro-config": "0.21.8",
170171
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
171172
"@tailwindcss/postcss": "^4.1.12",
172173
"@testing-library/react-native": "^13.3.3",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11464,6 +11464,7 @@ __metadata:
1146411464
"@babel/core": "npm:^7.28.0"
1146511465
"@commitlint/config-conventional": "npm:^19.8.1"
1146611466
"@eslint/js": "npm:^9.30.1"
11467+
"@expo/metro-config": "npm:0.21.8"
1146711468
"@ianvs/prettier-plugin-sort-imports": "npm:^4.4.2"
1146811469
"@tailwindcss/postcss": "npm:^4.1.12"
1146911470
"@testing-library/react-native": "npm:^13.3.3"
@@ -11506,7 +11507,7 @@ __metadata:
1150611507
typescript: "npm:^5.9.2"
1150711508
typescript-eslint: "npm:^8.40.0"
1150811509
peerDependencies:
11509-
expo: 54.0.0-preview.13
11510+
"@expo/metro-config": ">=0.21.8"
1151011511
lightningcss: ">=1.27.0"
1151111512
react: 19.1.0
1151211513
react-native: 0.81.1

0 commit comments

Comments
 (0)