diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-02 10:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 10:12:30 +0000 |
commit | aac9480e22060ddb62ccbdc3a5b851a54d2fe3af (patch) | |
tree | 73d7589a4b87ba0804328423b40c867ec593292c /FrontEnd/package.json | |
parent | c44648da83a3338189244a98ba402956b348be21 (diff) | |
parent | d6177b639a4b4a7a9bb81caa16c0ce0f2efaaa2f (diff) | |
download | timeline-aac9480e22060ddb62ccbdc3a5b851a54d2fe3af.tar.gz timeline-aac9480e22060ddb62ccbdc3a5b851a54d2fe3af.tar.bz2 timeline-aac9480e22060ddb62ccbdc3a5b851a54d2fe3af.zip |
Merge pull request #581 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.26.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 efe2edb8..e3bcb58e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -82,7 +82,7 @@ "@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
- "@typescript-eslint/parser": "^4.25.0",
+ "@typescript-eslint/parser": "^4.26.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
|