fix(deps): update dependency react-i18next to v12 (#49800)

* fix(deps): update dependency react-i18next to v12

* chore: address linting issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
This commit is contained in:
renovate[bot]
2023-04-04 10:38:32 +01:00
committed by GitHub
parent 314c978524
commit 82e21aca0e
3 changed files with 7 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
import React from 'react';
import { connect } from 'react-redux';
import { createSelector } from 'reselect';
import { TFunction, withTranslation } from 'react-i18next';
import { TFunction } from 'i18next';
import { withTranslation } from 'react-i18next';
import {
challengeMetaSelector,
currentBlockIdsSelector,