diff options
author | crupest <crupest@outlook.com> | 2021-06-02 18:10:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 18:10:07 +0800 |
commit | c44648da83a3338189244a98ba402956b348be21 (patch) | |
tree | 2a4bbab3e881338d5f2fe573b0a80fb3b803a4fb /FrontEnd/package.json | |
parent | 8d6cb15a975d37f7a2bbfe9eeaaba2bda8ecee05 (diff) | |
parent | 14d2c35aa926968f7e111d1e23a8050199836249 (diff) | |
download | timeline-c44648da83a3338189244a98ba402956b348be21.tar.gz timeline-c44648da83a3338189244a98ba402956b348be21.tar.bz2 timeline-c44648da83a3338189244a98ba402956b348be21.zip |
Merge pull request #582 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-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 df81969b..efe2edb8 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "@types/remarkable": "^2.0.1",
"@types/webpack-env": "^1.16.0",
"@types/xregexp": "^4.4.0",
- "@typescript-eslint/eslint-plugin": "^4.25.0",
+ "@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|