diff --git a/jahia-test-module/package.json b/jahia-test-module/package.json index e49c2be7..dd4d77bd 100644 --- a/jahia-test-module/package.json +++ b/jahia-test-module/package.json @@ -26,7 +26,7 @@ "@types/react": "^19.2.7", "graphql": "^16.12.0", "i18next": "^25.7.3", - "react-i18next": "^16.5.0", + "react-i18next": "^17.0.0", "typescript": "^5.9.3", "vite": "^8.0.14" }, diff --git a/javascript-create-module/templates/hello-world/package.json b/javascript-create-module/templates/hello-world/package.json index 6216aff4..a1843512 100644 --- a/javascript-create-module/templates/hello-world/package.json +++ b/javascript-create-module/templates/hello-world/package.json @@ -37,7 +37,7 @@ "i18next": "^25.0.2", "prettier": "^3.5.3", "react": "^19.1.0", - "react-i18next": "^16.1.0", + "react-i18next": "^17.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1", "typescript-plugin-css-modules": "^5.1.0", diff --git a/javascript-create-module/templates/module/package.json b/javascript-create-module/templates/module/package.json index 42eb7dd0..17ac0f8d 100644 --- a/javascript-create-module/templates/module/package.json +++ b/javascript-create-module/templates/module/package.json @@ -31,7 +31,7 @@ "i18next": "^25.0.2", "prettier": "^3.5.3", "react": "^19.1.0", - "react-i18next": "^16.0.0", + "react-i18next": "^17.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1", "typescript-plugin-css-modules": "^5.1.0", diff --git a/javascript-create-module/templates/template-set/package.json b/javascript-create-module/templates/template-set/package.json index b1e9ae63..6834aba1 100644 --- a/javascript-create-module/templates/template-set/package.json +++ b/javascript-create-module/templates/template-set/package.json @@ -34,7 +34,7 @@ "i18next": "^25.0.2", "prettier": "^3.5.3", "react": "^19.1.0", - "react-i18next": "^16.0.0", + "react-i18next": "^17.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.31.1", "typescript-plugin-css-modules": "^5.1.0", diff --git a/javascript-modules-engine/package.json b/javascript-modules-engine/package.json index 5ca4a946..6f7b7253 100644 --- a/javascript-modules-engine/package.json +++ b/javascript-modules-engine/package.json @@ -17,7 +17,7 @@ "i18next": "25.10.10", "react": "19.2.4", "react-dom": "19.2.4", - "react-i18next": "16.6.6" + "react-i18next": "17.0.11" }, "devDependencies": { "@types/node": "^22.19.3", diff --git a/javascript-modules-library/package.json b/javascript-modules-library/package.json index 727a4210..264a8298 100644 --- a/javascript-modules-library/package.json +++ b/javascript-modules-library/package.json @@ -32,7 +32,7 @@ "graphql": "^16.12.0", "i18next": "^25.7.3", "publint": "^0.3.16", - "react-i18next": "^16.5.0", + "react-i18next": "^17.0.0", "typescript": "^5.9.3" }, "peerDependencies": { @@ -41,7 +41,7 @@ "i18next": "^25.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", - "react-i18next": "^15.4.0 || ^16.0.0" + "react-i18next": "^15.4.0 || ^16.0.0 || ^17.0.0" }, "peerDependenciesMeta": { "@graphql-typed-document-node/core": { diff --git a/samples/hydrogen/package.json b/samples/hydrogen/package.json index 19518bcd..fec92440 100644 --- a/samples/hydrogen/package.json +++ b/samples/hydrogen/package.json @@ -37,7 +37,7 @@ "i18next": "^25.7.3", "prettier": "^3.7.4", "react": "^19.2.3", - "react-i18next": "^16.5.0", + "react-i18next": "^17.0.0", "typescript": "^5.9.3", "typescript-eslint": "^8.50.0", "typescript-plugin-css-modules": "^5.2.0",