diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-31 05:11:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 05:11:02 +0000 |
commit | dc1fc6614989bd59272f888d11a8ac715fbc7bea (patch) | |
tree | d0e0eacf42c5893fe38356c4fd9b774a186da6b9 | |
parent | 6d5d012263b02fae34d8c9f8b9051503df342fd2 (diff) | |
download | timeline-dc1fc6614989bd59272f888d11a8ac715fbc7bea.tar.gz timeline-dc1fc6614989bd59272f888d11a8ac715fbc7bea.tar.bz2 timeline-dc1fc6614989bd59272f888d11a8ac715fbc7bea.zip |
build(deps-dev): Bump eslint from 8.5.0 to 8.8.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.8.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.5.0...v8.8.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 fd011014..0588a35c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.5.0",
+ "eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|