diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-07 05:40:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 05:40:29 +0000 |
commit | 1154cfb983b16d421b2588850bc037e36c011f35 (patch) | |
tree | ba66be07bdd29dd00a04fe322570db1011ce6769 /FrontEnd/package.json | |
parent | 0542cc2aef6dc956669ab8ca2b35213d323c0c18 (diff) | |
download | timeline-1154cfb983b16d421b2588850bc037e36c011f35.tar.gz timeline-1154cfb983b16d421b2588850bc037e36c011f35.tar.bz2 timeline-1154cfb983b16d421b2588850bc037e36c011f35.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.30.0 to 5.30.5.
- [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.30.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 b9608615..cee20c8c 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.30.5",
- "@typescript-eslint/parser": "^5.30.0",
+ "@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
|