Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SectionTN committed Jul 19, 2023
1 parent 47b5a12 commit 914c8a7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 38 deletions.
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
networkTimeout=10000
networkTimeout=100000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@notifee/react-native": "^7.8.0",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "^9.3.10",
"@react-native-firebase/analytics": "^18.1.0",
"@react-native-firebase/app": "^18.1.0",
"@react-native-firebase/app-check": "^18.1.0",
"@react-native-firebase/auth": "^ 18.1.0",
"@react-native-firebase/crashlytics": "^18.1.0",
"@react-native-firebase/firestore": "^18.1.0",
"@react-native-firebase/perf": "^18.1.0",
"@react-native-firebase/storage": "^18.1.0",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-firebase/analytics": "^18.2.0",
"@react-native-firebase/app": "^18.2.0",
"@react-native-firebase/app-check": "^18.2.0",
"@react-native-firebase/auth": "^ 18.2.0",
"@react-native-firebase/crashlytics": "^18.2.0",
"@react-native-firebase/firestore": "^18.2.0",
"@react-native-firebase/perf": "^18.2.0",
"@react-native-firebase/storage": "^18.2.0",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
Expand All @@ -49,30 +49,30 @@
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-freeze": "^1.0.3",
"react-native": "0.72.0",
"react-native": "0.72.3",
"react-native-big-list": "^1.6.1",
"react-native-device-info": "^10.6.0",
"react-native-device-info": "^10.8.0",
"react-native-gesture-handler": "^2.12.0",
"react-native-get-random-values": "^1.9.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-crop-picker": "^0.40.0",
"react-native-image-viewing": "^0.2.2",
"react-native-linear-gradient": "^2.7.3",
"react-native-mmkv": "^2.10.0",
"react-native-mmkv": "^2.10.1",
"react-native-modal": "^13.0.1",
"react-native-onesignal": "^4.5.1",
"react-native-pager-view": "^6.2.0",
"react-native-paper": "5.8.0",
"react-native-paper": "5.9.1",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.22.0",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.22.1",
"react-native-super-grid": "^5.0.0",
"react-native-svg": "^13.9.0",
"react-native-svg": "^13.10.0",
"react-native-toast-message": "^2.1.6",
"react-native-vector-icons": "^9.2.0",
"react-native-webrtc": "^111.0.1",
"rn-emoji-keyboard": "^1.3.0",
"styled-components": "^5.3.11",
"react-native-vector-icons": "^10.0.0",
"react-native-webrtc": "^111.0.3",
"rn-emoji-keyboard": "^1.4.0",
"styled-components": "^6.0.4",
"styled-system": "^5.1.5",
"uuid": "^9.0.0"
},
Expand All @@ -81,7 +81,7 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.6",
"@react-native/metro-config": "^0.72.9",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^3.0.2",
"@types/metro-config": "^0.76.3",
Expand All @@ -91,7 +91,7 @@
"babel-plugin-styled-components": "^2.1.3",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.5",
"metro-react-native-babel-preset": "0.76.7",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4",
"prettier": "^2.4.1"
Expand Down
15 changes: 0 additions & 15 deletions patches/react-native-vector-icons+9.2.0.patch

This file was deleted.

0 comments on commit 914c8a7

Please sign in to comment.