diff options
author | crupest <crupest@outlook.com> | 2022-01-17 23:30:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 23:30:10 +0800 |
commit | 0742153c416bcad2fc15bbeda3cfb266454c1b13 (patch) | |
tree | 8ced66edec3b5ae10357fe9d885fc2bd0660d945 | |
parent | 2ff21166bce8eafc3d8ce4d0dcca5ba76583590d (diff) | |
parent | e11a0283b1f320cceccc8be167cd2336a9cc2343 (diff) | |
download | timeline-0742153c416bcad2fc15bbeda3cfb266454c1b13.tar.gz timeline-0742153c416bcad2fc15bbeda3cfb266454c1b13.tar.bz2 timeline-0742153c416bcad2fc15bbeda3cfb266454c1b13.zip |
Merge pull request #1020 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.9.1
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.8.1 to 5.9.1 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 0bee81ae..bd883a2e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.8.1",
+ "@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.8.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.5.0",
|