File tree Expand file tree Collapse file tree 3 files changed +182
-152
lines changed
Expand file tree Collapse file tree 3 files changed +182
-152
lines changed Original file line number Diff line number Diff line change 2626 "case-sensitive-paths-webpack-plugin" : " ^2.1.2" ,
2727 "clean-webpack-plugin" : " ^0.1.19" ,
2828 "eslint" : " ^4.19.1" ,
29- "eslint-config-airbnb" : " ^16.1 .0" ,
30- "eslint-plugin-import" : " ^2.8 .0" ,
31- "eslint-plugin-jsx-a11y" : " ^6.0.3 " ,
32- "eslint-plugin-react" : " ^7.6.1 " ,
29+ "eslint-config-airbnb" : " ^17.0 .0" ,
30+ "eslint-plugin-import" : " ^2.13 .0" ,
31+ "eslint-plugin-jsx-a11y" : " ^6.1.0 " ,
32+ "eslint-plugin-react" : " ^7.10.0 " ,
3333 "react" : " ^16.4.0" ,
3434 "react-dom" : " ^16.4.0" ,
35- "webpack" : " ^4.12 .0" ,
35+ "webpack" : " ^4.15 .0" ,
3636 "webpack-cli" : " ^3.0.3" ,
3737 "webpack-dev-server" : " ^3.1.4"
3838 },
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ class IntlForm extends React.Component {
2828 return null ;
2929 }
3030
31- return this . props . intl . formatMessage ( { id } , values ) ;
31+ const { intl } = this . props ;
32+ return intl . formatMessage ( { id } , values ) ;
3233 }
3334
3435 render ( ) {
You can’t perform that action at this time.
0 commit comments