diff --git a/examples/with-expo-typescript/package.json b/examples/with-expo-typescript/package.json index 052bd871f943..4eb945b46e6f 100644 --- a/examples/with-expo-typescript/package.json +++ b/examples/with-expo-typescript/package.json @@ -13,7 +13,7 @@ "type-check": "tsc" }, "dependencies": { - "expo": "~37.0.3", + "expo": "~39.0.1", "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2", @@ -22,7 +22,7 @@ }, "devDependencies": { "@babel/core": "^7.8.6", - "@expo/next-adapter": "2.1.9", + "@expo/next-adapter": "2.1.46", "@types/node": "14.0.4", "@types/react": "16.9.35", "@types/react-dom": "16.9.8",