diff options
author | crupest <crupest@outlook.com> | 2021-12-14 14:00:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 14:00:33 +0800 |
commit | 8db32d4366b2df7a4875088785ebe5069bfac6d1 (patch) | |
tree | f49d792c1057c24adfb45acd5179ae64c897ea31 | |
parent | f6f4ab6d20c758b61c0ae976f42234b11ab6801b (diff) | |
parent | 623d969974d41a0779f7ffcd7ca2f437328b2930 (diff) | |
download | timeline-8db32d4366b2df7a4875088785ebe5069bfac6d1.tar.gz timeline-8db32d4366b2df7a4875088785ebe5069bfac6d1.tar.bz2 timeline-8db32d4366b2df7a4875088785ebe5069bfac6d1.zip |
Merge pull request #986 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.7.0
-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 60af539b..fe3c77ac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.4",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.6.0",
+ "@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.4.1",
|