mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
package updates
This commit is contained in:
parent
5b41d5ba41
commit
fbdba41b75
@ -113,7 +113,9 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
resolve: 'gatsby-plugin-sass',
|
resolve: 'gatsby-plugin-sass',
|
||||||
options: {
|
options: {
|
||||||
includePaths: [`${__dirname}/node_modules`, `${__dirname}/src/styles`]
|
sassOptions: {
|
||||||
|
includePaths: [`${__dirname}/node_modules`, `${__dirname}/src/styles`]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'gatsby-transformer-sharp',
|
'gatsby-transformer-sharp',
|
||||||
|
1499
package-lock.json
generated
1499
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -18,19 +18,19 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@oceanprotocol/art": "^3.0.0",
|
"@oceanprotocol/art": "^3.0.0",
|
||||||
"axios": "^0.21.0",
|
"axios": "^0.21.1",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"gatsby": "^2.28.0",
|
"gatsby": "^2.30.1",
|
||||||
"gatsby-image": "^2.9.0",
|
"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-google-analytics": "^2.9.0",
|
||||||
"gatsby-plugin-manifest": "^2.10.0",
|
"gatsby-plugin-manifest": "^2.10.0",
|
||||||
"gatsby-plugin-offline": "^3.6.0",
|
"gatsby-plugin-offline": "^3.8.0",
|
||||||
"gatsby-plugin-react-helmet": "^3.6.0",
|
"gatsby-plugin-react-helmet": "^3.8.0",
|
||||||
"gatsby-plugin-sass": "^2.7.0",
|
"gatsby-plugin-sass": "^3.0.0",
|
||||||
"gatsby-plugin-sharp": "^2.12.0",
|
"gatsby-plugin-sharp": "^2.12.0",
|
||||||
"gatsby-plugin-sitemap": "^2.10.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-plugin-webpack-size": "^1.0.0",
|
||||||
"gatsby-remark-autolink-headers": "^2.9.0",
|
"gatsby-remark-autolink-headers": "^2.9.0",
|
||||||
"gatsby-remark-code-titles": "^1.1.0",
|
"gatsby-remark-code-titles": "^1.1.0",
|
||||||
@ -44,10 +44,10 @@
|
|||||||
"gatsby-remark-vscode": "^3.2.0",
|
"gatsby-remark-vscode": "^3.2.0",
|
||||||
"gatsby-source-filesystem": "^2.9.0",
|
"gatsby-source-filesystem": "^2.9.0",
|
||||||
"gatsby-source-graphql": "^2.12.0",
|
"gatsby-source-graphql": "^2.12.0",
|
||||||
"gatsby-transformer-remark": "^2.12.0",
|
"gatsby-transformer-remark": "^2.14.0",
|
||||||
"gatsby-transformer-sharp": "^2.8.0",
|
"gatsby-transformer-sharp": "^2.10.0",
|
||||||
"gatsby-transformer-xml": "^2.6.0",
|
"gatsby-transformer-xml": "^2.8.0",
|
||||||
"gatsby-transformer-yaml": "^2.7.0",
|
"gatsby-transformer-yaml": "^2.9.0",
|
||||||
"giphy-js-sdk-core": "^1.0.6",
|
"giphy-js-sdk-core": "^1.0.6",
|
||||||
"intersection-observer": "^0.12.0",
|
"intersection-observer": "^0.12.0",
|
||||||
"react": "^17.0.1",
|
"react": "^17.0.1",
|
||||||
@ -70,8 +70,8 @@
|
|||||||
"eslint-config-oceanprotocol": "^1.5.0",
|
"eslint-config-oceanprotocol": "^1.5.0",
|
||||||
"eslint-config-prettier": "^7.1.0",
|
"eslint-config-prettier": "^7.1.0",
|
||||||
"eslint-plugin-prettier": "^3.3.1",
|
"eslint-plugin-prettier": "^3.3.1",
|
||||||
"markdownlint-cli": "^0.25.0",
|
"markdownlint-cli": "^0.26.0",
|
||||||
"node-sass": "^4.14.1",
|
"node-sass": "^5.0.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^2.2.1"
|
"prettier": "^2.2.1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user