diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-17 05:04:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 05:04:22 +0000 |
commit | a793e7da5cdb73b22f87ca350fd2a572f27833c5 (patch) | |
tree | affffcc3a3e3611fd180b1cd8cdf63383a0c29a7 | |
parent | 06853c44a3625da45f729456f1c2178418c32074 (diff) | |
download | timeline-a793e7da5cdb73b22f87ca350fd2a572f27833c5.tar.gz timeline-a793e7da5cdb73b22f87ca350fd2a572f27833c5.tar.bz2 timeline-a793e7da5cdb73b22f87ca350fd2a572f27833c5.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.29.1 to 4.29.2.
- [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.2/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>
-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 a0711e3f..96fd31a6 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.1",
- "@typescript-eslint/parser": "^4.29.1",
+ "@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|