1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Chore: Fix spelling of react-native in renovate.json5 (#10502)

This commit is contained in:
Henry Heino 2024-05-27 09:16:00 -07:00 committed by GitHub
parent 28f3d53b3b
commit 50d08cd178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,9 +109,9 @@
// upgrading React Native.
"@babel/preset-env",
"@babel/runtime",
"@tsconfig/ive",
"@types/ive",
"@testing-library/ive",
"@tsconfig/react-native",
"@types/react-native",
"@testing-library/react-native",
"androidx.appcompat:appcompat",
"babel-plugin-module-resolver",
"com.android.tools.build:gradle",
@ -123,12 +123,12 @@
"de.undercouch:gradle-download-task",
"jsc-android",
"org.robolectric:robolectric",
"ive",
"react-native",
"activesupport",
// We currently don't have automated tests that verify that the
// sidemenus work correctly in the mobile app. Because an update to
// ive-reanimated has previously broken the sidemenu
// react-native-reanimated has previously broken the sidemenu
// (https://github.com/laurent22/joplin/issues/8456), we disable auto
// updates for it:
"react-native-reanimated",