Skip to content

Commit

Permalink
update some i18next dependencies to address #2288
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jul 30, 2024
1 parent f51527d commit 941dac9
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 15.3.1

- update some i18next dependencies to address [#2288](https://github.com/i18next/next-i18next/issues/2288)

## 15.3.0

- Only overwrite ns config if it provided [#2270](https://github.com/i18next/next-i18next/pull/2270)
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"gh-release": "7.0.2",
"husky": "^8.0.3",
"i18next": "^23.7.16",
"i18next": "^23.12.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "^14.0.1",
"npm-run-all": "^4.1.5",
"prettier": "3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-i18next": "^15.0.0",
"rimraf": "^5.0.5",
"size-limit": "^10.0.2",
"start-server-and-test": "^2.0.1",
Expand All @@ -136,7 +136,7 @@
"@types/hoist-non-react-statics": "^3.3.4",
"core-js": "^3",
"hoist-non-react-statics": "^3.3.2",
"i18next-fs-backend": "^2.3.1"
"i18next-fs-backend": "^2.3.2"
},
"peerDependencies": {
"i18next": ">= 23.7.13",
Expand Down

0 comments on commit 941dac9

Please sign in to comment.