1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-29 00:58:02 +02:00

package updates, lock Gatsby to v2.1

This commit is contained in:
Matthias Kretschmann 2019-03-21 15:04:04 -03:00
parent 82cc7407e0
commit 70e35a60db
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -26,7 +26,7 @@
"@oceanprotocol/art": "^2.2.0",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"gatsby": "^2.1.34",
"gatsby": "2.1.39",
"gatsby-image": "^2.0.33",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-google-analytics": "^2.0.17",
@ -36,11 +36,11 @@
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.28",
"gatsby-plugin-sitemap": "^2.0.9",
"gatsby-plugin-svgr": "^2.0.1",
"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.10",
"gatsby-remark-embed-video": "^1.7.0",
"gatsby-remark-embed-video": "^1.7.1",
"gatsby-remark-github": "^2.0.0",
"gatsby-remark-images": "^3.0.9",
"gatsby-remark-prismjs": "^3.2.5",
@ -55,28 +55,28 @@
"intersection-observer": "^0.5.1",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"react-scrollspy": "^3.3.5",
"react-scrollspy": "^3.4.0",
"rehype-react": "^3.1.0",
"remark": "^10.0.1",
"remark-github-plugin": "^1.3.1",
"remark-react": "^5.0.1",
"slugify": "^1.3.4",
"smoothscroll-polyfill": "^0.4.3",
"swagger-client": "^3.8.23"
"swagger-client": "^3.8.25"
},
"devDependencies": {
"@svgr/webpack": "^4.1.0",
"dotenv": "^7.0.0",
"eslint": "^5.13.0",
"eslint": "^5.15.3",
"eslint-config-oceanprotocol": "^1.3.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"markdownlint-cli": "^0.14.0",
"npm-run-all": "^4.1.5",
"ora": "^3.0.0",
"ora": "^3.2.0",
"prettier": "^1.16.4",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.10.1",