Skip to content

Commit e65ebdc

Browse files
committed
fix: align expo-* dependencies in monorepo
1 parent 59e7ba2 commit e65ebdc

File tree

3 files changed

+324
-280
lines changed

3 files changed

+324
-280
lines changed

packages/feature-home/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@tsconfig/recommended": "^1.0.1",
2828
"@types/jest": "^26.0.24",
2929
"@types/react": "~18.0.25",
30-
"babel-preset-expo": "~9.5.0",
30+
"babel-preset-expo": "~10.0.0",
3131
"jest": "^29.4.3",
32-
"jest-expo": "^49.0.0",
32+
"jest-expo": "~50.0.0",
3333
"react": "18.2.0",
3434
"react-native": "0.73.0",
3535
"react-test-renderer": "18.2.0",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@tsconfig/recommended": "^1.0.1",
2525
"@types/jest": "^26.0.24",
2626
"@types/react": "~18.0.25",
27-
"babel-preset-expo": "~9.5.0",
27+
"babel-preset-expo": "~10.0.0",
2828
"jest": "^29.4.3",
29-
"jest-expo": "^49.0.0",
29+
"jest-expo": "~50.0.0",
3030
"react": "18.2.0",
3131
"react-native": "0.73.0",
3232
"react-test-renderer": "18.2.0",

0 commit comments

Comments
 (0)