From 4f424e57010ae84fe2b339b3853ffc791814b3cd Mon Sep 17 00:00:00 2001 From: Tatyana Date: Thu, 5 Oct 2023 23:47:45 -0500 Subject: [PATCH] test: added next latest to i18n for testing --- demos/next-i18next/package.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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" ] }