Skip to content

Commit

Permalink
Expo 51 (#88)
Browse files Browse the repository at this point in the history
* Upgrade to expo 51

* Upgrade other dependencies

* Clean yarn.lock to fix metro version mismatch
  • Loading branch information
sallesma authored Jun 23, 2024
1 parent 5105bfb commit d9b5c47
Show file tree
Hide file tree
Showing 2 changed files with 2,423 additions and 2,908 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"prepare": "husky"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-navigation/native": "^6.1.12",
"@react-navigation/native-stack": "^6.9.20",
"expo": "^50.0.0",
"expo-clipboard": "~5.0.1",
"expo-localization": "~14.8.3",
"expo-mail-composer": "~12.7.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.11",
"expo": "^51.0.0",
"expo-clipboard": "~6.0.3",
"expo-localization": "~15.0.3",
"expo-mail-composer": "~13.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.17",
"highlight-words-core": "^1.2.2",
"i18n-js": "^4.4.3",
"pdf.js-extract": "^0.2.1",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native": "0.74.2",
"react-native-elements": "^3.4.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-toast-message": "^2.1.7"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^12.4.3",
"eslint": "^8.57.0",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-expo": "~50.0.2",
"jest-expo": "~51.0.1",
"jest-junit": "^16.0.0",
"lint-staged": ">=15.2.2",
"prettier": "^3.2.5"
Expand Down
Loading

0 comments on commit d9b5c47

Please sign in to comment.