diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-30 07:54:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 07:54:18 +0000 |
commit | 6ac8eaec60de7c498acd26c0e0e0ac55d5dfe778 (patch) | |
tree | 3ceb804ffd7b0274d1aeec8890de58261f25cd8a | |
parent | 7d5a7c606689eab94d3122f5252ead151f87977c (diff) | |
download | timeline-6ac8eaec60de7c498acd26c0e0e0ac55d5dfe778.tar.gz timeline-6ac8eaec60de7c498acd26c0e0e0ac55d5dfe778.tar.bz2 timeline-6ac8eaec60de7c498acd26c0e0e0ac55d5dfe778.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.19.0 to 4.20.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.20.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 232f2b4f..03cb9f5b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -78,7 +78,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.20.0",
- "@typescript-eslint/parser": "^4.19.0",
+ "@typescript-eslint/parser": "^4.20.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|