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

package updates

This commit is contained in:
Matthias Kretschmann 2018-11-15 14:30:11 +01:00
parent d4da212bfe
commit 93887d5dcd
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 8 additions and 8 deletions

2
external/dev-ocean vendored

@ -1 +1 @@
Subproject commit 4b0f01f217ddb30cb768879de7dad15bbf7f07a8 Subproject commit 9184da57fd906cc345187751ce81c9bd65d74632

View File

@ -23,13 +23,13 @@
"dependencies": { "dependencies": {
"@oceanprotocol/art": "^1.0.2", "@oceanprotocol/art": "^1.0.2",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"gatsby": "^2.0.45", "gatsby": "^2.0.50",
"gatsby-image": "^2.0.20", "gatsby-image": "^2.0.20",
"gatsby-plugin-catch-links": "^2.0.8", "gatsby-plugin-catch-links": "^2.0.8",
"gatsby-plugin-google-analytics": "^2.0.7", "gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-manifest": "^2.0.8", "gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.13", "gatsby-plugin-offline": "^2.0.15",
"gatsby-plugin-react-helmet": "^3.0.1", "gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sass": "^2.0.4", "gatsby-plugin-sass": "^2.0.4",
"gatsby-plugin-sharp": "^2.0.12", "gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-sitemap": "^2.0.2", "gatsby-plugin-sitemap": "^2.0.2",
@ -52,15 +52,15 @@
"intersection-observer": "^0.5.1", "intersection-observer": "^0.5.1",
"node-sass": "^4.10.0", "node-sass": "^4.10.0",
"prismjs": "^1.15.0", "prismjs": "^1.15.0",
"react": "^16.6.1", "react": "^16.6.3",
"react-dom": "^16.6.1", "react-dom": "^16.6.3",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"rehype-react": "^3.0.3", "rehype-react": "^3.0.3",
"remark": "^10.0.0", "remark": "^10.0.0",
"remark-react": "^4.0.3" "remark-react": "^4.0.3"
}, },
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^4.0.2", "@svgr/webpack": "^4.0.3",
"dotenv": "^6.1.0", "dotenv": "^6.1.0",
"eslint": "^5.9.0", "eslint": "^5.9.0",
"eslint-config-oceanprotocol": "^1.3.0", "eslint-config-oceanprotocol": "^1.3.0",