Skip to content

Commit

Permalink
update example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 22, 2024
1 parent 1fd8045 commit 0df7684
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/auto-static-optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"i18next-http-backend": "^3.0.1",
"i18next-localstorage-backend": "^4.2.0",
"next": "^14.2.1",
"next-i18next": "^15.3.1",
"next-i18next": "^15.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^15.1.1"
Expand Down
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": "24.0.0",
"next": "^14.2.7",
"next-i18next": "^15.3.1",
"next-i18next": "^15.4.0",
"react": "^18.3.1",
"react-i18next": "^15.1.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/ssg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"i18next": "24.0.0",
"next": "14.2.4",
"next-i18next": "^15.3.1",
"next-i18next": "^15.4.0",
"next-language-detector": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 0df7684

Please sign in to comment.