diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-27 09:54:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 09:54:40 +0000 |
commit | b09d956490504063a64876574e6831ca83cac5ac (patch) | |
tree | e01687ec08c2e9f8d348af44d386f4d3798226ac /FrontEnd | |
parent | 37fa3be65f3f71cfd841e35078f1ffc80f89229c (diff) | |
download | timeline-b09d956490504063a64876574e6831ca83cac5ac.tar.gz timeline-b09d956490504063a64876574e6831ca83cac5ac.tar.bz2 timeline-b09d956490504063a64876574e6831ca83cac5ac.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.4.0 to 4.5.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>
Diffstat (limited to 'FrontEnd')
-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 b0654652..950e4d0f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,10 +64,10 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.4.0",
+ "eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
- "vite": "^2.9.1",
+ "vite": "^2.9.6",
"vite-plugin-pwa": "^0.12.0"
}
}
|