diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-18 16:07:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 16:07:58 +0000 |
commit | b4710789a68a381226fc81dd28645162bf956fc1 (patch) | |
tree | a76690c4b5632c42773c90947a308e925ca8d1f1 | |
parent | d8261730e37af819bd037423a572451f605f47eb (diff) | |
download | timeline-b4710789a68a381226fc81dd28645162bf956fc1.tar.gz timeline-b4710789a68a381226fc81dd28645162bf956fc1.tar.bz2 timeline-b4710789a68a381226fc81dd28645162bf956fc1.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.30.0 to 4.31.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.31.1/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 960b8911..c463018c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.30.0",
+ "@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|