Skip to content

Commit 24b005e

Browse files
committed
release
1 parent 84c9655 commit 24b005e

File tree

3 files changed

+20
-16
lines changed

3 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 15.4.2
2+
3+
- types: re-add @types/hoist-non-react-statics to dependencies [#2316](https://github.com/i18next/next-i18next/pull/2316)
4+
15
## 15.4.1
26

37
- Move @types/hoist-non-react-statics to devDependencies [#2310](https://github.com/i18next/next-i18next/pull/2310)

package-lock.json

Lines changed: 14 additions & 14 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
@@ -116,15 +116,15 @@
116116
"eslint-plugin-typescript-sort-keys": "^3.1.0",
117117
"gh-release": "7.0.2",
118118
"husky": "^8.0.3",
119-
"i18next": "^24.0.0",
119+
"i18next": "^24.2.2",
120120
"jest": "^29.7.0",
121121
"jest-environment-jsdom": "^29.7.0",
122122
"next": "^14.0.1",
123123
"npm-run-all": "^4.1.5",
124124
"prettier": "3.0.3",
125125
"react": "^18.2.0",
126126
"react-dom": "^18.2.0",
127-
"react-i18next": "^15.1.1",
127+
"react-i18next": "^15.4.0",
128128
"rimraf": "^5.0.5",
129129
"size-limit": "^10.0.2",
130130
"start-server-and-test": "^2.0.1",

0 commit comments

Comments
 (0)