Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 2, 2024
1 parent 4aedc32 commit d2bafce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 15.1.2

- fix: Install error with react-i18next v14 [#2248](https://github.com/i18next/next-i18next/issues/2248)

## 15.1.1

- optimize/fix last change for turbo
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"gh-release": "7.0.2",
"husky": "^8.0.3",
"i18next": "^23.7.8",
"i18next": "^23.7.13",
"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": "^13.5.0",
"react-i18next": "^14.0.0",
"rimraf": "^5.0.5",
"size-limit": "^10.0.2",
"start-server-and-test": "^2.0.1",
Expand All @@ -137,9 +137,9 @@
"i18next-fs-backend": "^2.3.1"
},
"peerDependencies": {
"i18next": "^23.7.8",
"i18next": ">= 23.7.13",
"next": ">= 12.0.0",
"react": ">= 17.0.2",
"react-i18next": "^13.5.0 || ^14.0.0"
"react-i18next": ">= 13.5.0"
}
}

0 comments on commit d2bafce

Please sign in to comment.