📌(frontend) block upgrade to react v19

Many dependencies are not supported react v19 yet.
Avoid renovate to bump react to its latest major version.
This commit is contained in:
lebaudantoine
2025-01-21 00:05:21 +01:00
committed by aleb_the_flash
parent cc676cf71b
commit fa85ef5690

View File

@@ -14,7 +14,7 @@
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": [
"eslint"
"eslint", "react", "react-dom", "@types/react-dom", "@types/react", "react-i18next"
]
}
]