diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-18 06:15:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 06:15:29 +0000 |
commit | 25bf34612f61d73689e278988808b8cb180f72df (patch) | |
tree | 9cb7f1ed201707c6dc7e86ed62dc921a5c2fc4ed | |
parent | 5ead84a292481b43f44ae3d044193901045ce092 (diff) | |
download | timeline-25bf34612f61d73689e278988808b8cb180f72df.tar.gz timeline-25bf34612f61d73689e278988808b8cb180f72df.tar.bz2 timeline-25bf34612f61d73689e278988808b8cb180f72df.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.23.0 to 4.24.0.
- [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.24.0/packages/eslint-plugin)
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 a6db1770..c793342e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.23.0",
+ "@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|