diff options
author | crupest <crupest@outlook.com> | 2021-05-25 15:30:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 15:30:16 +0800 |
commit | 55708ab9a6653dc3b644586c13be88c2048c784c (patch) | |
tree | 62bb186a146c5992246957514e3e48f3c6fe6445 | |
parent | 242af2e56d4ba45f1c55f4a795b50144c0f5c928 (diff) | |
parent | c20d07b202ba0b07f50141937605f6d114adea48 (diff) | |
download | timeline-55708ab9a6653dc3b644586c13be88c2048c784c.tar.gz timeline-55708ab9a6653dc3b644586c13be88c2048c784c.tar.bz2 timeline-55708ab9a6653dc3b644586c13be88c2048c784c.zip |
Merge pull request #567 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.25.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.24.0 to 4.25.0 in /FrontEnd
-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 a352e0a0..558483e4 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.24.0",
+ "@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"babel-loader": "^8.2.2",
"babel-plugin-transform-builtin-extend": "^1.1.2",
|