Fix broken dependency on inner react utility function
This commit is contained in:
		
							parent
							
								
									e2209e1104
								
							
						
					
					
						commit
						b44dd38360
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
					import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
				
			||||||
import PureRenderMixin from 'react-addons-pure-render-mixin';
 | 
					import PureRenderMixin from 'react-addons-pure-render-mixin';
 | 
				
			||||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
 | 
					import escapeTextContentForBrowser from 'escape-html';
 | 
				
			||||||
import emojify from '../emoji';
 | 
					import emojify from '../emoji';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const DisplayName = React.createClass({
 | 
					const DisplayName = React.createClass({
 | 
				
			||||||
 | 
				
			|||||||
@ -9,7 +9,7 @@ import StatusContent from './status_content';
 | 
				
			|||||||
import StatusActionBar from './status_action_bar';
 | 
					import StatusActionBar from './status_action_bar';
 | 
				
			||||||
import { FormattedMessage } from 'react-intl';
 | 
					import { FormattedMessage } from 'react-intl';
 | 
				
			||||||
import emojify from '../emoji';
 | 
					import emojify from '../emoji';
 | 
				
			||||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
 | 
					import escapeTextContentForBrowser from 'escape-html';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const Status = React.createClass({
 | 
					const Status = React.createClass({
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
					import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
				
			||||||
import PureRenderMixin from 'react-addons-pure-render-mixin';
 | 
					import PureRenderMixin from 'react-addons-pure-render-mixin';
 | 
				
			||||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
 | 
					import escapeTextContentForBrowser from 'escape-html';
 | 
				
			||||||
import emojify from '../emoji';
 | 
					import emojify from '../emoji';
 | 
				
			||||||
import { FormattedMessage } from 'react-intl';
 | 
					import { FormattedMessage } from 'react-intl';
 | 
				
			||||||
import Permalink from './permalink';
 | 
					import Permalink from './permalink';
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
import PureRenderMixin from 'react-addons-pure-render-mixin';
 | 
					import PureRenderMixin from 'react-addons-pure-render-mixin';
 | 
				
			||||||
import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
					import ImmutablePropTypes from 'react-immutable-proptypes';
 | 
				
			||||||
import emojify from '../../../emoji';
 | 
					import emojify from '../../../emoji';
 | 
				
			||||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
 | 
					import escapeTextContentForBrowser from 'escape-html';
 | 
				
			||||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
 | 
					import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
 | 
				
			||||||
import IconButton from '../../../components/icon_button';
 | 
					import IconButton from '../../../components/icon_button';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ import AccountContainer from '../../../containers/account_container';
 | 
				
			|||||||
import { FormattedMessage } from 'react-intl';
 | 
					import { FormattedMessage } from 'react-intl';
 | 
				
			||||||
import Permalink from '../../../components/permalink';
 | 
					import Permalink from '../../../components/permalink';
 | 
				
			||||||
import emojify from '../../../emoji';
 | 
					import emojify from '../../../emoji';
 | 
				
			||||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
 | 
					import escapeTextContentForBrowser from 'escape-html';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const linkStyle = {
 | 
					const linkStyle = {
 | 
				
			||||||
  fontWeight: '500'
 | 
					  fontWeight: '500'
 | 
				
			||||||
 | 
				
			|||||||
@ -26,6 +26,7 @@
 | 
				
			|||||||
    "emojione": "latest",
 | 
					    "emojione": "latest",
 | 
				
			||||||
    "enzyme": "^2.7.1",
 | 
					    "enzyme": "^2.7.1",
 | 
				
			||||||
    "es6-promise": "^3.2.1",
 | 
					    "es6-promise": "^3.2.1",
 | 
				
			||||||
 | 
					    "escape-html": "^1.0.3",
 | 
				
			||||||
    "eventsource": "^0.2.1",
 | 
					    "eventsource": "^0.2.1",
 | 
				
			||||||
    "express": "^4.14.1",
 | 
					    "express": "^4.14.1",
 | 
				
			||||||
    "http-link-header": "^0.5.0",
 | 
					    "http-link-header": "^0.5.0",
 | 
				
			||||||
 | 
				
			|||||||
@ -2409,7 +2409,7 @@ es6-symbol@3, es6-symbol@^3.0.2, es6-symbol@~3.1:
 | 
				
			|||||||
    d "~0.1.1"
 | 
					    d "~0.1.1"
 | 
				
			||||||
    es5-ext "~0.10.11"
 | 
					    es5-ext "~0.10.11"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
escape-html@~1.0.3:
 | 
					escape-html@^1.0.3, escape-html@~1.0.3:
 | 
				
			||||||
  version "1.0.3"
 | 
					  version "1.0.3"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
 | 
					  resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user