diff --git a/package.json b/package.json index fb2be211..b1b4c6b1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@biomejs/biome": "^1.8.3", "chroma-js": "^3.1.1", - "i18next": "^23.16.4", + "i18next": "^24.0.2", "i18next-browser-languagedetector": "^8.0.0", "prismjs": "^1.29.0", "react-beautiful-dnd": "^13.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94576691..44c5a8ec 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^3.1.1 version: 3.1.1 i18next: - specifier: ^23.16.4 - version: 23.16.4 + specifier: ^24.0.2 + version: 24.0.2(typescript@5.6.2) i18next-browser-languagedetector: specifier: ^8.0.0 version: 8.0.0 @@ -31,7 +31,7 @@ importers: version: 1.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-i18next: specifier: ^15.1.0 - version: 15.1.0(i18next@23.16.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 15.1.0(i18next@24.0.2(typescript@5.6.2))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-simple-code-editor: specifier: ^0.14.1 version: 0.14.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -523,8 +523,13 @@ packages: i18next-browser-languagedetector@8.0.0: resolution: {integrity: sha512-zhXdJXTTCoG39QsrOCiOabnWj2jecouOqbchu3EfhtSHxIB5Uugnm9JaizenOy39h7ne3+fLikIjeW88+rgszw==} - i18next@23.16.4: - resolution: {integrity: sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==} + i18next@24.0.2: + resolution: {integrity: sha512-D88xyIGcWAKwBTAs4RSqASi8NXR/NhCVSTM4LDbdoU8qb/5dcEZjNCLDhtQBB7Epw/Cp1w2vH/3ujoTbqLSs5g==} + peerDependencies: + typescript: ^5 + peerDependenciesMeta: + typescript: + optional: true iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} @@ -1451,9 +1456,11 @@ snapshots: dependencies: '@babel/runtime': 7.24.1 - i18next@23.16.4: + i18next@24.0.2(typescript@5.6.2): dependencies: '@babel/runtime': 7.25.0 + optionalDependencies: + typescript: 5.6.2 iconv-lite@0.6.3: dependencies: @@ -1712,11 +1719,11 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-i18next@15.1.0(i18next@23.16.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-i18next@15.1.0(i18next@24.0.2(typescript@5.6.2))(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@babel/runtime': 7.25.0 html-parse-stringify: 3.0.1 - i18next: 23.16.4 + i18next: 24.0.2(typescript@5.6.2) react: 18.2.0 optionalDependencies: react-dom: 18.2.0(react@18.2.0)