Skip to content

Commit

Permalink
chore(deps): update dependency eslint-config-algolia to v13 (#2599)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency eslint-config-algolia to v13.0.1
* chore: fix lint
  • Loading branch information
renovate[bot] authored and bobylito committed Feb 11, 2018
1 parent 3d260ee commit dd46cf4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"enzyme": "2.9.1",
"enzyme-to-json": "2.0.1",
"eslint": "4.12.0",
"eslint-config-algolia": "12.0.0",
"eslint-config-algolia": "13.0.1",
"eslint-config-prettier": "2.9.0",
"eslint-import-resolver-webpack": "0.8.3",
"eslint-plugin-import": "2.8.0",
Expand Down
7 changes: 4 additions & 3 deletions src/components/CurrentRefinedValues/CurrentRefinedValues.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ export class RawCurrentRefinedValues extends Component {
}

render() {
const refinements = map(this.props.refinements, (r, i) =>
this._refinementElement(r, i)
);
return (
<div>
{this._clearAllElement('before', this.props.clearAllPosition)}
<div className={this.props.cssClasses.list}>
{map(this.props.refinements, this._refinementElement.bind(this))}
</div>
<div className={this.props.cssClasses.list}>{refinements}</div>
{this._clearAllElement('after', this.props.clearAllPosition)}
</div>
);
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3323,9 +3323,9 @@ escope@^3.6.0:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-config-algolia@12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-algolia/-/eslint-config-algolia-12.0.0.tgz#5d0ead285f84054713f623bc9bfb2e189967a0c8"
eslint-config-algolia@13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-algolia/-/eslint-config-algolia-13.0.1.tgz#b94dedaf7d613dcca9f32c9488462100dc251aa3"

eslint-config-prettier@2.9.0:
version "2.9.0"
Expand Down

0 comments on commit dd46cf4

Please sign in to comment.