diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-23 08:21:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 08:21:42 +0000 |
commit | 689eed05a09f62f128d247bd5ae2fc2b4fcf2ad8 (patch) | |
tree | bece4bbeb192b3782b19539b6e57c41f1e970fb9 /FrontEnd/package.json | |
parent | fbefa9204f1495129aadba7cca5cd14c9d3abe31 (diff) | |
parent | f7f3a96fe4e71b66d29f85aba6cc2728f4dc7e03 (diff) | |
download | timeline-689eed05a09f62f128d247bd5ae2fc2b4fcf2ad8.tar.gz timeline-689eed05a09f62f128d247bd5ae2fc2b4fcf2ad8.tar.bz2 timeline-689eed05a09f62f128d247bd5ae2fc2b4fcf2ad8.zip |
Merge pull request #402 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.19.0
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 4f747fef..7c050713 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",
|