mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
Update renovate.json5
This commit is contained in:
parent
f21a93febe
commit
33286efe9a
@ -109,9 +109,9 @@
|
|||||||
// upgrading React Native.
|
// upgrading React Native.
|
||||||
"@babel/preset-env",
|
"@babel/preset-env",
|
||||||
"@babel/runtime",
|
"@babel/runtime",
|
||||||
"@tsconfig/react-native",
|
"@tsconfig/ive",
|
||||||
"@types/react-native",
|
"@types/ive",
|
||||||
"@testing-library/react-native",
|
"@testing-library/ive",
|
||||||
"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,11 +123,11 @@
|
|||||||
"de.undercouch:gradle-download-task",
|
"de.undercouch:gradle-download-task",
|
||||||
"jsc-android",
|
"jsc-android",
|
||||||
"org.robolectric:robolectric",
|
"org.robolectric:robolectric",
|
||||||
"react-native",
|
"ive",
|
||||||
|
|
||||||
// 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
|
||||||
// react-native-reanimated has previously broken the sidemenu
|
// ive-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",
|
||||||
@ -203,6 +203,9 @@
|
|||||||
// For now we are stuck with v5.1.6 due to this bug:
|
// For now we are stuck with v5.1.6 due to this bug:
|
||||||
// https://github.com/TryGhost/node-sqlite3/issues/1747
|
// https://github.com/TryGhost/node-sqlite3/issues/1747
|
||||||
"sqlite3",
|
"sqlite3",
|
||||||
|
|
||||||
|
// They refactored it with undocumented breaking changes.
|
||||||
|
"react-native-vosk",
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user