diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-03 05:06:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 05:06:20 +0000 |
commit | 7cd9b5a5d37da7ad8d7b6e2dcb0cb967c0a6ee29 (patch) | |
tree | bd5286937449b206dba3bdfe3f839645673a508d /FrontEnd/package.json | |
parent | 7407ea5c0d6dd63f6dfe6a86e17ac9070f759521 (diff) | |
download | timeline-7cd9b5a5d37da7ad8d7b6e2dcb0cb967c0a6ee29.tar.gz timeline-7cd9b5a5d37da7ad8d7b6e2dcb0cb967c0a6ee29.tar.bz2 timeline-7cd9b5a5d37da7ad8d7b6e2dcb0cb967c0a6ee29.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.5 to 4.29.0.
- [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.29.0/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>
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 270f4db3..3e201b7f 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.5",
+ "@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.28.5",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.32.0",
|