[Glitch] Bump react-select from 2.4.4 to 3.0.5

Port 183fc9d3cb to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
dependabot-preview[bot] 2019-10-22 01:31:27 +09:00 committed by Thibaut Girka
parent 41a98b6543
commit 4a0281d8c4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import ImmutablePropTypes from 'react-immutable-proptypes';
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
import Toggle from 'react-toggle';
import AsyncSelect from 'react-select/lib/Async';
import AsyncSelect from 'react-select/async';
const messages = defineMessages({
placeholder: { id: 'hashtag.column_settings.select.placeholder', defaultMessage: 'Enter hashtags…' },