Skip to content

Commit 339aaa2

Browse files
committed
allow TypeScript 6 as peer dependency #1910
1 parent 10912d5 commit 339aaa2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
### 16.6.3
26

37
- fix(types): merge `TransSelector` overloads into a single signature so `typeof Trans` remains extendable [1909](https://github.com/i18next/react-i18next/issues/1909)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"peerDependencies": {
7575
"i18next": ">= 25.6.2",
7676
"react": ">= 16.8.0",
77-
"typescript": "^5"
77+
"typescript": "^5 || ^6"
7878
},
7979
"peerDependenciesMeta": {
8080
"react-dom": {

0 commit comments

Comments
 (0)