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

Bump eslint-plugin-prettier from 3.3.1 to 3.4.0

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-15 23:46:09 +00:00 committed by GitHub
parent c03baa4ed3
commit aa63f73298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 886 additions and 510 deletions

1374
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,8 @@
"@oceanprotocol/art": "^3.0.0",
"axios": "^0.21.1",
"classnames": "^2.2.6",
"gatsby": "^2.32.9",
"gatsby-image": "^3.0.0",
"gatsby": "^2.32.12",
"gatsby-image": "^3.3.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^3.10.2",
@ -29,12 +29,12 @@
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-svgr": "^2.1.0",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-embed-video": "^3.1.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-github": "^2.0.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-remark-responsive-iframe": "^2.11.0",
@ -43,13 +43,13 @@
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-graphql": "^2.14.0",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.0",
"gatsby-transformer-sharp": "^2.12.1",
"gatsby-transformer-xml": "^2.10.0",
"gatsby-transformer-yaml": "^2.11.0",
"giphy-js-sdk-core": "^1.0.6",
"intersection-observer": "^0.12.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-scrollspy": "^3.4.3",
"rehype-react": "^6.2.0",
@ -59,18 +59,18 @@
"shortid": "^2.2.16",
"slugify": "^1.4.7",
"smoothscroll-polyfill": "^0.4.4",
"swagger-client": "^3.13.1"
"swagger-client": "^3.13.2"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"dotenv": "^8.2.0",
"eslint": "^7.21.0",
"eslint": "^7.24.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-prettier": "^3.4.0",
"git-format-staged": "^2.1.1",
"husky": "^5.1.3",
"markdownlint-cli": "^0.27.0",
"markdownlint-cli": "^0.27.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1"