diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-09 11:59:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 11:59:26 +0000 |
commit | b44056353a2af625a6b0b2bc32a1551ef4203c99 (patch) | |
tree | bcfa51dd378afdf254e3c5b45e7ae702ccbce042 | |
parent | d0bda8a0c54c1d53bd70f0941d9dc0b262b6bfa6 (diff) | |
download | timeline-b44056353a2af625a6b0b2bc32a1551ef4203c99.tar.gz timeline-b44056353a2af625a6b0b2bc32a1551ef4203c99.tar.bz2 timeline-b44056353a2af625a6b0b2bc32a1551ef4203c99.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.32.0 to 4.33.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.33.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>
-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 b2d657df..4b0b0b56 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.3.0",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.32.0",
+ "@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|