Skip to content

Commit

Permalink
chore(with-nextjs): update to next@14 with @expo/next-adapter@6
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 8, 2024
1 parent d2c2adf commit 3658742
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions with-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3658742

Please sign in to comment.