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

package updates

This commit is contained in:
Matthias Kretschmann 2020-11-12 19:14:07 +01:00
parent 240f27a33f
commit 8c26c27b99
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 1303 additions and 2855 deletions

View File

@ -8,6 +8,11 @@
- title: API Reference
link: /references/ocean.js
- group: aquarius
items:
- title: API Reference
link: /references/aquarius/
- group: react
items:
- title: API Reference
@ -23,11 +28,6 @@
- title: API Reference
link: https://github.com/oceanprotocol/ocean-contracts
- group: aquarius
items:
- title: API Reference
link: /references/aquarius/
- group: provider-py
items:
- title: API Reference

4090
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,40 +18,40 @@
},
"dependencies": {
"@oceanprotocol/art": "^3.0.0",
"axios": "^0.20.0",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"gatsby": "^2.24.85",
"gatsby-image": "^2.4.21",
"gatsby-plugin-catch-links": "^2.3.15",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-offline": "^3.2.37",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sass": "^2.3.21",
"gatsby-plugin-sharp": "^2.6.43",
"gatsby-plugin-sitemap": "^2.4.17",
"gatsby": "^2.26.0",
"gatsby-image": "^2.5.0",
"gatsby-plugin-catch-links": "^2.4.0",
"gatsby-plugin-google-analytics": "^2.5.0",
"gatsby-plugin-manifest": "^2.6.0",
"gatsby-plugin-offline": "^3.4.0",
"gatsby-plugin-react-helmet": "^3.4.0",
"gatsby-plugin-sass": "^2.5.0",
"gatsby-plugin-sharp": "^2.8.0",
"gatsby-plugin-sitemap": "^2.6.0",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-remark-autolink-headers": "^2.3.15",
"gatsby-remark-autolink-headers": "^2.5.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-copy-linked-files": "^2.4.0",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-github": "^2.0.0",
"gatsby-remark-images": "^3.3.37",
"gatsby-remark-responsive-iframe": "^2.4.17",
"gatsby-remark-smartypants": "^2.3.13",
"gatsby-remark-vscode": "^3.1.0",
"gatsby-source-filesystem": "^2.3.35",
"gatsby-source-graphql": "^2.7.6",
"gatsby-transformer-remark": "^2.8.46",
"gatsby-transformer-sharp": "^2.5.19",
"gatsby-transformer-xml": "^2.3.15",
"gatsby-transformer-yaml": "^2.4.15",
"gatsby-remark-images": "^3.5.0",
"gatsby-remark-responsive-iframe": "^2.5.0",
"gatsby-remark-smartypants": "^2.4.0",
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.5.0",
"gatsby-source-graphql": "^2.8.0",
"gatsby-transformer-remark": "^2.10.0",
"gatsby-transformer-sharp": "^2.6.0",
"gatsby-transformer-xml": "^2.4.0",
"gatsby-transformer-yaml": "^2.5.0",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.11.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-scrollspy": "^3.4.3",
"rehype-react": "^6.1.0",
@ -59,16 +59,16 @@
"remark-github-plugin": "^1.4.0",
"remark-react": "^8.0.0",
"shortid": "^2.2.16",
"slugify": "^1.4.5",
"slugify": "^1.4.6",
"smoothscroll-polyfill": "^0.4.4",
"swagger-client": "^3.11.1"
"swagger-client": "^3.12.0"
},
"devDependencies": {
"@svgr/webpack": "^5.4.0",
"dotenv": "^8.2.0",
"eslint": "^7.11.0",
"eslint": "^7.13.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"markdownlint-cli": "^0.24.0",
"node-sass": "^4.14.1",