Skip to content

Commit

Permalink
chore: update i18next
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Oct 27, 2022
1 parent 7a305c6 commit 5e65ee2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start -p ${PORT:=3000}"
},
"dependencies": {
"i18next": "22.0.2",
"i18next": "22.0.3",
"next": "13.0.0",
"next-i18next": "12.1.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 @@ -15,7 +15,7 @@
"downloadLocales": "locize download --project-id=0842ada9-1d1d-4d48-ab27-08f6a132f558 --ver=latest --clean=true --path=./public/locales"
},
"dependencies": {
"i18next": "22.0.2",
"i18next": "22.0.3",
"next": "13.0.0",
"next-i18next": "12.1.0",
"next-language-detector": "1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"gh-release": "6.0.4",
"husky": "^3.0.0",
"i18next": "^22.0.2",
"i18next": "^22.0.3",
"jest": "^26.6.3",
"next": "^13.0.0",
"npm-run-all": "^4.1.5",
Expand All @@ -146,7 +146,7 @@
"i18next-fs-backend": "^2.0.0"
},
"peerDependencies": {
"i18next": "^22.0.2",
"i18next": "^22.0.3",
"next": ">= 12.0.0",
"react": ">= 17.0.2",
"react-i18next": "^12.0.0"
Expand Down

0 comments on commit 5e65ee2

Please sign in to comment.