diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 969d67aaaa1..47931e1d477 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -14,12 +14,12 @@ }, "devDependencies": { "@babel/core": "7.29.0", - "@expo/cli": "55.0.16", + "@expo/cli": "55.0.17", "babel-preset-expo": "54.0.9", "buffer": "6.0.3", "cross-fetch": "4.1.0", "expo": "54.0.31", - "expo-sqlite": "55.0.10", + "expo-sqlite": "55.0.11", "global": "4.4.0", "jest": "29.7.0", "jest-expo": "54.0.16", @@ -37,8 +37,8 @@ }, "//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead", "dependencies": { - "expo-crypto": "55.0.9", - "expo-sqlite": "55.0.10", + "expo-crypto": "55.0.10", + "expo-sqlite": "55.0.11", "rxdb": "file:rxdb-local.tgz" } }