diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-29 06:02:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 06:02:41 +0000 |
commit | 9c853cb64c0dcad6b24de2b622f16621470987e5 (patch) | |
tree | 340ab9d3d5c6220a1aee5c90fa756d45083b9e36 /FrontEnd | |
parent | 6fd18808c37b5fe4665817422d01b49a53b26449 (diff) | |
download | timeline-9c853cb64c0dcad6b24de2b622f16621470987e5.tar.gz timeline-9c853cb64c0dcad6b24de2b622f16621470987e5.tar.bz2 timeline-9c853cb64c0dcad6b24de2b622f16621470987e5.zip |
build(deps-dev): Bump @typescript-eslint/eslint-plugin in /FrontEnd
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.16.0 to 5.17.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.17.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
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 fe617a90..e63c78e2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.16.0",
+ "@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.12.0",
|