Skip to content

Commit

Permalink
Examples updated to latest i18next (#2058)
Browse files Browse the repository at this point in the history
* chore(deps): latest i18next unlocked

* chore(deps): latest i18next

* docs: changelog
  • Loading branch information
belgattitude committed Dec 12, 2022
1 parent b2ef1bd commit 4197c39
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
### Fix

- Fix missing `i18n.localeDetection` in UserConfig, see [#2057](https://github.com/i18next/next-i18next/pull/2057).
- Update examples to latest i18next in [#2058](https://github.com/i18next/next-i18next/pull/2058)

**Caution**

If you're experiencing typecheck errors regarding keys: ensure `i18next` is at least `^22.4.3` in your
package.json (then run install), see [#2058](https://github.com/i18next/next-i18next/pull/2058).


## 13.0.0

Expand Down
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"nuke:install": "rimraf ./node_modules ./package-lock.json"
},
"dependencies": {
"i18next": "22.3.0",
"i18next": "22.4.3",
"next": "^13.0.6",
"next-i18next": "^13.0.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "22.3.0",
"i18next": "22.4.3",
"next": "13.0.6",
"next-i18next": "13.0.0",
"next-language-detector": "^1.0.2",
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"gh-release": "6.0.4",
"husky": "^8.0.2",
"i18next": "^22.0.6",
"i18next": "^22.4.3",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"next": "^13.0.6",
Expand Down

0 comments on commit 4197c39

Please sign in to comment.