1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge pull request #184 from oceanprotocol/fix/builds

Fix builds
This commit is contained in:
Matthias Kretschmann 2019-03-22 09:14:04 -03:00 committed by GitHub
commit 2195cfd91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 22 deletions

2
external/dev-ocean vendored

@ -1 +1 @@
Subproject commit f7f8e10a5babd85fca48d2df40f6165cfb68fdff Subproject commit 560a39c94cf688e07195ca453282010f1f24f58d

View File

@ -26,57 +26,57 @@
"@oceanprotocol/art": "^2.2.0", "@oceanprotocol/art": "^2.2.0",
"axios": "^0.18.0", "axios": "^0.18.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"gatsby": "^2.1.34", "gatsby": "2.1.39",
"gatsby-image": "^2.0.33", "gatsby-image": "^2.0.34",
"gatsby-plugin-catch-links": "^2.0.13", "gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.17", "gatsby-plugin-google-analytics": "^2.0.17",
"gatsby-plugin-manifest": "^2.0.24", "gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-offline": "^2.0.25", "gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.9", "gatsby-plugin-react-helmet": "^3.0.10",
"gatsby-plugin-sass": "^2.0.11", "gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.28", "gatsby-plugin-sharp": "^2.0.30",
"gatsby-plugin-sitemap": "^2.0.9", "gatsby-plugin-sitemap": "^2.0.10",
"gatsby-plugin-svgr": "^2.0.1", "gatsby-plugin-svgr": "^2.0.2",
"gatsby-remark-autolink-headers": "^2.0.16", "gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-remark-component": "^1.1.3", "gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.10", "gatsby-remark-copy-linked-files": "^2.0.11",
"gatsby-remark-embed-video": "^1.7.0", "gatsby-remark-embed-video": "^1.7.1",
"gatsby-remark-github": "^2.0.0", "gatsby-remark-github": "^2.0.0",
"gatsby-remark-images": "^3.0.9", "gatsby-remark-images": "^3.0.10",
"gatsby-remark-prismjs": "^3.2.5", "gatsby-remark-prismjs": "^3.2.6",
"gatsby-remark-responsive-iframe": "^2.1.0", "gatsby-remark-responsive-iframe": "^2.1.1",
"gatsby-remark-smartypants": "^2.0.9", "gatsby-remark-smartypants": "^2.0.9",
"gatsby-source-filesystem": "^2.0.26", "gatsby-source-filesystem": "^2.0.27",
"gatsby-source-graphql": "^2.0.14", "gatsby-source-graphql": "^2.0.15",
"gatsby-transformer-remark": "^2.3.4", "gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.1.17", "gatsby-transformer-sharp": "^2.1.17",
"gatsby-transformer-yaml": "^2.1.10", "gatsby-transformer-yaml": "^2.1.10",
"giphy-js-sdk-core": "^1.0.6", "giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.5.1", "intersection-observer": "^0.5.1",
"node-sass": "^4.11.0", "node-sass": "^4.11.0",
"prismjs": "^1.15.0", "prismjs": "^1.15.0",
"react": "^16.8.0", "react": "^16.8.4",
"react-dom": "^16.8.0", "react-dom": "^16.8.4",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-scrollspy": "^3.3.5", "react-scrollspy": "^3.4.0",
"rehype-react": "^3.1.0", "rehype-react": "^3.1.0",
"remark": "^10.0.1", "remark": "^10.0.1",
"remark-github-plugin": "^1.3.1", "remark-github-plugin": "^1.3.1",
"remark-react": "^5.0.1", "remark-react": "^5.0.1",
"slugify": "^1.3.4", "slugify": "^1.3.4",
"smoothscroll-polyfill": "^0.4.3", "smoothscroll-polyfill": "^0.4.3",
"swagger-client": "^3.8.23" "swagger-client": "^3.8.25"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^4.1.0", "@svgr/webpack": "^4.1.0",
"dotenv": "^7.0.0", "dotenv": "^7.0.0",
"eslint": "^5.13.0", "eslint": "^5.15.3",
"eslint-config-oceanprotocol": "^1.3.0", "eslint-config-oceanprotocol": "^1.3.0",
"eslint-config-prettier": "^4.0.0", "eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1", "eslint-plugin-prettier": "^3.0.1",
"markdownlint-cli": "^0.14.0", "markdownlint-cli": "^0.14.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"ora": "^3.0.0", "ora": "^3.2.0",
"prettier": "^1.16.4", "prettier": "^1.16.4",
"prettier-stylelint": "^0.4.2", "prettier-stylelint": "^0.4.2",
"stylelint": "^9.10.1", "stylelint": "^9.10.1",