diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-08 05:07:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-08 05:07:43 +0000 |
commit | fb684bf9198042e47cbd94d304619b34afaf25a1 (patch) | |
tree | 8923ecc68546255a250f4c615800db57fa309226 /FrontEnd | |
parent | 878645e14a7122414f48ef1eb0424ed1b49cea87 (diff) | |
download | timeline-fb684bf9198042e47cbd94d304619b34afaf25a1.tar.gz timeline-fb684bf9198042e47cbd94d304619b34afaf25a1.tar.bz2 timeline-fb684bf9198042e47cbd94d304619b34afaf25a1.zip |
build(deps-dev): Bump eslint from 8.18.0 to 8.19.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 8.18.0 to 8.19.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.18.0...v8.19.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 a14cc75c..715d2d7c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.18.0",
+ "eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
|