Skip to content

Commit

Permalink
npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolinowski committed Nov 26, 2017
1 parent 3e771e4 commit 7279df8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,30 @@
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"autosuggest-highlight": "^3.1.1",
"elasticsearch": "^13.3.1",
"gatsby": "^1.9.100",
"gatsby-image": "^1.0.19",
"gatsby-link": "^1.6.24",
"elasticsearch": "^14.0.0",
"gatsby": "^1.9.119",
"gatsby-image": "^1.0.24",
"gatsby-link": "^1.6.28",
"gatsby-plugin-catch-links": "^1.0.9",
"gatsby-plugin-manifest": "^1.0.8",
"gatsby-plugin-nprogress": "^1.0.7",
"gatsby-plugin-offline": "^1.0.10",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sharp": "^1.6.19",
"gatsby-remark-copy-linked-files": "^1.5.16",
"gatsby-remark-images": "^1.5.30",
"gatsby-remark-responsive-iframe": "^1.4.13",
"gatsby-source-filesystem": "^1.5.7",
"gatsby-transformer-remark": "^1.7.19",
"gatsby-transformer-sharp": "^1.6.13",
"gatsby-plugin-react-helmet": "^2.0.1",
"gatsby-plugin-sharp": "^1.6.21",
"gatsby-remark-copy-linked-files": "^1.5.21",
"gatsby-remark-images": "^1.5.32",
"gatsby-remark-responsive-iframe": "^1.4.14",
"gatsby-source-filesystem": "^1.5.8",
"gatsby-transformer-remark": "^1.7.21",
"gatsby-transformer-sharp": "^1.6.14",
"jshint": "^2.9.5",
"material-ui": "^1.0.0-beta.20",
"material-ui": "^1.0.0-beta.21",
"material-ui-icons": "^1.0.0-beta.17",
"prop-types": "^15.6.0",
"react-autosuggest": "^9.3.2",
"react-swipeable-views": "^0.12.9",
"typeface-roboto": "0.0.43"
"react-helmet": "^5.2.0",
"react-swipeable-views": "^0.12.11",
"typeface-roboto": "0.0.45"
},
"keywords": [
"gatsby"
Expand All @@ -41,6 +42,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.7.4"
"prettier": "^1.8.2"
}
}
6 changes: 3 additions & 3 deletions src/components/GridList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const styles = theme => ({
background: theme.palette.background.paper,
},
gridList: {
width: 500,
height: 450,
width: 900,
height: 800,
// Promote the list into his own layer on Chrome. This cost memory but helps keeping high FPS.
transform: 'translateZ(0)',
},
Expand Down Expand Up @@ -122,7 +122,7 @@ function TitlebarGridList(props) {
return (
<div className={classes.container}>
<GridList cellHeight={180} className={classes.gridList}>
<GridListTile key="Subheader" cols={2} style={{ height: 'auto' }}>
<GridListTile key="Subheader" cols={1} style={{ height: 'auto' }}>
<Subheader>December</Subheader>
</GridListTile>
{tileData.map(tile => (
Expand Down

0 comments on commit 7279df8

Please sign in to comment.