Skip to content

Commit d7d77cb

Browse files
committed
upgrade deps
1 parent a91fded commit d7d77cb

3 files changed

Lines changed: 610 additions & 2191 deletions

File tree

examples/kitchen-sink/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
]
3333
},
3434
"dependencies": {
35-
"expo": "^52.0.46",
36-
"expo-constants": "~17.0.8",
37-
"expo-linking": "~7.0.5",
38-
"expo-router": "^4.0.20",
39-
"expo-splash-screen": "~0.29.24",
40-
"expo-status-bar": "~2.0.1",
41-
"react": "19.1.0",
42-
"react-dom": "19.1.0",
35+
"expo": "^53.0.0-canary-20250408-7f0ab53",
36+
"expo-constants": "~17.1.3",
37+
"expo-linking": "~7.1.3",
38+
"expo-router": "5.0.2-preview.6",
39+
"expo-splash-screen": "~0.30.6",
40+
"expo-status-bar": "~2.2.2",
41+
"react": "19.0.0",
42+
"react-dom": "19.0.0",
4343
"react-native": "0.79.1",
44-
"react-native-gesture-handler": "2.25.0",
44+
"react-native-gesture-handler": "2.24.0",
4545
"react-native-magic-modal": "workspace:*",
4646
"react-native-reanimated": "~3.17.5",
47-
"react-native-safe-area-context": "5.4.0",
47+
"react-native-safe-area-context": "5.3.0",
4848
"react-native-screens": "~4.10.0",
4949
"react-native-web": "~0.20.0"
5050
},

packages/modal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@
8080
"@release-it/conventional-changelog": "^10.0.1",
8181
"@testing-library/react-native": "^13.2.0",
8282
"@types/jest": "^29.5.14",
83-
"@types/react": "~18.3.17",
83+
"@types/react": "~19.0.14",
8484
"bunchee": "^6.5.1",
8585
"cz-conventional-changelog": "^3.3.0",
8686
"husky": "^9.1.7",
8787
"jest": "^29.7.0",
88-
"jest-expo": "^52.0.6",
88+
"jest-expo": "^53.0.0",
8989
"jest-junit": "^16.0.0",
9090
"pod-install": "^0.3.7",
9191
"prettier": "3.5.3",
92-
"react-native": "0.76.9",
92+
"react-native": "0.79.1",
9393
"react-test-renderer": "^19.1.0",
9494
"release-it": "^19.0.1",
9595
"shx": "^0.4.0",

0 commit comments

Comments
 (0)