mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-06 05:36:13 +02:00
Update dependency gatsby-plugin-eslint to v4
This commit is contained in:
parent
6cbff6a434
commit
36b993b20f
2 changed files with 8 additions and 5 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -11811,10 +11811,13 @@
|
|||
}
|
||||
},
|
||||
"gatsby-plugin-eslint": {
|
||||
"version": "2.0.8",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-2.0.8.tgz",
|
||||
"integrity": "sha512-vAMy37povmQJNg6ZxY78fkWR3pKwG8MNMhO3u+4vXj2MYT5avhFvHPJTAb126ZCuygf30gAWlpwbV50zP894Jw==",
|
||||
"dev": true
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-eslint/-/gatsby-plugin-eslint-4.0.0.tgz",
|
||||
"integrity": "sha512-f/SS2BqNtpt7BoLsaC6zug6UM0CwN1G+6uU2S/kb7/0HdBJgnf08OchNTE0HOyj7yxM0bj1CV5J1S3x/3Wk8ZQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"webpack-merge": "^5.8.0"
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-manifest": {
|
||||
"version": "3.12.0",
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"eslint-loader": "4.0.2",
|
||||
"eslint-plugin-import": "2.24.0",
|
||||
"eslint-plugin-react": "7.24.0",
|
||||
"gatsby-plugin-eslint": "2.0.8",
|
||||
"gatsby-plugin-eslint": "4.0.0",
|
||||
"prettier": "2.3.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue