react-i18next 16.6.3 → 16.6.4

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
+ ### 16.6.4
2
+
3
+ - allow TypeScript 6 as peer dependency [1910](https://github.com/i18next/react-i18next/issues/1910)
4
+
1
5
  ### 16.6.3
2
6
 
3
7
  - fix(types): merge `TransSelector` overloads into a single signature so `typeof Trans` remains extendable [1909](https://github.com/i18next/react-i18next/issues/1909)
@@ -1 +1 @@
1
- {"type":"module","version":"16.6.3"}
1
+ {"type":"module","version":"16.6.4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-i18next",
3
- "version": "16.6.3",
3
+ "version": "16.6.4",
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",
@@ -74,7 +74,7 @@
74
74
  "peerDependencies": {
75
75
  "i18next": ">= 25.6.2",
76
76
  "react": ">= 16.8.0",
77
- "typescript": "^5"
77
+ "typescript": "^5 || ^6"
78
78
  },
79
79
  "peerDependenciesMeta": {
80
80
  "react-dom": {