react-i18next 15.7.1 → 15.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 15.7.2
2
+
3
+ - update i18next dependency
4
+
1
5
  ### 15.7.1
2
6
 
3
7
  - Fix: \_EnableSelector type (for compatibility, enableSelector does not exist in TypeOptions) [1858](https://github.com/i18next/react-i18next/pull/1858)
@@ -1 +1 @@
1
- {"type":"module","version":"15.7.1"}
1
+ {"type":"module","version":"15.7.2"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-i18next",
3
- "version": "15.7.1",
3
+ "version": "15.7.2",
4
4
  "description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "./index.d.mts",
@@ -68,7 +68,7 @@
68
68
  "html-parse-stringify": "^3.0.1"
69
69
  },
70
70
  "peerDependencies": {
71
- "i18next": ">= 23.4.0",
71
+ "i18next": ">= 25.4.1",
72
72
  "react": ">= 16.8.0",
73
73
  "typescript": "^5"
74
74
  },
@@ -123,7 +123,7 @@
123
123
  "eslint-plugin-testing-library": "^6.5.0",
124
124
  "happy-dom": "^14.12.3",
125
125
  "husky": "^9.1.7",
126
- "i18next": "^25.4.0",
126
+ "i18next": "^25.4.1",
127
127
  "lint-staged": "^15.5.2",
128
128
  "mkdirp": "^3.0.1",
129
129
  "prettier": "^3.6.2",