diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-27 05:05:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 05:05:02 +0000 |
commit | 67e4bd8676e2e6c64ad71aabad658a6a13d517f8 (patch) | |
tree | 91d5d1f896930bbcace5e2c0e6b19a64c94afc51 | |
parent | 4d607f4ed83ec16ec376b7ba274abf90c9d5b591 (diff) | |
download | timeline-67e4bd8676e2e6c64ad71aabad658a6a13d517f8.tar.gz timeline-67e4bd8676e2e6c64ad71aabad658a6a13d517f8.tar.bz2 timeline-67e4bd8676e2e6c64ad71aabad658a6a13d517f8.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 4.28.4 to 4.28.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.5/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
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 4c142cde..bdb24511 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.28.4",
+ "@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.4",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.31.0",
|