diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-17 07:16:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 07:16:23 +0000 |
commit | c0f4f56d5c4013547eaf7aad62a90fa9613ce195 (patch) | |
tree | a3f98332e897b238e2958cde6127b3db033b6f4d | |
parent | 1784ef63b89c851e2d15902c4ab7327de2db70a7 (diff) | |
download | timeline-c0f4f56d5c4013547eaf7aad62a90fa9613ce195.tar.gz timeline-c0f4f56d5c4013547eaf7aad62a90fa9613ce195.tar.bz2 timeline-c0f4f56d5c4013547eaf7aad62a90fa9613ce195.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.29.1 to 4.29.2.
- [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.2/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>
-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 605dba89..264cbc4f 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.29.1",
+ "@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|