Skip to content

Commit c069c02

Browse files
committed
downgrade i18next dep to address #1865
1 parent 04e7222 commit c069c02

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 15.7.4
2+
3+
- downgrade i18next dep to address [1865](https://github.com/i18next/react-i18next/issues/1865)
4+
15
### 15.7.3
26

37
- exports TransSelectorProps [1862](https://github.com/i18next/react-i18next/pull/1862) to address [1861](https://github.com/i18next/react-i18next/issues/1861)

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"html-parse-stringify": "^3.0.1"
6969
},
7070
"peerDependencies": {
71-
"i18next": ">= 25.4.1",
71+
"i18next": ">= 23.4.0",
7272
"react": ">= 16.8.0",
7373
"typescript": "^5"
7474
},
@@ -123,7 +123,7 @@
123123
"eslint-plugin-testing-library": "^6.5.0",
124124
"happy-dom": "^14.12.3",
125125
"husky": "^9.1.7",
126-
"i18next": "^25.4.1",
126+
"i18next": "^25.5.2",
127127
"lint-staged": "^15.5.2",
128128
"mkdirp": "^3.0.1",
129129
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)