diff --git a/package.json b/package.json index a88a2a07..dfc54662 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "posthog-js": "1.379.0", "react": "18.3.1", "react-dom": "18.3.1", - "react-i18next": "12.3.1", + "react-i18next": "16.6.6", "react-router-dom": "6.30.4", "zustand": "5.0.14" }, @@ -166,7 +166,7 @@ "lodash": "^4.17.23", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-i18next": "^12.3.1", + "react-i18next": "^16.6.6", "react-router-dom": "^6.30.0" }, "peerDependenciesMeta": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 085b7cc4..8cb04890 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,14 +60,14 @@ importers: specifier: 18.3.1 version: 18.3.1(react@18.3.1) react-i18next: - specifier: 12.3.1 - version: 12.3.1(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: 16.6.6 + version: 16.6.6(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3) react-router-dom: specifier: 6.30.4 version: 6.30.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) zustand: specifier: 5.0.14 - version: 5.0.14(@types/react@18.3.31)(immer@10.2.0)(react@18.3.1) + version: 5.0.14(@types/react@18.3.31)(immer@10.2.0)(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)) devDependencies: '@babel/core': specifier: 7.29.7 @@ -4313,6 +4313,7 @@ packages: git-raw-commits@5.0.1: resolution: {integrity: sha512-Y+csSm2GD/PCSh6Isd/WiMjNAydu0VBiG9J7EdQsNA5P9uXvLayqjmTsNlK5Gs9IhblFZqOU0yid5Il5JPoLiQ==} engines: {node: '>=18'} + deprecated: Deprecated and no longer maintained. Use @conventional-changelog/git-client instead. hasBin: true glob-parent@5.1.2: @@ -5929,18 +5930,21 @@ packages: peerDependencies: react: ^18.3.1 - react-i18next@12.3.1: - resolution: {integrity: sha512-5v8E2XjZDFzK7K87eSwC7AJcAkcLt5xYZ4+yTPDAW1i7C93oOY1dnr4BaQM7un4Hm+GmghuiPvevWwlca5PwDA==} + react-i18next@16.6.6: + resolution: {integrity: sha512-ZgL2HUoW34UKUkOV7uSQFE1CDnRPD+tCR3ywSuWH7u2iapnz86U8Bi3Vrs620qNDzCf1F47NxglCEkchCTDOHw==} peerDependencies: - i18next: '>= 19.0.0' + i18next: '>= 25.10.9' react: '>= 16.8.0' react-dom: '*' react-native: '*' + typescript: ^5 || ^6 peerDependenciesMeta: react-dom: optional: true react-native: optional: true + typescript: + optional: true react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -6862,6 +6866,11 @@ packages: resolution: {integrity: sha512-n2huDr9h9yzd6exQVnH/jU5mr+Pfx08LRXXZhkLLetAMESRj+anQsTAh940iMrIetKAmry9coFuZQ2jY8/p3WA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + use-sync-external-store@1.6.0: + resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -13557,14 +13566,16 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-i18next@12.3.1(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-i18next@16.6.6(i18next@22.5.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.9.3): dependencies: '@babel/runtime': 7.29.7 html-parse-stringify: 3.0.1 i18next: 22.5.1 react: 18.3.1 + use-sync-external-store: 1.6.0(react@18.3.1) optionalDependencies: react-dom: 18.3.1(react@18.3.1) + typescript: 5.9.3 react-is@16.13.1: {} @@ -14635,6 +14646,10 @@ snapshots: url-join@5.0.0: {} + use-sync-external-store@1.6.0(react@18.3.1): + dependencies: + react: 18.3.1 + util-deprecate@1.0.2: {} util.promisify@1.0.1: @@ -15137,8 +15152,9 @@ snapshots: yoctocolors@2.1.2: {} - zustand@5.0.14(@types/react@18.3.31)(immer@10.2.0)(react@18.3.1): + zustand@5.0.14(@types/react@18.3.31)(immer@10.2.0)(react@18.3.1)(use-sync-external-store@1.6.0(react@18.3.1)): optionalDependencies: '@types/react': 18.3.31 immer: 10.2.0 react: 18.3.1 + use-sync-external-store: 1.6.0(react@18.3.1)