Skip to content

Commit

Permalink
Merge branch 'fix/update-outdated-packages' of https://github.com/Adi…
Browse files Browse the repository at this point in the history
…tys018/mobile-app into fix/update-outdated-packages
  • Loading branch information
Aditys018 committed Oct 26, 2024
2 parents bfd515a + a0737dc commit a61fa6c
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 96 deletions.
44 changes: 21 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,52 @@
},
"dependencies": {
"@babel/helper-hoist-variables": "^7.24.7",
"@react-native-async-storage/async-storage": "^1.15.16",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/netinfo": "^5.9.10",
"@react-native-community/slider": "^4.4.3",
"@react-native-masked-view/masked-view": "^0.2.6",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-top-tabs": "^6.6.4",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.2.0",
"@reduxjs/toolkit": "^2.3.0",
"axios": "^0.26.0",
"eslint-plugin-prettier": "^4.1.0",
"axios": "^0.26.1",
"eslint-plugin-prettier": "^4.2.1",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-app-auth": "^6.4.2",
"react-native-app-auth": "^6.4.3",
"react-native-arc-progress-bar": "^1.2.0",
"react-native-asset": "^2.1.1",
"react-native-camera-kit": "^13.0.0",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-collapsible": "^1.6.1",
"react-native-collapsible-tab-view": "^6.2.1",
"react-native-collapsible-tab-view": "^6.2.2",
"react-native-date-picker": "^4.2.13",
"react-native-device-info": "^10.8.0",
"react-native-device-info": "^10.14.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-element-dropdown": "^2.10.0",
"react-native-encrypted-storage": "^4.0.3",
"react-native-floating-action": "^1.22.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-picker": "^4.7.1",
"react-native-keychain": "^8.1.2",
"react-native-image-picker": "^4.10.3",
"react-native-keychain": "^8.2.0",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^6.2.1",
"react-native-paper": "^5.11.2",
"react-native-progress": "^5.0.1",
"react-native-radio-buttons-group": "^2.2.11",
"react-native-radio-buttons-group": "^2.3.2",
"react-native-reanimated": "^3.9.0-rc.1",
"react-native-safe-area-context": "^3.2.0",
"react-native-safe-area-context": "^3.4.1",
"react-native-screens": "^3.9.0",
"react-native-svg": "^14.1.0",
"react-native-svg": "^14.2.0",
"react-native-svg-uri": "^1.2.3",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.1.5",
"react-native-walkthrough-tooltip": "^1.5.0",
"react-native-webview": "^13.3.1",
"react-redux": "^8.1.1",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"redux-saga": "^1.2.3"
},
Expand All @@ -77,18 +76,17 @@
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
"@react-native/typescript-config": "0.74.84",
"@rnx-kit/align-deps": "^2.2.2",
"@testing-library/jest-native": "^4.0.4",
"@rnx-kit/align-deps": "^2.5.5",
"@testing-library/jest-native": "^4.0.13",
"@testing-library/react-native": "^12.3.0",
"@types/jest": "^26.0.23",
"@types/react": "^18.2.6",
"@types/react-native": "^0.66.4",
"@types/react-native-datepicker": "^1.7.1",
"@types/jest": "^26.0.24",
"@types/react": "^18.3.11",
"@types/react-native": "^0.66.34",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"eslint": "^8.57.1",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "2.8.8",
Expand Down
Loading

0 comments on commit a61fa6c

Please sign in to comment.