Upgrade Babel to version 7.0.0 (#5925)
This commit is contained in:
committed by
Eugen Rochko
parent
64a5561b5a
commit
0ddbccf7e6
.babelrcGemfileGemfile.lockaccount.jscolumn_header.jsdomain.jsload_gap.jsmedia_gallery.jsrelative_timestamp.jsstatus.jsstatus_action_bar.jsbabel.config.js
app/javascript/mastodon
components
__tests__
__snapshots__
features
account
components
account_gallery
account_timeline
blocks
community_timeline
compose
components
action_bar.jscompose_form.jsemoji_picker_dropdown.jsprivacy_dropdown.jsreply_indicator.jssearch.jsupload.jsupload_button.js
index.jsdirect_timeline
domain_blocks
favourited_statuses
favourites
follow_requests
followers
following
getting_started
hashtag_timeline
home_timeline
keyboard_shortcuts
list_editor
list_timeline
lists
mutes
notifications
pinned_statuses
public_timeline
reblogs
standalone
status
ui
components
boost_modal.jscolumns_area.jsconfirmation_modal.jsembed_modal.jsfocal_point_modal.jsmedia_modal.jsmute_modal.jsonboarding_modal.jsreport_modal.jstabs_bar.js
index.jsvideo
bin
config/webpack
package.jsonyarn.lock@ -11,8 +11,8 @@ const messages = defineMessages({
|
||||
description: { id: 'upload_form.description', defaultMessage: 'Describe for the visually impaired' },
|
||||
});
|
||||
|
||||
@injectIntl
|
||||
export default class Upload extends ImmutablePureComponent {
|
||||
export default @injectIntl
|
||||
class Upload extends ImmutablePureComponent {
|
||||
|
||||
static propTypes = {
|
||||
media: ImmutablePropTypes.map.isRequired,
|
||||
|
Reference in New Issue
Block a user