diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-27 14:57:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 14:57:49 +0000 |
commit | f8455e991e9994ca7be06ef7b76b31d5e496c166 (patch) | |
tree | ffb5243c581e7e3c5e4483b36ba72290f1cbf584 /FrontEnd/package.json | |
parent | 2fc1c13e3e2a7d6df3de019ad6e90a37e3872291 (diff) | |
download | timeline-f8455e991e9994ca7be06ef7b76b31d5e496c166.tar.gz timeline-f8455e991e9994ca7be06ef7b76b31d5e496c166.tar.bz2 timeline-f8455e991e9994ca7be06ef7b76b31d5e496c166.zip |
build(deps-dev): Bump @typescript-eslint/parser in /FrontEnd
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.4 to 4.28.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.5/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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 a902ac03..0db12a86 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.28.5",
- "@typescript-eslint/parser": "^4.28.4",
+ "@typescript-eslint/parser": "^4.28.5",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
|