chore(deps): update dependency eslint-plugin-import to v2.27.5 (#811)

* chore(deps): update dependency eslint-plugin-import to v2.27.5

* fix: fix eslint tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: attiyaishaque <atiya.ishaq@arbisoft.com>
This commit is contained in:
renovate[bot]
2023-04-13 13:41:10 +05:00
committed by GitHub
parent 12dd97af61
commit 06c4f75b4a
27 changed files with 161 additions and 171 deletions

View File

@@ -4,12 +4,12 @@ import { getConfig } from '@edx/frontend-platform';
import { useIntl } from '@edx/frontend-platform/i18n';
import PropTypes from 'prop-types';
import { FormFieldRenderer } from '../field-renderer';
import { FIELDS } from './data/constants';
import { validateCountryField } from './data/utils';
import messages from './messages';
import { HonorCode, TermsOfService } from './registrationFields';
import CountryField from './registrationFields/CountryField';
import { FormFieldRenderer } from '../field-renderer';
/**
* Fields on registration page that are not the default required fields (name, email, username, password).