diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-24 10:33:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 10:33:25 +0000 |
commit | b9e2eedc49a941c88913d7bcb154f2ffe334e591 (patch) | |
tree | 29b779b150af257583b411c599b24bde7f9aa9a9 | |
parent | 298d72cd78963dbe65b451069ab92f53f9b32c54 (diff) | |
download | timeline-b9e2eedc49a941c88913d7bcb154f2ffe334e591.tar.gz timeline-b9e2eedc49a941c88913d7bcb154f2ffe334e591.tar.bz2 timeline-b9e2eedc49a941c88913d7bcb154f2ffe334e591.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.28.0 to 5.29.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.29.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>
-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 7e76253c..51857b95 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,7 +58,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
- "@typescript-eslint/parser": "^5.28.0",
+ "@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
|