diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-29 05:38:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 05:38:04 +0000 |
commit | d048236f664944e9cfda3b9f62f904ee934c48eb (patch) | |
tree | ff7ce1855058cde79b732a806d97a7aed0cc1cc2 /FrontEnd | |
parent | febd69947823db1b43ed2ddc783f115a2cf46d24 (diff) | |
download | timeline-d048236f664944e9cfda3b9f62f904ee934c48eb.tar.gz timeline-d048236f664944e9cfda3b9f62f904ee934c48eb.tar.bz2 timeline-d048236f664944e9cfda3b9f62f904ee934c48eb.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.0 to 4.28.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.28.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>
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 b5cb8998..2534aece 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
- "@typescript-eslint/eslint-plugin": "^4.28.0",
+ "@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@vitejs/plugin-react-refresh": "^1.3.4",
"eslint": "^7.29.0",
|