diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 10:03:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 10:03:55 +0000 |
commit | d8585ae35f519dcdd90427e026d7872125161fcb (patch) | |
tree | 95d4d3de5f4ada7ada761389025c0a329a0c20d0 | |
parent | 63cb8d9cefb5c71c2c25bb9f6619174322b30c61 (diff) | |
download | timeline-d8585ae35f519dcdd90427e026d7872125161fcb.tar.gz timeline-d8585ae35f519dcdd90427e026d7872125161fcb.tar.bz2 timeline-d8585ae35f519dcdd90427e026d7872125161fcb.zip |
build(deps-dev): Bump @typescript-eslint/eslint-plugin in /FrontEnd
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.29.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.29.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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 5517eb75..daab6df1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,14 +57,14 @@ "@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.28.0",
+ "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
- "eslint-plugin-react-hooks": "^4.5.0",
+ "eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"typescript": "^4.7.3",
"vite": "^2.9.12",
|