Skip to content

Commit 6141842

Browse files
jakmroMateusz Kopciński
authored andcommitted
feat: move expo from dependencies to peerDependencies and devDependencies
1 parent f9fcb04 commit 6141842

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

packages/react-native-executorch/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,19 @@
6565
"registry": "https://registry.npmjs.org/"
6666
},
6767
"peerDependencies": {
68+
"expo": "*",
69+
"expo-asset": "*",
70+
"expo-file-system": "*",
6871
"react": "*",
6972
"react-native": "*"
7073
},
7174
"devDependencies": {
7275
"@react-native-community/cli": "latest",
7376
"@types/jest": "^29.5.5",
7477
"@types/react": "^18.2.44",
78+
"expo": "^53.0.7",
79+
"expo-asset": "~11.1.5",
80+
"expo-file-system": "~18.1.10",
7581
"jest": "^29.7.0",
7682
"metro-react-native-babel-preset": "^0.77.0",
7783
"react": "19.0.0",
@@ -116,9 +122,6 @@
116122
},
117123
"dependencies": {
118124
"@huggingface/jinja": "^0.5.0",
119-
"expo": "^53.0.7",
120-
"expo-asset": "~11.1.5",
121-
"expo-file-system": "~18.1.10",
122125
"jsonrepair": "^3.12.0",
123126
"jsonschema": "^1.5.0",
124127
"zod": "^3.25.0"

yarn.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12317,6 +12317,9 @@ __metadata:
1231712317
typescript: "npm:~5.8.3"
1231812318
zod: "npm:^3.25.0"
1231912319
peerDependencies:
12320+
expo: "*"
12321+
expo-asset: "*"
12322+
expo-file-system: "*"
1232012323
react: "*"
1232112324
react-native: "*"
1232212325
languageName: unknown

0 commit comments

Comments
 (0)