diff options
author | crupest <crupest@outlook.com> | 2022-02-26 22:58:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 22:58:22 +0800 |
commit | f59c278310fb0226bb4dc598b590205ea1d687ba (patch) | |
tree | f387964308af13664076968baddb6ed2d6798520 | |
parent | b8822438fbf0313d8a8759d2e040a539b9f57786 (diff) | |
parent | 3dc0f06f3a757cdbc44f4992bc2d11f08333651e (diff) | |
download | timeline-f59c278310fb0226bb4dc598b590205ea1d687ba.tar.gz timeline-f59c278310fb0226bb4dc598b590205ea1d687ba.tar.bz2 timeline-f59c278310fb0226bb4dc598b590205ea1d687ba.zip |
Merge pull request #1078 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.10.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 f66661e6..ee8125f4 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.9.0",
+ "eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
|