diff --git a/www/package.json b/www/package.json index 208dd8083827e..837bb0aabe423 100644 --- a/www/package.json +++ b/www/package.json @@ -6,36 +6,36 @@ "dependencies": { "bluebird": "^3.5.1", "email-validator": "^1.1.1", - "gatsby": "^1.9.225", - "gatsby-image": "^1.0.41", - "gatsby-link": "^1.6.38", + "gatsby": "^1.9.246", + "gatsby-image": "^1.0.43", + "gatsby-link": "^1.6.40", "gatsby-plugin-catch-links": "^1.0.19", "gatsby-plugin-feed": "^1.3.19", - "gatsby-plugin-fullstory": "^1.0.0", + "gatsby-plugin-fullstory": "^1.0.3", "gatsby-plugin-glamor": "^1.6.13", - "gatsby-plugin-google-analytics": "^1.0.20", + "gatsby-plugin-google-analytics": "^1.0.28", "gatsby-plugin-lodash": "^1.0.11", - "gatsby-plugin-manifest": "^1.0.15", + "gatsby-plugin-manifest": "^1.0.17", "gatsby-plugin-netlify": "^1.0.19", "gatsby-plugin-nprogress": "^1.0.14", "gatsby-plugin-offline": "^1.0.15", - "gatsby-plugin-react-helmet": "^2.0.7", + "gatsby-plugin-react-helmet": "^2.0.10", "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-sharp": "^1.6.40", "gatsby-plugin-sitemap": "^1.2.15", "gatsby-plugin-twitter": "^1.0.19", "gatsby-plugin-typography": "^1.7.17", - "gatsby-remark-autolink-headers": "^1.4.13", - "gatsby-remark-copy-linked-files": "^1.5.30", - "gatsby-remark-images": "^1.5.56", - "gatsby-remark-prismjs": "^1.2.17", + "gatsby-remark-autolink-headers": "^1.4.16", + "gatsby-remark-copy-linked-files": "^1.5.31", + "gatsby-remark-images": "^1.5.60", + "gatsby-remark-prismjs": "^1.2.23", "gatsby-remark-responsive-iframe": "^1.4.18", "gatsby-remark-smartypants": "^1.4.12", - "gatsby-source-filesystem": "^1.5.26", + "gatsby-source-filesystem": "^1.5.29", "gatsby-source-npm-package-search": "^1.0.1", "gatsby-transformer-csv": "^1.3.9", "gatsby-transformer-documentationjs": "^1.4.10", - "gatsby-transformer-remark": "^1.7.36", + "gatsby-transformer-remark": "^1.7.39", "gatsby-transformer-sharp": "^1.6.22", "gatsby-transformer-yaml": "^1.5.16", "graphql-request": "^1.5.1", diff --git a/www/src/layouts/index.js b/www/src/layouts/index.js index 682956f0edf2b..b4a69f8e90080 100644 --- a/www/src/layouts/index.js +++ b/www/src/layouts/index.js @@ -63,7 +63,7 @@ class DefaultLayout extends React.Component { position: `fixed`, top: `calc(${presets.headerHeight} + 2.8rem - 1px)`, overflowY: `auto`, - height: `calc(100vh - ${presets.headerHeight} + 1px)`, + height: `calc(100vh - ${presets.headerHeight} - 2.8rem + 1px)`, WebkitOverflowScrolling: `touch`, "::-webkit-scrollbar": { width: `6px`,