diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-16 08:03:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 08:03:23 +0000 |
commit | cebf9dd957cacd672d0801291ad30863a0bb1847 (patch) | |
tree | 3e627b6384aadbd8efc99bef514a32e7910d56e9 /FrontEnd/package.json | |
parent | 23b9f738b1db449b6965cbe9d60f3a205d872656 (diff) | |
parent | 538cceb509c57728b5f693817df3ad113506be1b (diff) | |
download | timeline-cebf9dd957cacd672d0801291ad30863a0bb1847.tar.gz timeline-cebf9dd957cacd672d0801291ad30863a0bb1847.tar.bz2 timeline-cebf9dd957cacd672d0801291ad30863a0bb1847.zip |
Merge pull request #381 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.18.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 07809cff..ada0fa65 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.18.0",
- "@typescript-eslint/parser": "^4.17.0",
+ "@typescript-eslint/parser": "^4.18.0",
"@yarnpkg/pnpify": "^2.4.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|