diff options
author | crupest <crupest@outlook.com> | 2021-12-07 14:42:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 14:42:13 +0800 |
commit | 2218141c78ad680d77ece4a205f096a58609fd49 (patch) | |
tree | 2ca188167bb597860a76e658bc5688f328be8dc7 /FrontEnd | |
parent | 269a6fe51fe609f589c79c4adda70b09c7c84f15 (diff) | |
parent | e08015ea7022510851db701213570b0d3df1d2b8 (diff) | |
download | timeline-2218141c78ad680d77ece4a205f096a58609fd49.tar.gz timeline-2218141c78ad680d77ece4a205f096a58609fd49.tar.bz2 timeline-2218141c78ad680d77ece4a205f096a58609fd49.zip |
Merge pull request #970 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.6.0
Diffstat (limited to '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 d407e351..c460dc42 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.5.0",
+ "@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.4.1",
|