diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-08 07:31:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 07:31:43 +0000 |
commit | 86b51d57b1365c5b7a12045c8bfa9b46b3664813 (patch) | |
tree | 38a0da608f8aa882effa732121ea8a80ec736fa3 /FrontEnd | |
parent | 2865d5a00798abd1fcb44b6209fd73d66744a855 (diff) | |
download | timeline-86b51d57b1365c5b7a12045c8bfa9b46b3664813.tar.gz timeline-86b51d57b1365c5b7a12045c8bfa9b46b3664813.tar.bz2 timeline-86b51d57b1365c5b7a12045c8bfa9b46b3664813.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 5.10.2 to 5.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.11.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 71ecce11..439b46ef 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.11.0",
- "@typescript-eslint/parser": "^5.10.2",
+ "@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
|