From 38ad9c97c602389097576936c39852d85dbe81ed Mon Sep 17 00:00:00 2001 From: mcraa <6892971+mcraa@users.noreply.github.com> Date: Wed, 14 Dec 2022 12:03:30 +0100 Subject: [PATCH] added i18next to devDependencies --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 97659288..c9181dbf 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,7 @@ "etcher-sdk": "7.4.0", "file-loader": "6.2.0", "husky": "4.3.8", + "i18next": "21.8.14", "immutable": "3.8.2", "lint-staged": "10.5.4", "lodash": "4.17.21", @@ -98,6 +99,7 @@ "pretty-bytes": "5.6.0", "react": "16.8.5", "react-dom": "16.8.5", + "react-i18next": "11.18.1", "redux": "4.2.0", "rendition": "19.3.2", "resin-corvus": "2.0.5",