Skip to content

Commit

Permalink
fix(deps): ⬆️ update prod dependencies (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2023
1 parent 03d7e0b commit fd55f9c
Show file tree
Hide file tree
Showing 7 changed files with 738 additions and 738 deletions.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ dependencies {
}
}

implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")

debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:7.4.1')
classpath('com.android.tools.build:gradle:7.4.2')
classpath('com.facebook.react:react-native-gradle-plugin')
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.useAndroidX=true
android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.125.0
FLIPPER_VERSION=0.201.0

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
Expand All @@ -31,7 +31,7 @@
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "^13.9.0",
"react-native-web": "~0.18.11",
"react-native-web": "~0.19.0",
"setimmediate": "^1.0.5",
"sharp-cli": "^4.1.0",
"twrnc": "^3.6.0"
Expand Down
973 changes: 432 additions & 541 deletions example/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@chakra-ui/hooks": "2.0.0",
"@gorhom/bottom-sheet": "4.4.6",
"@chakra-ui/hooks": "2.2.0",
"@gorhom/bottom-sheet": "4.4.7",
"@react-aria/focus": "^3.10.0",
"@react-aria/visually-hidden": "^3.6.0",
"@react-native-aria/checkbox": "^0.2.3",
Expand Down
Loading

0 comments on commit fd55f9c

Please sign in to comment.