diff --git a/package.json b/package.json index 2f06987..bdb4d48 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "axios": "^1.7.7", "framer-motion": "^11.5.4", "graphql": "^16.9.0", - "i18next": "^23.14.0", + "i18next": "^24.0.1", "react": "^18.3.1", "react-altdraw": "^1.0.3", "react-dom": "^18.3.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e68c88e..5bd1802 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,8 +33,8 @@ importers: specifier: ^16.9.0 version: 16.9.0 i18next: - specifier: ^23.14.0 - version: 23.14.0 + specifier: ^24.0.1 + version: 24.0.1(typescript@5.5.4) react: specifier: ^18.3.1 version: 18.3.1 @@ -46,7 +46,7 @@ importers: version: 18.3.1(react@18.3.1) react-i18next: specifier: 15.1.1 - version: 15.1.1(i18next@23.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + version: 15.1.1(i18next@24.0.1(typescript@5.5.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-image: specifier: ^4.1.0 version: 4.1.0(@babel/runtime@7.25.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -1225,8 +1225,13 @@ packages: html-parse-stringify@3.0.1: resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==} - i18next@23.14.0: - resolution: {integrity: sha512-Y5GL4OdA8IU2geRrt2+Uc1iIhsjICdHZzT9tNwQ3TVqdNzgxHToGCKf/TPRP80vTCAP6svg2WbbJL+Gx5MFQVA==} + i18next@24.0.1: + resolution: {integrity: sha512-cB/kMidgV6sZ3+vfsUaPOgMWAFJ0kEIeMZZYqUMNtbpXx9E4Nrn+nkkeeSOBk5iZYvjsz8+ZOX39msw19b9klQ==} + peerDependencies: + typescript: ^5 + peerDependenciesMeta: + typescript: + optional: true ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} @@ -3357,9 +3362,11 @@ snapshots: dependencies: void-elements: 3.1.0 - i18next@23.14.0: + i18next@24.0.1(typescript@5.5.4): dependencies: '@babel/runtime': 7.25.0 + optionalDependencies: + typescript: 5.5.4 ignore@5.3.1: {} @@ -3781,11 +3788,11 @@ snapshots: react: 18.3.1 scheduler: 0.23.2 - react-i18next@15.1.1(i18next@23.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-i18next@15.1.1(i18next@24.0.1(typescript@5.5.4))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.25.0 html-parse-stringify: 3.0.1 - i18next: 23.14.0 + i18next: 24.0.1(typescript@5.5.4) react: 18.3.1 optionalDependencies: react-dom: 18.3.1(react@18.3.1)