diff --git a/demos/next-i18next/package.json b/demos/next-i18next/package.json index 713b65adf7..a94f8097dd 100644 --- a/demos/next-i18next/package.json +++ b/demos/next-i18next/package.json @@ -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" diff --git a/package.json b/package.json index 5e6bb1731d..45a63977ab 100644 --- a/package.json +++ b/package.json @@ -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" ] }