Skip to content

Commit

Permalink
Merge pull request #787 from evertbouw/master
Browse files Browse the repository at this point in the history
  • Loading branch information
evertbouw committed Dec 9, 2023
2 parents 4284824 + b91a602 commit 4188c86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -91,7 +91,7 @@
"gitbook-plugin-theme-default": "^1.0.5",
"mocha": "^3.5.3",
"npm": "^7.12.0",
"redux": "^5.0.0-rc.1",
"redux": "^5.0.0",
"rimraf": "^2.5.4",
"rxjs": "^7.0.0",
"sinon": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/createEpicMiddleware.ts
Expand Up @@ -15,7 +15,7 @@ export interface EpicMiddleware<
State = void,
Dependencies = any
// eslint-disable-next-line @typescript-eslint/ban-types
> extends Middleware<{}, State, Dispatch<any>> {
> extends Middleware<{}, State> {
run(rootEpic: Epic<Input, Output, State, Dependencies>): void;
}

Expand Down

0 comments on commit 4188c86

Please sign in to comment.