Skip to content

Commit

Permalink
chore: upgrade expo in example project
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Jul 21, 2023
1 parent 21d613f commit 8ac338f
Show file tree
Hide file tree
Showing 2 changed files with 2,037 additions and 920 deletions.
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.12",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-dom": "18.1.0",
"react-native-web": "~0.18.9"
"expo": "~49.0.3",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-plugin-module-resolver": "^4.1.0",
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^0.17.2",
"babel-loader": "^8.1.0"
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.1.0"
},
"private": true
}
}
Loading

0 comments on commit 8ac338f

Please sign in to comment.