chore(deps): update dependency eslint to v5.14.1 (https://github.com/woocommerce/woocommerce-blocks/pull/438)

This commit is contained in:
renovate[bot] 2019-02-18 16:02:40 -05:00 committed by Kelly Dwan
parent a503af9e51
commit 6790518efc
2 changed files with 4 additions and 4 deletions

View File

@ -6492,9 +6492,9 @@
} }
}, },
"eslint": { "eslint": {
"version": "5.14.0", "version": "5.14.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.0.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.14.1.tgz",
"integrity": "sha512-jrOhiYyENRrRnWlMYANlGZTqb89r2FuRT+615AabBoajhNjeh9ywDNlh2LU9vTqf0WYN+L3xdXuIi7xuj/tK9w==", "integrity": "sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",

View File

@ -43,7 +43,7 @@
"cross-env": "5.2.0", "cross-env": "5.2.0",
"css-loader": "2.1.0", "css-loader": "2.1.0",
"cssnano": "4.1.10", "cssnano": "4.1.10",
"eslint": "5.14.0", "eslint": "5.14.1",
"eslint-config-wordpress": "2.0.0", "eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "22.3.0", "eslint-plugin-jest": "22.3.0",
"eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-jsx-a11y": "6.2.1",