diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-25 05:08:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 05:08:35 +0000 |
commit | 60196d4a2d29aa48cdc299020e95f02251945e91 (patch) | |
tree | b46e9cf80350ac34952f501584831e7ee200a549 /FrontEnd | |
parent | 60ec53aa2ad9687f5d8661322fb3e1e03e291eba (diff) | |
download | timeline-60196d4a2d29aa48cdc299020e95f02251945e91.tar.gz timeline-60196d4a2d29aa48cdc299020e95f02251945e91.tar.bz2 timeline-60196d4a2d29aa48cdc299020e95f02251945e91.zip |
build(deps-dev): Bump eslint from 8.13.0 to 8.14.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.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.13.0...v8.14.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 6a99f226..477c4fcd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.13.0",
+ "eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|