diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-13 05:05:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 05:05:24 +0000 |
commit | c48fb4f13e849869db2c8fb83c9af3d2b9be0d3d (patch) | |
tree | 91dc9196fd321d82e5efdf89aa4552082bef6b9f /FrontEnd/package.json | |
parent | 88fc4138c28bb08867c75af1f58ab77e20433315 (diff) | |
download | timeline-c48fb4f13e849869db2c8fb83c9af3d2b9be0d3d.tar.gz timeline-c48fb4f13e849869db2c8fb83c9af3d2b9be0d3d.tar.bz2 timeline-c48fb4f13e849869db2c8fb83c9af3d2b9be0d3d.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.2 to 4.28.3.
- [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.3/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/package.json')
-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 169fa44c..c742ca0b 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.2",
+ "@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.2",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.30.0",
|