diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-14 05:11:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 05:11:02 +0000 |
commit | a1abf2b8a1a8f30c25de29e0fb8a987db2b63329 (patch) | |
tree | cb14b0dcf66eab2491b365bbb88b426e8e0de03a | |
parent | e3eacd41a265656a6ac5baf685ad6bdc8553cada (diff) | |
download | timeline-a1abf2b8a1a8f30c25de29e0fb8a987db2b63329.tar.gz timeline-a1abf2b8a1a8f30c25de29e0fb8a987db2b63329.tar.bz2 timeline-a1abf2b8a1a8f30c25de29e0fb8a987db2b63329.zip |
build(deps-dev): Bump eslint from 8.10.0 to 8.11.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.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.10.0...v8.11.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 834b41cd..19f76bbf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.10.0",
+ "eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
|