diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 08:08:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 08:08:30 +0000 |
commit | decbb85b989041ef4e5d310eaaaffbd2f0d46b15 (patch) | |
tree | 6359e6dd0b930e85474d4086c6dd11b0cc19af6d /FrontEnd | |
parent | d2e26425fb860a3cd7725391cba4d2654b3f47e6 (diff) | |
download | timeline-decbb85b989041ef4e5d310eaaaffbd2f0d46b15.tar.gz timeline-decbb85b989041ef4e5d310eaaaffbd2f0d46b15.tar.bz2 timeline-decbb85b989041ef4e5d310eaaaffbd2f0d46b15.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.18.0 to 4.19.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.19.0/packages/parser)
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 ad509c60..5ae09eef 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.19.0",
- "@typescript-eslint/parser": "^4.18.0",
+ "@typescript-eslint/parser": "^4.19.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|