diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-14 05:07:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 05:07:17 +0000 |
commit | dcdff66ccaed066bf9faf79d5e9561d58183f8e6 (patch) | |
tree | a62adac7c657a69f32fbd013b1f58eec6c7532ff /FrontEnd | |
parent | 80a858e30a71d6391462c9214110c59e0f83746e (diff) | |
download | timeline-dcdff66ccaed066bf9faf79d5e9561d58183f8e6.tar.gz timeline-dcdff66ccaed066bf9faf79d5e9561d58183f8e6.tar.bz2 timeline-dcdff66ccaed066bf9faf79d5e9561d58183f8e6.zip |
build(deps-dev): Bump eslint from 8.8.0 to 8.9.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.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.8.0...v8.9.0)
---
updated-dependencies:
- dependency-name: eslint
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index bb20ef3a..4000da4d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.8.0",
+ "eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
|