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) => {