diff --git a/examples/with-expo-typescript/package.json b/examples/with-expo-typescript/package.json index fd3e89fe2695..09dc020fa497 100644 --- a/examples/with-expo-typescript/package.json +++ b/examples/with-expo-typescript/package.json @@ -14,7 +14,7 @@ "type-check": "tsc" }, "dependencies": { - "expo": "~37.0.3", + "expo": "~39.0.1", "next": "latest", "react": "~16.9.0", "react-dom": "~16.9.0", @@ -23,7 +23,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",