Skip to content

Commit

Permalink
Upgrade dependencies and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Apr 8, 2017
1 parent ca8eef1 commit 2332573
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 96 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
},
"devDependencies": {
"bs-jest": "git+https://github.com/BuckleTypes/bs-jest.git",
"bs-platform": "^1.6.0",
"bs-platform": "git+https://github.com/bloomberg/bucklescript.git",
"changelog-maker": "^2.2.5",
"execa": "^0.6.3",
"glamor": "^2.20.24",
"jest": "^19.0.2",
"np": "^2.13.1",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react": "^15.5.3",
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.3",
"read-pkg": "^2.0.0",
"reason-js": "^0.3.0",
"reason-react": "^0.1.0",
"reason-react": "git+https://github.com/reasonml/reason-react.git",
"reductive": "git+https://github.com/reasonml/reductive.git",
"rimraf": "^2.6.1",
"surge": "^0.19.0",
"webpack": "^2.3.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2",
"webpack-html-plugin": "^0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/OperationButton.re
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module OperationButton = {
let render { props: { action, className, dispatch } } =>
<button
className=(button className)
dangerouslySetInnerHTML=((Obj.magic { "__html": Action.toText action }): string)
dangerouslySetInnerHTML={ "__html": Action.toText action }
onClick=(handleClick dispatch action)
/>;
};
Expand Down
Loading

0 comments on commit 2332573

Please sign in to comment.