Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Commit

Permalink
Updates to latest remixer dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscox committed Mar 24, 2017
1 parent 8c8471d commit 404ba8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
"style-loader": "^0.13.1",
"ts-loader": "^1.3.1",
"tslint": "^4.0.2",
"typescript": "^2.1.4",
"webpack": "^2.2.0-rc.3",
"webpack-dev-server": "^2.2.0-rc.0"
"typescript": "^2.1.6",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"dependencies": {
"material-remixer": "^0.5.8"
"material-remixer": "^0.6.4"
}
}
5 changes: 3 additions & 2 deletions src/RemoteController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ class RemoteController {
ReactDOM.render(
<PageLayout>
<OverlayController
wrapperElement={overlayWrapper}
variables={this.variables}
toggleRemoteEnabled={null}
updateVariable={this.updateVariable.bind(this)}
variables={this.variables}
wrapperElement={overlayWrapper}
/>
</PageLayout>,
overlayWrapper,
Expand Down

0 comments on commit 404ba8e

Please sign in to comment.