Skip to content

Commit

Permalink
chore: upgrade packages (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavobonassa authored Jan 3, 2024
1 parent ce5464c commit c109f9c
Show file tree
Hide file tree
Showing 6 changed files with 8,393 additions and 10,417 deletions.
24 changes: 12 additions & 12 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"start": "expo start"
},
"dependencies": {
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-web": "0.17.7"
"expo": "^49.0.21",
"expo-splash-screen": "~0.20.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-web": "0.19.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.9.6",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "~9.1.0",
"expo-cli": "^5.4.11"
"@babel/core": "^7.23.7",
"@babel/runtime": "^7.23.7",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-preset-expo": "~9.5.2",
"expo-cli": "^6.3.10"
}
}
Loading

0 comments on commit c109f9c

Please sign in to comment.