Skip to content

Commit

Permalink
test: added next latest to i18n for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taty2010 committed Oct 6, 2023
1 parent e270785 commit 4f424e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/next-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.4.1",
"next": "^13.5.4",
"next-i18next": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"demos/server-components",
"demos/middleware",
"demos/custom-routes",
"demos/next-with-edge-functions"
"demos/next-with-edge-functions",
"demos/next-i18next"
]
}

0 comments on commit 4f424e5

Please sign in to comment.