Skip to content

Commit 1dc6ff7

Browse files
fix(deps): ⬆️ update prod dependencies (minor)
1 parent b65eaf6 commit 1dc6ff7

File tree

7 files changed

+936
-884
lines changed

7 files changed

+936
-884
lines changed

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ dependencies {
217217
}
218218
}
219219

220-
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")
220+
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
221221

222222
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
223223
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath('com.android.tools.build:gradle:7.4.1')
22+
classpath('com.android.tools.build:gradle:7.4.2')
2323
classpath('com.facebook.react:react-native-gradle-plugin')
2424
}
2525
}

example/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android.useAndroidX=true
2626
android.enableJetifier=true
2727

2828
# Version of flipper SDK to use with React Native
29-
FLIPPER_VERSION=0.125.0
29+
FLIPPER_VERSION=0.201.0
3030

3131
# Use this property to specify which architecture you want to build.
3232
# You can also override it from the CLI using

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
},
1313
"dependencies": {
1414
"@expo/webpack-config": "^18.0.1",
15-
"@react-native-masked-view/masked-view": "0.2.8",
15+
"@react-native-masked-view/masked-view": "0.2.9",
1616
"@react-navigation/drawer": "^6.6.2",
1717
"@react-navigation/native": "^6.1.6",
1818
"@react-navigation/stack": "^6.3.16",
1919
"expo": "48.0.16",
20-
"expo-dev-client": "~2.2.1",
21-
"expo-haptics": "~12.2.1",
22-
"expo-screen-orientation": "~5.1.1",
23-
"expo-splash-screen": "~0.18.2",
24-
"expo-status-bar": "~1.4.4",
20+
"expo-dev-client": "~2.4.0",
21+
"expo-haptics": "~12.4.0",
22+
"expo-screen-orientation": "~5.2.0",
23+
"expo-splash-screen": "~0.20.0",
24+
"expo-status-bar": "~1.6.0",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",
2727
"react-native": "0.71.8",
@@ -31,7 +31,7 @@
3131
"react-native-safe-area-context": "4.5.0",
3232
"react-native-screens": "~3.20.0",
3333
"react-native-svg": "^13.9.0",
34-
"react-native-web": "~0.18.11",
34+
"react-native-web": "~0.19.0",
3535
"setimmediate": "^1.0.5",
3636
"sharp-cli": "^4.1.0",
3737
"twrnc": "^3.6.0"

example/yarn.lock

Lines changed: 609 additions & 662 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
},
7878
"dependencies": {
7979
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
80-
"@chakra-ui/hooks": "2.0.0",
81-
"@gorhom/bottom-sheet": "4.4.6",
80+
"@chakra-ui/hooks": "2.2.0",
81+
"@gorhom/bottom-sheet": "4.4.7",
8282
"@react-aria/focus": "^3.10.0",
8383
"@react-aria/visually-hidden": "^3.6.0",
8484
"@react-stately/toggle": "^3.6.0",

0 commit comments

Comments
 (0)