diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-03 07:23:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 07:23:34 +0000 |
commit | 14d2a8dc87b8fb0c13a585fb47321a7916b10369 (patch) | |
tree | 8907567ab9e67e67d46e53db24929eaa79375c77 | |
parent | d8cfdd60783a21363eeaf34751ba8594b69346ee (diff) | |
download | timeline-14d2a8dc87b8fb0c13a585fb47321a7916b10369.tar.gz timeline-14d2a8dc87b8fb0c13a585fb47321a7916b10369.tar.bz2 timeline-14d2a8dc87b8fb0c13a585fb47321a7916b10369.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.14.1 to 4.14.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.14.2/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 27227e69..14b3b674 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -74,7 +74,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
- "@typescript-eslint/parser": "^4.14.0",
+ "@typescript-eslint/parser": "^4.14.2",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|