Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 8, 2021
1 parent 6272de7 commit 6e22a5c
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 233 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.3")
classpath("com.android.tools.build:gradle:3.5.4")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"postinstall": "pod install --project-directory=ios/ --repo-update && npx jetify -r"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/checkbox": "^0.5.6",
"@react-native-community/datetimepicker": "^3.5.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.9",
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/checkbox": "^0.5.8",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^5.9.10",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-picker/picker": "^1.15.0",
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-native-picker/picker": "^1.16.8",
"@react-navigation/material-top-tabs": "^5.3.19",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"csv-parser": "^3.0.0",
Expand All @@ -35,29 +35,29 @@
"ip-anonymize": "^0.1.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-device-info": "^8.3.1",
"react-native-device-info": "^8.3.3",
"react-native-dotenv": "^2.4.3",
"react-native-gesture-handler": "^1.9.0",
"react-native-modal": "^11.10.0",
"react-native-modal-datetime-picker": "^9.2.3",
"react-native-picker-select": "^8.0.4",
"react-native-push-notification": "^7.3.0",
"react-native-reanimated": "^1.13.2",
"react-native-push-notification": "^7.3.2",
"react-native-reanimated": "^1.13.3",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.15.0",
"react-native-screens": "^2.15.2",
"react-native-sentry": "^0.43.2",
"react-native-svg": "^12.1.0",
"react-native-svg": "^12.1.1",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.15.2",
"react-native-version-check": "^3.4.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"babel-jest": "^25.5.1",
"eslint": "^6.8.0",
"jest": "^25.5.4",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "16.13.1"
Expand Down
Loading

0 comments on commit 6e22a5c

Please sign in to comment.