Update dependency gatsby-plugin-eslint to v4

This commit is contained in:
Renovate Bot 2021-08-18 23:21:43 +00:00 committed by renovate[bot]
parent 6cbff6a434
commit 36b993b20f
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -11811,10 +11811,13 @@
} }
}, },
"gatsby-plugin-eslint": { "gatsby-plugin-eslint": {
"version": "2.0.8", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-2.0.8.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-4.0.0.tgz",
"integrity": "sha512-vAMy37povmQJNg6ZxY78fkWR3pKwG8MNMhO3u+4vXj2MYT5avhFvHPJTAb126ZCuygf30gAWlpwbV50zP894Jw==", "integrity": "sha512-f/SS2BqNtpt7BoLsaC6zug6UM0CwN1G+6uU2S/kb7/0HdBJgnf08OchNTE0HOyj7yxM0bj1CV5J1S3x/3Wk8ZQ==",
"dev": true "dev": true,
"requires": {
"webpack-merge": "^5.8.0"
}
}, },
"gatsby-plugin-manifest": { "gatsby-plugin-manifest": {
"version": "3.12.0", "version": "3.12.0",

View file

@ -55,7 +55,7 @@
"eslint-loader": "4.0.2", "eslint-loader": "4.0.2",
"eslint-plugin-import": "2.24.0", "eslint-plugin-import": "2.24.0",
"eslint-plugin-react": "7.24.0", "eslint-plugin-react": "7.24.0",
"gatsby-plugin-eslint": "2.0.8", "gatsby-plugin-eslint": "4.0.0",
"prettier": "2.3.2" "prettier": "2.3.2"
} }
} }