diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-05 08:49:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 08:49:27 +0000 |
commit | 4246ae7143b6ccf1129e33d25deac49e1c186cc4 (patch) | |
tree | c46362ed1e007006537a189a59ce7bbabeee5780 | |
parent | 1bce70b36d4666797ae157167be4a84217a71374 (diff) | |
download | timeline-4246ae7143b6ccf1129e33d25deac49e1c186cc4.tar.gz timeline-4246ae7143b6ccf1129e33d25deac49e1c186cc4.tar.bz2 timeline-4246ae7143b6ccf1129e33d25deac49e1c186cc4.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.22.0 to 4.22.1.
- [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.22.1/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 97de6168..0c764adc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -76,7 +76,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
- "@typescript-eslint/eslint-plugin": "^4.22.0",
+ "@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
|