From 9760796df3a93e5784dfdf3be3497636973b91ad Mon Sep 17 00:00:00 2001 From: Chris Beer <chris@cbeer.info> Date: Wed, 13 Dec 2023 15:37:28 -0800 Subject: [PATCH] Allow new versions of i18next --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e4233517..a6b5f4339 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "clsx": "^1.0.4", "deepmerge": "^4.2.2", "dompurify": "^3.0.0", - "i18next": "^21.0.0 || ^22.0.0", + "i18next": "^21.0.0 || ^22.0.0 || ^23.0.0", "lodash": "^4.17.11", "manifesto.js": "^4.2.0", "normalize-url": "^4.5.0", -- GitLab