Skip to content

Commit

Permalink
Upgraded expo version + dependencies (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth52 authored Sep 3, 2024
1 parent fd36d53 commit a9ebfec
Show file tree
Hide file tree
Showing 2 changed files with 1,820 additions and 1,092 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"dependencies": {
"@babel/preset-env": "^7.22.14",
"@expo/cli": "^0.10.11",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/slider": "4.4.2",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
Expand All @@ -35,55 +35,55 @@
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"dotenv": "^16.3.1",
"expo": "^49.0.0",
"expo-auth-session": "^5.2.0",
"expo-av": "~13.4.1",
"expo-build-properties": "^0.8.3",
"expo-constants": "~14.4.2",
"expo-crypto": "^12.6.0",
"expo-dev-client": "~2.4.8",
"expo-notifications": "~0.20.1",
"expo-random": "~13.2.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.12",
"expo-web-browser": "~12.3.2",
"expo": "^51.0.32",
"expo-auth-session": "~5.5.2",
"expo-av": "~14.0.7",
"expo-build-properties": "~0.12.5",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.25",
"expo-notifications": "~0.28.16",
"expo-random": "~14.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.24",
"expo-web-browser": "~13.0.3",
"firebase": "^10.4.0",
"jwt-decode": "^3.1.2",
"mongoose": "^7.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.4",
"react-native": "0.74.5",
"react-native-confetti-cannon": "^1.5.2",
"react-native-eject": "^0.2.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-modal": "^13.0.1",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-slider": "^0.11.0",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "13.9.0",
"react-native-svg": "15.2.0",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"react-native-web": "~0.19.10",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"updates": "^14.5.0",
"upgrade": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.22.11",
"@babel/plugin-transform-private-property-in-object": "^7.22.11",
"@bitwarden/cli": "^2024.1.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-preset-expo": "^9.5.0",
"babel-preset-expo": "~11.0.0",
"concurrently": "^8.2.1",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -99,7 +99,7 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"typescript": "^5.1.3"
"typescript": "~5.3.3"
},
"private": true,
"name": "brain-exercise",
Expand Down
Loading

0 comments on commit a9ebfec

Please sign in to comment.