diff --git a/.travis.yml b/.travis.yml index cde1c659..929e6a2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ +dist: xenial language: node_js -node_js: node +node_js: + - '11' # will run `npm install` automatically here -dist: xenial - # Deploying uses awscli and it uses Python. # Xenial on Travis comes with Python 2 & 3 installed but 2 is default. # Ensure pip3 is installed and upgraded. diff --git a/package.json b/package.json index 5db30316..4f0abf58 100644 --- a/package.json +++ b/package.json @@ -26,29 +26,29 @@ "@oceanprotocol/art": "^2.2.0", "axios": "^0.18.0", "classnames": "^2.2.6", - "gatsby": "^2.3.23", - "gatsby-image": "^2.0.39", + "gatsby": "^2.3.27", + "gatsby-image": "^2.0.40", "gatsby-plugin-catch-links": "^2.0.13", "gatsby-plugin-google-analytics": "^2.0.18", "gatsby-plugin-manifest": "^2.0.29", "gatsby-plugin-offline": "^2.0.25", "gatsby-plugin-react-helmet": "^3.0.12", "gatsby-plugin-sass": "^2.0.11", - "gatsby-plugin-sharp": "^2.0.34", + "gatsby-plugin-sharp": "^2.0.35", "gatsby-plugin-sitemap": "^2.0.12", "gatsby-plugin-svgr": "^2.0.2", "gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-component": "^1.1.3", - "gatsby-remark-copy-linked-files": "^2.0.11", + "gatsby-remark-copy-linked-files": "^2.0.12", "gatsby-remark-embed-video": "^1.7.1", "gatsby-remark-github": "^2.0.0", - "gatsby-remark-images": "^3.0.10", + "gatsby-remark-images": "^3.0.11", "gatsby-remark-prismjs": "^3.2.8", "gatsby-remark-responsive-iframe": "^2.1.1", "gatsby-remark-smartypants": "^2.0.9", - "gatsby-source-filesystem": "^2.0.29", + "gatsby-source-filesystem": "^2.0.31", "gatsby-source-graphql": "^2.0.18", - "gatsby-transformer-remark": "^2.3.8", + "gatsby-transformer-remark": "^2.3.10", "gatsby-transformer-sharp": "^2.1.18", "gatsby-transformer-xml": "^2.0.9", "gatsby-transformer-yaml": "^2.1.11",