diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-20 05:05:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 05:05:33 +0000 |
commit | c0673d3ad56af1d1bbacbafc5e2fa9e98f556848 (patch) | |
tree | 1445ba554bdfcb932f2557beda33932a5ded957c /FrontEnd | |
parent | 01bd78a8f477ce9ac736406e0a2cfc366df9d8db (diff) | |
download | timeline-c0673d3ad56af1d1bbacbafc5e2fa9e98f556848.tar.gz timeline-c0673d3ad56af1d1bbacbafc5e2fa9e98f556848.tar.bz2 timeline-c0673d3ad56af1d1bbacbafc5e2fa9e98f556848.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.28.3 to 4.28.4.
- [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.28.4/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>
Diffstat (limited to 'FrontEnd')
-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 34a78193..4d765d18 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.2",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.28.3",
+ "@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.3",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.31.0",
|