diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-03 08:27:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 08:27:50 +0000 |
commit | 709f249af98f839c868574c282b6465471d6fe8c (patch) | |
tree | 3d7dffeda74e2a7f8e615eff642acca90b2d3fe3 /FrontEnd/package.json | |
parent | 2ed242e04306db380a579d68998607f4ce2c366e (diff) | |
download | timeline-709f249af98f839c868574c282b6465471d6fe8c.tar.gz timeline-709f249af98f839c868574c282b6465471d6fe8c.tar.bz2 timeline-709f249af98f839c868574c282b6465471d6fe8c.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.5 to 4.29.0.
- [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.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>
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 90994fb6..073ac7d1 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.29.0",
- "@typescript-eslint/parser": "^4.28.5",
+ "@typescript-eslint/parser": "^4.29.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|