Skip to content

Commit 0f04da6

Browse files
committed
fix: deps
1 parent f2af5e2 commit 0f04da6

File tree

3 files changed

+424
-161
lines changed

3 files changed

+424
-161
lines changed

examples/expo-example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"@storybook/react-native-theming": "^10.0.0",
4141
"@storybook/react-native-ui-lite": "^10.0.0",
4242
"@storybook/react-native-web-vite": "^10.0.0",
43-
"babel-plugin-react-compiler": "^19.1.0-rc.2",
44-
"expo": "^54.0.13",
43+
"babel-plugin-react-compiler": "^1.0.0",
44+
"expo": "^54.0.20",
4545
"expo-updates": "~29.0.12",
4646
"react": "19.1.0",
47-
"react-compiler-runtime": "^19.1.0-rc.3",
47+
"react-compiler-runtime": "^1.0.0",
4848
"react-dom": "19.1.0",
49-
"react-native": "0.81.4",
49+
"react-native": "0.81.5",
5050
"react-native-gesture-handler": "~2.28.0",
5151
"react-native-reanimated": "~4.1.1",
5252
"react-native-safe-area-context": "^5",
@@ -64,7 +64,7 @@
6464
"@types/ws": "^8.5.10",
6565
"babel-plugin-react-docgen-typescript": "^1.5.1",
6666
"jest": "^29.7.0",
67-
"jest-expo": "~54.0.12",
67+
"jest-expo": "~54.0.13",
6868
"typescript": "~5.9.2",
6969
"universal-test-renderer": "^0.6.0",
7070
"vite": "^7.1.5"

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"babel-jest": "^29.7.0",
7171
"babel-preset-expo": "^12.0.9",
7272
"jest": "^29.7.0",
73-
"jest-expo": "~54.0.12",
73+
"jest-expo": "~54.0.13",
7474
"jotai": "^2.6.2",
7575
"react": "19.1.0",
76-
"react-native": "0.81.4",
76+
"react-native": "0.81.5",
7777
"storybook": "^10.0.0",
7878
"tsup": "^8.5.0",
7979
"typescript": "~5.9.2",

0 commit comments

Comments
 (0)