diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-23 07:47:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 07:47:58 +0000 |
commit | 509bea79dda022a7cbcd0bbdfebf46d77a7a07bf (patch) | |
tree | 440bd48611b11e7c7485b2c75a41e50877b6458b | |
parent | 2789411c386ff792de7b49f80c0f2e0a6761ebe1 (diff) | |
download | timeline-509bea79dda022a7cbcd0bbdfebf46d77a7a07bf.tar.gz timeline-509bea79dda022a7cbcd0bbdfebf46d77a7a07bf.tar.bz2 timeline-509bea79dda022a7cbcd0bbdfebf46d77a7a07bf.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.15.1 to 4.15.2.
- [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.15.2/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 177de705..f97ed81b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -75,7 +75,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.15.1",
+ "@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|