diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ab0e73..07f219bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 15.1.2 + +- fix: Install error with react-i18next v14 [#2248](https://github.com/i18next/next-i18next/issues/2248) + ## 15.1.1 - optimize/fix last change for turbo diff --git a/package-lock.json b/package-lock.json index a834ae5e..dc884fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-typescript-sort-keys": "^3.1.0", "gh-release": "7.0.2", "husky": "^8.0.3", - "i18next": "^23.7.8", + "i18next": "^23.7.13", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "next": "^14.0.1", @@ -73,7 +73,7 @@ "prettier": "3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.0", "rimraf": "^5.0.5", "size-limit": "^10.0.2", "start-server-and-test": "^2.0.1", @@ -84,10 +84,10 @@ "node": ">=14" }, "peerDependencies": { - "i18next": "^23.7.8", + "i18next": ">= 23.7.13", "next": ">= 12.0.0", "react": ">= 17.0.2", - "react-i18next": "^13.5.0 || ^14.0.0" + "react-i18next": ">= 13.5.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -15744,9 +15744,9 @@ } }, "node_modules/react-i18next": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", - "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz", + "integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==", "dev": true, "dependencies": { "@babel/runtime": "^7.22.5", @@ -30358,9 +30358,9 @@ } }, "react-i18next": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-13.5.0.tgz", - "integrity": "sha512-CFJ5NDGJ2MUyBohEHxljOq/39NQ972rh1ajnadG9BjTk+UXbHLq4z5DKEbEQBDoIhUmmbuS/fIMJKo6VOax1HA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-14.0.0.tgz", + "integrity": "sha512-OCrS8rHNAmnr8ggGRDxjakzihrMW7HCbsplduTm3EuuQ6fyvWGT41ksZpqbduYoqJurBmEsEVZ1pILSUWkHZng==", "dev": true, "requires": { "@babel/runtime": "^7.22.5", diff --git a/package.json b/package.json index 760c0d0e..a3ca9ee3 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "eslint-plugin-typescript-sort-keys": "^3.1.0", "gh-release": "7.0.2", "husky": "^8.0.3", - "i18next": "^23.7.8", + "i18next": "^23.7.13", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "next": "^14.0.1", @@ -122,7 +122,7 @@ "prettier": "3.0.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-i18next": "^13.5.0", + "react-i18next": "^14.0.0", "rimraf": "^5.0.5", "size-limit": "^10.0.2", "start-server-and-test": "^2.0.1", @@ -137,9 +137,9 @@ "i18next-fs-backend": "^2.3.1" }, "peerDependencies": { - "i18next": "^23.7.8", + "i18next": ">= 23.7.13", "next": ">= 12.0.0", "react": ">= 17.0.2", - "react-i18next": "^13.5.0 || ^14.0.0" + "react-i18next": ">= 13.5.0" } }