Strange packages updates

Hi! I’m using SDK 46, today after running npx expo start expo complaint that some packages needed updates, but I didn’t touch anything in packages.json, is that correct?

"expo-constants": "~13.2.3" -> "~13.2.4",
"expo-splash-screen": "~0.16.1" -> "~0.16.2",
"expo-updates": "~0.14.4" -> "~0.14.5",
"react-native": "0.69.4" -> "0.69.5",

There’s fixes in those latest versions that may be useful to pick up. You can upgrade all of those packages at once by running expo-cli upgrade and confirming that you want to update all packages to their latest versions.

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.