From 61612b2bf7159c33243feceded6c16bec1c97877 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 23:14:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20next?= =?UTF-8?q?-i18next=20to=20v13=20(#956)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ Update dependency next-i18next to v13 * 🚨 Fix compile errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Manuel --- package.json | 5 +- .../InputElements/IntegrationSelector.tsx | 2 +- .../WidgetsTab/WidgetElementType.tsx | 2 +- .../Common/Config/CreateCopyModal.tsx | 2 +- .../SearchEngine/SearchEngineSelector.tsx | 6 +- src/components/layout/header/Search.tsx | 2 +- src/modules/Docker/DockerTable.tsx | 2 +- src/pages/login.tsx | 2 +- src/types/dashboardPageType.ts | 2 +- yarn.lock | 467 +++++++++--------- 10 files changed, 251 insertions(+), 241 deletions(-) diff --git a/package.json b/package.json index 890081b6d..ff10f4775 100644 --- a/package.json +++ b/package.json @@ -57,14 +57,15 @@ "fily-publish-gridstack": "^0.0.13", "framer-motion": "^10.0.0", "html-entities": "^2.3.3", - "i18next": "^22.0.0", + "i18next": "^22.5.1", "js-file-download": "^0.4.12", "next": "^13.4.2", - "next-i18next": "^11.3.0", + "next-i18next": "^13.0.0", "nzbget-api": "^0.0.3", "prismjs": "^1.29.0", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-i18next": "^12.3.1", "react-simple-code-editor": "^0.13.1", "rss-parser": "^3.12.0", "sabnzbd-api": "^1.5.0", diff --git a/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx b/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx index 57b7810d5..16c15e620 100644 --- a/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx +++ b/src/components/Dashboard/Modals/EditAppModal/Tabs/IntegrationTab/Components/InputElements/IntegrationSelector.tsx @@ -122,7 +122,7 @@ export const IntegrationSelector = ({ form }: IntegrationSelectorProps) => {