diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-06 09:07:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 09:07:04 +0000 |
commit | 705a1362abddb550184e000876b9ee6572da1f76 (patch) | |
tree | 5b13685f41d47d681ded33fa0fced20b0435d894 | |
parent | 04c7f78a46d0879aca8b1c23276446b940a0175e (diff) | |
download | timeline-705a1362abddb550184e000876b9ee6572da1f76.tar.gz timeline-705a1362abddb550184e000876b9ee6572da1f76.tar.bz2 timeline-705a1362abddb550184e000876b9ee6572da1f76.zip |
build(deps-dev): Bump eslint from 8.16.0 to 8.17.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index e25d13ca..70621deb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.16.0",
+ "eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
|