1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00

Merge pull request #228 from oceanprotocol/feature/packages

Build fixes
This commit is contained in:
Matthias Kretschmann 2019-04-24 11:28:27 +02:00 committed by GitHub
commit 97ea3b5690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -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.

View File

@ -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",