Update dependency eslint to v6.0.1 (https://github.com/woocommerce/woocommerce-blocks/pull/649)
This commit is contained in:
parent
3775b59b5a
commit
36b58ff1be
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue