1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-26 11:16:27 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2021-01-13 09:07:00 +01:00
parent 5b41d5ba41
commit fbdba41b75
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 816 additions and 713 deletions

View File

@ -113,7 +113,9 @@ module.exports = {
{
resolve: 'gatsby-plugin-sass',
options: {
includePaths: [`${__dirname}/node_modules`, `${__dirname}/src/styles`]
sassOptions: {
includePaths: [`${__dirname}/node_modules`, `${__dirname}/src/styles`]
}
}
},
'gatsby-transformer-sharp',

1499
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,19 +18,19 @@
},
"dependencies": {
"@oceanprotocol/art": "^3.0.0",
"axios": "^0.21.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"gatsby": "^2.28.0",
"gatsby": "^2.30.1",
"gatsby-image": "^2.9.0",
"gatsby-plugin-catch-links": "^2.6.0",
"gatsby-plugin-catch-links": "^2.8.0",
"gatsby-plugin-google-analytics": "^2.9.0",
"gatsby-plugin-manifest": "^2.10.0",
"gatsby-plugin-offline": "^3.6.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sass": "^2.7.0",
"gatsby-plugin-offline": "^3.8.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.12.0",
"gatsby-plugin-sitemap": "^2.10.0",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-svgr": "^2.1.0",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-remark-autolink-headers": "^2.9.0",
"gatsby-remark-code-titles": "^1.1.0",
@ -44,10 +44,10 @@
"gatsby-remark-vscode": "^3.2.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-source-graphql": "^2.12.0",
"gatsby-transformer-remark": "^2.12.0",
"gatsby-transformer-sharp": "^2.8.0",
"gatsby-transformer-xml": "^2.6.0",
"gatsby-transformer-yaml": "^2.7.0",
"gatsby-transformer-remark": "^2.14.0",
"gatsby-transformer-sharp": "^2.10.0",
"gatsby-transformer-xml": "^2.8.0",
"gatsby-transformer-yaml": "^2.9.0",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.12.0",
"react": "^17.0.1",
@ -70,8 +70,8 @@
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"markdownlint-cli": "^0.25.0",
"node-sass": "^4.14.1",
"markdownlint-cli": "^0.26.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1"
},