Skip to content

Commit ed60e2f

Browse files
Move @expo/config-plugins to peer/dev dependencies
1 parent 2179bcb commit ed60e2f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/react-native/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,15 @@
4848
"@types/react": "^18.2.44"
4949
},
5050
"peerDependencies": {
51+
"expo": ">=47.0.0",
5152
"react": "*",
5253
"react-native": "*"
5354
},
55+
"peerDependenciesMeta": {
56+
"expo": {
57+
"optional": true
58+
}
59+
},
5460
"packageManager": "yarn@3.6.1",
5561
"codegenConfig": {
5662
"name": "RNBdReactNativeSpec",
@@ -76,7 +82,9 @@
7682
]
7783
},
7884
"dependencies": {
79-
"@expo/config-plugins": "^9.0.14",
8085
"fast-json-stringify": "^6.0.0"
86+
},
87+
"devDependencies": {
88+
"@expo/config-plugins": "^9.0.14"
8189
}
8290
}

0 commit comments

Comments
 (0)