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:
parent
28f3d53b3b
commit
50d08cd178
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user