From 636c70d80c6598c21b9467b170516bcf153b04eb Mon Sep 17 00:00:00 2001 From: Chris Beer <chris@cbeer.info> Date: Thu, 10 Nov 2022 16:33:07 -0800 Subject: [PATCH] Allow react-i18next v12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da0ac0cc..b293802a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "react-dnd-multi-backend": "^5.0.0", "react-dnd-touch-backend": "^10.0.2", "react-full-screen": "^1.1.1", - "react-i18next": "^11.7.0", + "react-i18next": "^11.7.0 || ^12.0.0", "react-image": "^4.0.1", "react-intersection-observer": "^9.0.0", "react-mosaic-component": "^4.0.1", -- GitLab