mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Adds eslint-plugin-react-hooks as a dev dep
This commit is contained in:
6
awx/ui_next/package-lock.json
generated
6
awx/ui_next/package-lock.json
generated
@@ -6523,6 +6523,12 @@
|
|||||||
"prop-types": "^15.6.2"
|
"prop-types": "^15.6.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"eslint-plugin-react-hooks": {
|
||||||
|
"version": "2.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.2.0.tgz",
|
||||||
|
"integrity": "sha512-jSlnBjV2cmyIeL555H/FbvuSbQ1AtpHjLMHuPrQnt1eVA6lX8yufdygh7AArI2m8ct7ChHGx2uOaCuxq2MUn6g==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"eslint-restricted-globals": {
|
"eslint-restricted-globals": {
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz",
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.14.0",
|
||||||
"eslint-plugin-jsx-a11y": "^6.1.1",
|
"eslint-plugin-jsx-a11y": "^6.1.1",
|
||||||
"eslint-plugin-react": "^7.11.1",
|
"eslint-plugin-react": "^7.11.1",
|
||||||
|
"eslint-plugin-react-hooks": "^2.2.0",
|
||||||
"file-loader": "^2.0.0",
|
"file-loader": "^2.0.0",
|
||||||
"history": "^4.9.0",
|
"history": "^4.9.0",
|
||||||
"jest": "^24.7.1",
|
"jest": "^24.7.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user