This commit is contained in:
renovate[bot] 2019-06-25 10:48:22 +01:00 committed by Mike Jolley
parent 3775b59b5a
commit 36b58ff1be
2 changed files with 4 additions and 4 deletions

View File

@ -9148,9 +9148,9 @@
}
},
"eslint": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.0.0.tgz",
"integrity": "sha512-SrrIfcd4tOgsspOKTSwamuTOAMZOUigHQhVMrzNjz4/B9Za6SHQDIocMIyIDfwDgx6MhS15nS6HC8kumCV2qBQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.0.1.tgz",
"integrity": "sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View File

@ -52,7 +52,7 @@
"cross-env": "5.2.0",
"css-loader": "3.0.0",
"cssnano": "4.1.10",
"eslint": "6.0.0",
"eslint": "6.0.1",
"eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "22.7.1",
"eslint-plugin-jsx-a11y": "6.2.1",