Skip to content

Commit

Permalink
feat: update expo v45 to v48
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimax committed Jul 2, 2023
1 parent 0c4d397 commit abd7e13
Show file tree
Hide file tree
Showing 3 changed files with 2,415 additions and 1,014 deletions.
183 changes: 182 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
},
"dependencies": {
"axios": "^0.27.2",
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-web": "0.17.7",
"expo": "^48.0.0",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-web": "~0.18.11",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4"
},
"devDependencies": {
"@babel/core": "^7.12.9"
"@babel/core": "^7.20.0"
},
"private": true
}
Loading

0 comments on commit abd7e13

Please sign in to comment.