Skip to content

Commit

Permalink
support(dependencies): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gillchristian committed Jun 11, 2019
1 parent 3f5daf6 commit 8d2b2ee
Show file tree
Hide file tree
Showing 3 changed files with 1,697 additions and 1,308 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -29,13 +29,13 @@
"release": "np"
},
"devDependencies": {
"@types/jest": "^23.3.5",
"husky": "^1.1.1",
"jest": "^23.6.0",
"np": "^3.0.4",
"prettier": "^1.17.0",
"pretty-quick": "^1.7.0",
"ts-jest": "^23.10.4",
"typescript": "^3.1.1"
"@types/jest": "^24.0.13",
"husky": "^2.4.0",
"jest": "^24.8.0",
"np": "^5.0.3",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -54,7 +54,7 @@ export function handleActions<
Actions extends ActionsUnion<{ [T in Types]: AnyFunction }>
>(
handler: {
[T in Types]: (state: State, action: ActionsOfType<Actions, T>) => State
[T in Types]: (state: State, action: ActionsOfType<Actions, T>) => State;
},
initialState: State,
) {
Expand Down

0 comments on commit 8d2b2ee

Please sign in to comment.