diff --git a/package-lock.json b/package-lock.json index b7ac1870..f5977b54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.4.1", + "react-i18next": "^15.5.1", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0", @@ -10977,9 +10977,9 @@ } }, "node_modules/react-i18next": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.4.1.tgz", - "integrity": "sha512-ahGab+IaSgZmNPYXdV1n+OYky95TGpFwnKRflX/16dY04DsYYKHtVLjeny7sBSCREEcoMbAgSkFiGLF5g5Oofw==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-15.5.1.tgz", + "integrity": "sha512-C8RZ7N7H0L+flitiX6ASjq9p5puVJU1Z8VyL3OgM/QOMRf40BMZX+5TkpxzZVcTmOLPX5zlti4InEX5pFyiVeA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.25.0", @@ -10987,7 +10987,8 @@ }, "peerDependencies": { "i18next": ">= 23.2.3", - "react": ">= 16.8.0" + "react": ">= 16.8.0", + "typescript": "^5" }, "peerDependenciesMeta": { "react-dom": { @@ -10995,6 +10996,9 @@ }, "react-native": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index 2a71a09a..0da1b4ae 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "react-color": "^2.19.3", "react-dom": "^18.2.0", "react-file-reader-input": "^2.0.0", - "react-i18next": "^15.4.1", + "react-i18next": "^15.5.1", "react-icon-base": "^2.1.2", "react-icons": "^5.5.0", "react-sortable-hoc": "^2.0.0",