mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
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:
@@ -106,7 +106,7 @@
|
||||
"react-gtm-module": "2.0.11",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-hotkeys": "2.0.0",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-i18next": "12.2.0",
|
||||
"react-instantsearch-core": "6.39.1",
|
||||
"react-instantsearch-dom": "6.39.1",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
|
||||
@@ -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,
|
||||
|
||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -632,8 +632,8 @@ importers:
|
||||
specifier: 2.0.0
|
||||
version: 2.0.0(react@16.14.0)
|
||||
react-i18next:
|
||||
specifier: 11.18.6
|
||||
version: 11.18.6(i18next@22.4.13)(react-dom@16.14.0)(react@16.14.0)
|
||||
specifier: 12.2.0
|
||||
version: 12.2.0(i18next@22.4.13)(react-dom@16.14.0)(react@16.14.0)
|
||||
react-instantsearch-core:
|
||||
specifier: 6.39.1
|
||||
version: 6.39.1(algoliasearch@4.16.0)(react@16.14.0)
|
||||
@@ -27427,8 +27427,8 @@ packages:
|
||||
react: 16.14.0
|
||||
dev: false
|
||||
|
||||
/react-i18next@11.18.6(i18next@22.4.13)(react-dom@16.14.0)(react@16.14.0):
|
||||
resolution: {integrity: sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==}
|
||||
/react-i18next@12.2.0(i18next@22.4.13)(react-dom@16.14.0)(react@16.14.0):
|
||||
resolution: {integrity: sha512-5XeVgSygaGfyFmDd2WcXvINRw2WEC1XviW1LXY/xLOEMzsCFRwKqfnHN+hUjla8ZipbVJR27GCMSuTr0BhBBBQ==}
|
||||
peerDependencies:
|
||||
i18next: '>= 19.0.0'
|
||||
react: '>= 16.8.0'
|
||||
|
||||
Reference in New Issue
Block a user