Skip to content

Commit

Permalink
update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Sep 2, 2023
1 parent 7db4a10 commit 57eae60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"i18next": "23.4.6",
"next": "^13.4.12",
"next-i18next": "^14.0.1",
"next-i18next": "^14.0.2",
"react": "^18.2.0",
"react-i18next": "^13.2.1",
"react-dom": "^18.2.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"clean": "rimraf .next out"
},
"dependencies": {
"i18next": "23.4.1",
"i18next": "23.4.6",
"next": "13.4.12",
"next-i18next": "^14.0.0",
"next-i18next": "^14.0.2",
"next-language-detector": "^1.0.2",
"react": "^18.2.0",
"react-i18next": "^13.0.3",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-i18next": "^13.2.1"
},
"devDependencies": {
"eslint-config-next": "13.4.12",
Expand Down

0 comments on commit 57eae60

Please sign in to comment.