diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-08 06:05:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 06:05:56 +0000 |
commit | 34d95a498ee5464982d6f132b8f5e95186a948fc (patch) | |
tree | ff051877f358b6b1cf06e5e44c4aab983ecc2be3 | |
parent | 54884de7f490b782803bc4695b37c5144f1f41c3 (diff) | |
download | timeline-34d95a498ee5464982d6f132b8f5e95186a948fc.tar.gz timeline-34d95a498ee5464982d6f132b8f5e95186a948fc.tar.bz2 timeline-34d95a498ee5464982d6f132b8f5e95186a948fc.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.26.0 to 4.26.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.26.1/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 22e306e2..ccf39afa 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
"@types/webpack-env": "^1.16.0",
- "@typescript-eslint/eslint-plugin": "^4.26.0",
+ "@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.0",
|