Skip to content

Commit

Permalink
Merge pull request #3 from marcelmokos/feature/eslint-update
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
marcelmokos committed Jul 8, 2018
2 parents eb7cd96 + 74e4c44 commit 3ab4ef6
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 701 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -95,12 +95,12 @@
"enzyme-to-json": "^3.3.4",
"eslint": "^5.0.1",
"eslint-config-with-prettier": "^4.1.0",
"flow-bin": "^0.75.0",
"flow-bin": "^0.76.0",
"flow-coverage-report": "^0.5.0",
"flow-typed": "^2.4.0",
"flow-typed": "^2.5.1",
"husky": "^0.14.3",
"immutable": "^4.0.0-rc.9",
"jest": "^23.2.0",
"jest": "^23.3.0",
"lint-staged": "^7.2.0",
"lodash": "^4.17.10",
"prettier": "^1.13.7",
Expand All @@ -117,6 +117,6 @@
"redux-saga": "^0.16.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.6.2",
"size-limit": "^0.18.3"
"size-limit": "^0.18.4"
}
}
1 change: 1 addition & 0 deletions src/configureStore.test.js
Expand Up @@ -42,6 +42,7 @@ const getWrappedSagaComponent = (prefix, isSetting = true) => {
}

function* saga() {
// $FlowFixMe
yield takeLatest(NAME_SEND, nameSetSaga);
}

Expand Down

0 comments on commit 3ab4ef6

Please sign in to comment.