diff --git a/package-lock.json b/package-lock.json index 0cecb6c2..4587853c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "react-error-boundary": "5.0.0", "react-helmet": "6.1.0", "react-hook-form": "^7.57.0", - "react-i18next": "^12.0.0", + "react-i18next": "^16.0.0", "react-linkify": "^1.0.0-alpha", "react-redux": "7.2.8", "react-router-dom": "5.3.3", @@ -28699,17 +28699,18 @@ } }, "node_modules/react-i18next": { - "version": "12.3.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-12.3.1.tgz", - "integrity": "sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-16.0.0.tgz", + "integrity": "sha512-JQ+dFfLnFSKJQt7W01lJHWRC0SX7eDPobI+MSTJ3/gP39xH2g33AuTE7iddAfXYHamJdAeMGM0VFboPaD3G68Q==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.20.6", + "@babel/runtime": "^7.27.6", "html-parse-stringify": "^3.0.1" }, "peerDependencies": { - "i18next": ">= 19.0.0", - "react": ">= 16.8.0" + "i18next": ">= 25.5.2", + "react": ">= 16.8.0", + "typescript": "^5" }, "peerDependenciesMeta": { "react-dom": { @@ -28717,6 +28718,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index f32086c7..db4fc7d6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react-error-boundary": "5.0.0", "react-helmet": "6.1.0", "react-hook-form": "^7.57.0", - "react-i18next": "^12.0.0", + "react-i18next": "^16.0.0", "react-linkify": "^1.0.0-alpha", "react-redux": "7.2.8", "react-router-dom": "5.3.3",