diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-01 06:22:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:22:44 +0000 |
commit | a1d2f5106a2f261dc2cc99ba2a88c80f494dbfd6 (patch) | |
tree | 0482561194c1e02c870255f353168f8afb7cafc9 | |
parent | cf6650ba83ea4a90b29115e3bfe70067d90eff39 (diff) | |
download | timeline-a1d2f5106a2f261dc2cc99ba2a88c80f494dbfd6.tar.gz timeline-a1d2f5106a2f261dc2cc99ba2a88c80f494dbfd6.tar.bz2 timeline-a1d2f5106a2f261dc2cc99ba2a88c80f494dbfd6.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.25.0 to 4.26.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.26.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 9943355b..da2cd460 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.4.0",
- "@typescript-eslint/eslint-plugin": "^4.25.0",
+ "@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|