Skip to content

Commit b135b03

Browse files
committed
update deps
1 parent ac8aaed commit b135b03

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default class Router extends React.Component<Props, State> {
129129
}
130130
}
131131
static runRenderHooks(router, options = {}) {
132-
return router.runHooks('render', options);
132+
return router.runHooks('render', router.currentTransition, options);
133133
}
134134
subscribe(callback: Function) {
135135
this.subscriber = callback.bind(this);

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ query-string@^4.2.3:
2424
strict-uri-encode "^1.0.0"
2525

2626
27-
version "0.5.3"
28-
resolved "https://registry.yarnpkg.com/router-async/-/router-async-0.5.3.tgz#0b6c39f4858a3d37691e394b0e5cba7811c2d77d"
27+
version "0.5.4"
28+
resolved "https://registry.yarnpkg.com/router-async/-/router-async-0.5.4.tgz#c1666746089562c125c85ccee5c5e357c0ff1a48"
2929
dependencies:
3030
path-to-regexp "^1.6.0"
3131
query-string "^4.2.3"
@@ -35,5 +35,5 @@ strict-uri-encode@^1.0.0:
3535
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
3636

3737
typescript@^2.1.4:
38-
version "2.2.0"
39-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.0.tgz#626f2fc70087d2480f21ebb12c1888288c8614e3"
38+
version "2.2.1"
39+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.1.tgz#4862b662b988a4c8ff691cc7969622d24db76ae9"

0 commit comments

Comments
 (0)