diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-14 14:42:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 14:42:27 +0000 |
commit | 392c7bbb33078aa38d32a64cfe302b4881bf88a5 (patch) | |
tree | cbd5d37eb67e8e642c69c050e8d0070f37782c18 | |
parent | bd6cc5d55fd258b057322044e90367bdd140f207 (diff) | |
download | timeline-392c7bbb33078aa38d32a64cfe302b4881bf88a5.tar.gz timeline-392c7bbb33078aa38d32a64cfe302b4881bf88a5.tar.bz2 timeline-392c7bbb33078aa38d32a64cfe302b4881bf88a5.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.27.1 to 5.28.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.28.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>
-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 0d987c5b..cfdc2999 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.27.1",
+ "@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
|