From d5f69416b821ba3a2a9c7080b09a9590522c0f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 08:26:11 +0000 Subject: [PATCH] fix(deps): update dependency react-i18next to v13 --- firebase/functions/package.json | 2 +- storefront/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firebase/functions/package.json b/firebase/functions/package.json index 21f087e9..376b9def 100644 --- a/firebase/functions/package.json +++ b/firebase/functions/package.json @@ -30,7 +30,7 @@ "next-sitemap": "3.1.55", "node-fetch": "3.3.1", "react-error-boundary": "3.1.4", - "react-i18next": "12.3.1", + "react-i18next": "13.2.2", "react-query": "3.39.3", "recoil": "0.7.7", "screenfull": "6.0.2", diff --git a/storefront/package.json b/storefront/package.json index 8458abe7..32de37f2 100644 --- a/storefront/package.json +++ b/storefront/package.json @@ -26,7 +26,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "3.1.4", - "react-i18next": "12.3.1", + "react-i18next": "13.2.2", "recoil": "0.7.7", "screenfull": "6.0.2", "swell-js": "3.22.1",