Merge pull request #35 from owncast/dependabot/npm_and_yarn/eslint-plugin-react-hooks-4.2.0

Bump eslint-plugin-react-hooks from 4.1.2 to 4.2.0
This commit is contained in:
Gabe Kangas 2021-02-17 22:31:42 -08:00 committed by GitHub
commit fc2ee3ff5b
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -2524,9 +2524,9 @@
}
},
"eslint-plugin-react-hooks": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz",
"integrity": "sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz",
"integrity": "sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==",
"dev": true
},
"eslint-utils": {

View File

@ -38,7 +38,7 @@
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.0.3"
}