diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-18 09:00:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 09:00:09 +0000 |
commit | d800f691c1daa3c54c807965a41854f7811be817 (patch) | |
tree | b9d27b9c69a67a6d7929bf02cf0b3868968fb911 | |
parent | 2eb788bf127d220c3f3081564275d11b3a452a73 (diff) | |
download | timeline-d800f691c1daa3c54c807965a41854f7811be817.tar.gz timeline-d800f691c1daa3c54c807965a41854f7811be817.tar.bz2 timeline-d800f691c1daa3c54c807965a41854f7811be817.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.23.0 to 4.24.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.24.0/packages/parser)
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 4ead6f41..7cbde17b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -82,7 +82,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
- "@typescript-eslint/parser": "^4.23.0",
+ "@typescript-eslint/parser": "^4.24.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
|