Bump eslint from 7.7.0 to 7.20.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.7.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.7.0...v7.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-15 04:30:48 +00:00 committed by GitHub
parent cd5897ef27
commit 9762e35fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 682 additions and 426 deletions

1098
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,21 +21,21 @@
"next": "^9.5.5",
"next-seo": "^4.7.3",
"next-svgr": "^0.0.2",
"react": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.2"
"react-dropzone": "^11.3.1"
},
"devDependencies": {
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.27",
"@types/node": "^14.14.28",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"eslint": "^7.20.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},