diff --git a/with-nextjs/package.json b/with-nextjs/package.json index 4c3e5af4..457b5ccb 100644 --- a/with-nextjs/package.json +++ b/with-nextjs/package.json @@ -1,15 +1,15 @@ { "dependencies": { "expo": "^49.0.3", - "next": "~13.1.1", - "react": "18.1.0", - "react-dom": "18.1.0", - "react-native": "0.70.5", - "react-native-web": "~0.18.7" + "next": "~14.0.4", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-native": "0.72.6", + "react-native-web": "~0.19.6" }, "devDependencies": { "@babel/core": "^7.19.3", - "@expo/next-adapter": "~5.0.0" + "@expo/next-adapter": "^6.0.0" }, "scripts": { "start": "next dev",