diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-13 07:06:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 07:06:35 +0000 |
commit | 97edcf1434662cd63bcfe00e7f32029c8e9a6426 (patch) | |
tree | 3e1ac916377768b7a065401c1ce6f688c5560ec4 /FrontEnd/package.json | |
parent | 8f60a412b2aa7336c94d548c26af4318f3294b8b (diff) | |
download | timeline-97edcf1434662cd63bcfe00e7f32029c8e9a6426.tar.gz timeline-97edcf1434662cd63bcfe00e7f32029c8e9a6426.tar.bz2 timeline-97edcf1434662cd63bcfe00e7f32029c8e9a6426.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.21.0 to 4.22.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.22.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 787617dd..ba1f552a 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -79,7 +79,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.21.0",
- "@typescript-eslint/parser": "^4.21.0",
+ "@typescript-eslint/parser": "^4.22.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|