diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-29 05:05:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 05:05:51 +0000 |
commit | 8205a715fbc173ca6033d752d0794df1be848f5b (patch) | |
tree | 50b15f8567c0967fae63362215b01c08ca69f59e /FrontEnd | |
parent | d8e2c746207ddf322b46aea434f5ea5c208130ad (diff) | |
download | timeline-8205a715fbc173ca6033d752d0794df1be848f5b.tar.gz timeline-8205a715fbc173ca6033d752d0794df1be848f5b.tar.bz2 timeline-8205a715fbc173ca6033d752d0794df1be848f5b.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.0 to 4.28.1.
- [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.28.1/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')
-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 f1d7fa4e..b5cb8998 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.0",
- "@typescript-eslint/parser": "^4.28.0",
+ "@typescript-eslint/parser": "^4.28.1",
"@vitejs/plugin-react-refresh": "^1.3.4",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
|