Skip to content

Commit d058883

Browse files
committed
update expo
1 parent f44d3d7 commit d058883

File tree

3 files changed

+234
-222
lines changed

3 files changed

+234
-222
lines changed

examples/expo-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@expo/metro-runtime": "~5.0.4",
2727
"@gorhom/bottom-sheet": "^5.0.6",
2828
"@react-native-async-storage/async-storage": "2.1.2",
29-
"@react-native-community/datetimepicker": "8.3.0",
29+
"@react-native-community/datetimepicker": "8.4.1",
3030
"@react-native-community/slider": "4.5.6",
3131
"@storybook/addon-ondevice-actions": "^9.1.1-alpha.0",
3232
"@storybook/addon-ondevice-backgrounds": "^9.1.1-alpha.0",
@@ -40,11 +40,11 @@
4040
"@storybook/react-native-ui-lite": "^9.1.1-alpha.0",
4141
"@storybook/react-native-web-vite": "^9.1.0",
4242
"babel-plugin-react-compiler": "^19.1.0-rc.2",
43-
"expo": "~53.0.9",
43+
"expo": "~53.0.20",
4444
"react": "19.0.0",
4545
"react-compiler-runtime": "^19.1.0-rc.2",
4646
"react-dom": "19.0.0",
47-
"react-native": "0.79.2",
47+
"react-native": "0.79.5",
4848
"react-native-gesture-handler": "~2.24.0",
4949
"react-native-reanimated": "~3.17.4",
5050
"react-native-safe-area-context": "5.4.0",
@@ -61,7 +61,7 @@
6161
"@types/ws": "^8.5.10",
6262
"babel-plugin-react-docgen-typescript": "^1.5.1",
6363
"jest": "^29.7.0",
64-
"jest-expo": "~53.0.5",
64+
"jest-expo": "~53.0.9",
6565
"rn-storybook-test": "^0.0.1",
6666
"typescript": "~5.8.3",
6767
"universal-test-renderer": "^0.6.0",

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767
"babel-jest": "^29.7.0",
6868
"babel-preset-expo": "^12.0.9",
6969
"jest": "^29.7.0",
70-
"jest-expo": "~53.0.5",
70+
"jest-expo": "~53.0.9",
7171
"jotai": "^2.6.2",
7272
"react": "19.0.0",
73-
"react-native": "0.79.2",
73+
"react-native": "0.79.5",
7474
"react-test-renderer": "^19.1.0",
7575
"storybook": "^9.1.0",
7676
"tsup": "^8.5.0",

0 commit comments

Comments
 (0)