Skip to content

Commit

Permalink
update libs, other minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo committed Mar 21, 2017
1 parent 7e11c36 commit a2b2f83
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ These were calculated by taking the average of 20 individual draw calls.
|-------------------------------|---------------|----------------|------------------|
| Chrome (56.0.2924.87) | 4.208ms | 4.399ms | 4.460ms |
| Firefox (51.0.1) | 5.006ms | 5.573ms | 7.272ms |

More info [here](https://docs.google.com/spreadsheets/d/1DDMUAgubN-3iSdNFhZZJbHULuGKRHWXufoiW4uKe6s8/edit?usp=sharing).
4 changes: 2 additions & 2 deletions example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,12 @@ class App extends Component {
}

render() {
const outerContainer = {
const container = {
width: '100%'
};

return (
<div style={outerContainer}>
<div style={container}>
<gl-plot-2d ref={(glPlot2dComponent1) => { this.glPlot2dComponent1 = glPlot2dComponent1 }}/>

<gl-plot-2d ref={(glPlot2dComponent2) => { this.glPlot2dComponent2 = glPlot2dComponent2 }} />
Expand Down
1 change: 1 addition & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="data:;base64,=">
</head>
<body>
Expand Down
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"build:prod": "webpack"
},
"devDependencies": {
"babel-core": "6.23.1",
"babel-loader": "6.4.0",
"babel-core": "6.24.0",
"babel-loader": "6.4.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"gl-plot-2d": "..",
Expand All @@ -21,6 +21,6 @@
"react-dom": "15.4.2",
"skatejs": "4.6.7",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1"
"webpack-dev-server": "2.4.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-plot-2d",
"version": "0.0.4",
"version": "0.0.5",
"description": "A Web Component for gl-plot2d.",
"main": "index.js",
"scripts": {
Expand All @@ -17,12 +17,12 @@
"gl-scatter2d": "1.2.2",
"gl-scatter2d-sdf": "1.3.3",
"gl-spikes2d": "1.0.1",
"glslify": "6.0.1",
"ify-loader": "1.0.3",
"glslify": "6.0.2",
"ify-loader": "1.0.4",
"lodash": "4.17.4",
"skatejs": "4.6.7",
"skatejs-web-components": "0.0.1",
"ts-loader": "2.0.1",
"ts-loader": "2.0.2",
"tslib": "1.6.0",
"tslint": "4.5.1",
"typescript": "2.2.1",
Expand Down

0 comments on commit a2b2f83

Please sign in to comment.