diff options
author | crupest <crupest@outlook.com> | 2021-07-19 16:13:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 16:13:33 +0800 |
commit | ccadea1571f4ef9da891ca9235530204f0e869e9 (patch) | |
tree | 61a6c54d4eb55a71b8b1b0bd0becf240ff2b5082 /FrontEnd | |
parent | e566bbb43977e7ad08a2069147024f0846d6ad19 (diff) | |
parent | 7ce21a894fd6c98d365c45dcbd2f37cf09f2a1f8 (diff) | |
download | timeline-ccadea1571f4ef9da891ca9235530204f0e869e9.tar.gz timeline-ccadea1571f4ef9da891ca9235530204f0e869e9.tar.bz2 timeline-ccadea1571f4ef9da891ca9235530204f0e869e9.zip |
Merge pull request #682 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.31.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 bd31dd1e..fbc61516 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@vitejs/plugin-react-refresh": "^1.3.5",
- "eslint": "^7.30.0",
+ "eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
|