diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-05 06:58:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 06:58:24 +0000 |
commit | 89ba3085313e9537a5cbc7d6118a3a8c627d11f4 (patch) | |
tree | 45482206068e74a4c057daf3a10be76d2a95252e | |
parent | ef26902a9d3bb31f54954f6d51d2d1cb969fa635 (diff) | |
download | timeline-89ba3085313e9537a5cbc7d6118a3a8c627d11f4.tar.gz timeline-89ba3085313e9537a5cbc7d6118a3a8c627d11f4.tar.bz2 timeline-89ba3085313e9537a5cbc7d6118a3a8c627d11f4.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.22.0 to 4.22.1.
- [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.22.1/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 3b53f17b..87ff04b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -77,7 +77,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
- "@typescript-eslint/parser": "^4.22.0",
+ "@typescript-eslint/parser": "^4.22.1",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|