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.
|
// upgrading React Native.
|
||||||
"@babel/preset-env",
|
"@babel/preset-env",
|
||||||
"@babel/runtime",
|
"@babel/runtime",
|
||||||
"@tsconfig/ive",
|
"@tsconfig/react-native",
|
||||||
"@types/ive",
|
"@types/react-native",
|
||||||
"@testing-library/ive",
|
"@testing-library/react-native",
|
||||||
"androidx.appcompat:appcompat",
|
"androidx.appcompat:appcompat",
|
||||||
"babel-plugin-module-resolver",
|
"babel-plugin-module-resolver",
|
||||||
"com.android.tools.build:gradle",
|
"com.android.tools.build:gradle",
|
||||||
@ -123,12 +123,12 @@
|
|||||||
"de.undercouch:gradle-download-task",
|
"de.undercouch:gradle-download-task",
|
||||||
"jsc-android",
|
"jsc-android",
|
||||||
"org.robolectric:robolectric",
|
"org.robolectric:robolectric",
|
||||||
"ive",
|
"react-native",
|
||||||
"activesupport",
|
"activesupport",
|
||||||
|
|
||||||
// We currently don't have automated tests that verify that the
|
// We currently don't have automated tests that verify that the
|
||||||
// sidemenus work correctly in the mobile app. Because an update to
|
// 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
|
// (https://github.com/laurent22/joplin/issues/8456), we disable auto
|
||||||
// updates for it:
|
// updates for it:
|
||||||
"react-native-reanimated",
|
"react-native-reanimated",
|
||||||
|
Loading…
Reference in New Issue
Block a user