chore(deps): update dependency eslint-plugin-jsx-a11y to v6.2.1 (https://github.com/woocommerce/woocommerce-blocks/pull/394)

LGTM 👍
This commit is contained in:
renovate[bot] 2019-02-04 17:24:19 +08:00 committed by Joshua T Flowers
parent 63c7728ad8
commit a49f061950
2 changed files with 4 additions and 4 deletions

View File

@ -6240,9 +6240,9 @@
} }
}, },
"eslint-plugin-jsx-a11y": { "eslint-plugin-jsx-a11y": {
"version": "6.2.0", "version": "6.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.1.tgz",
"integrity": "sha512-KpibpIdKT0nbDG7G/ILWoZoN5G9cj3h1IHARxzvHk5Nt2LQ7oPUutbO9QbT1FKNHLPZB6BaoA1ASSLOiJZVEUQ==", "integrity": "sha512-cjN2ObWrRz0TTw7vEcGQrx+YltMvZoOEx4hWU8eEERDnBIU00OTq7Vr+jA7DFKxiwLNv4tTh5Pq2GUNEa8b6+w==",
"dev": true, "dev": true,
"requires": { "requires": {
"aria-query": "^3.0.0", "aria-query": "^3.0.0",

View File

@ -46,7 +46,7 @@
"eslint": "5.13.0", "eslint": "5.13.0",
"eslint-config-wordpress": "2.0.0", "eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "22.2.2", "eslint-plugin-jest": "22.2.2",
"eslint-plugin-jsx-a11y": "6.2.0", "eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4", "eslint-plugin-react": "7.12.4",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1", "eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
"har-validator": "5.1.3", "har-validator": "5.1.3",