diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-28 06:27:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 06:27:57 +0000 |
commit | 65035dbf5603392284d02bb2d968198ba6ff2d83 (patch) | |
tree | 2d9157eccb1f944273c8b54a4240bfc55fe3733b /FrontEnd/package.json | |
parent | 4a2971eb1460ac4e4524eb0fe2a9e6cfcc02dafb (diff) | |
download | timeline-65035dbf5603392284d02bb2d968198ba6ff2d83.tar.gz timeline-65035dbf5603392284d02bb2d968198ba6ff2d83.tar.bz2 timeline-65035dbf5603392284d02bb2d968198ba6ff2d83.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.29.0 to 5.30.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.30.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/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 48d4ab49..63d931e4 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.0",
- "@typescript-eslint/parser": "^5.29.0",
+ "@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
|