diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-31 03:18:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 03:18:24 +0000 |
commit | 429579ba59fc1341a7d4d0bb3899b11ef7cc71a4 (patch) | |
tree | f27192eab65eda8984eb4e787cf7601ced775769 | |
parent | 6fd18808c37b5fe4665817422d01b49a53b26449 (diff) | |
download | timeline-429579ba59fc1341a7d4d0bb3899b11ef7cc71a4.tar.gz timeline-429579ba59fc1341a7d4d0bb3899b11ef7cc71a4.tar.bz2 timeline-429579ba59fc1341a7d4d0bb3899b11ef7cc71a4.zip |
build(deps-dev): Bump eslint-plugin-react-hooks in /FrontEnd
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)
---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index fe617a90..8f873103 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -48,7 +48,7 @@ },
"devDependencies": {
"@types/color": "^3.0.3",
- "@types/lodash": "^4.14.180",
+ "@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
@@ -63,7 +63,7 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.3.0",
+ "eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.1",
"typescript": "^4.6.3",
"vite": "^2.8.6",
|