diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-09 07:12:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 07:12:20 +0000 |
commit | f72a3092834151d291c1cf0582c6b9aeb922689c (patch) | |
tree | 3168069c5aa30f059027719bfb07a376050d12f4 /FrontEnd/package.json | |
parent | e62cf8eb79c8b99eeff41a47b489af1ecde4fe49 (diff) | |
download | timeline-f72a3092834151d291c1cf0582c6b9aeb922689c.tar.gz timeline-f72a3092834151d291c1cf0582c6b9aeb922689c.tar.bz2 timeline-f72a3092834151d291c1cf0582c6b9aeb922689c.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.2 to 4.15.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.15.0/packages/parser)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 eaab3645..0e84044e 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.2",
+ "@typescript-eslint/parser": "^4.15.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|