diff options
author | crupest <crupest@outlook.com> | 2022-03-14 23:04:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 23:04:33 +0800 |
commit | d0f85fa979191449a570947ba07c24e7428cd912 (patch) | |
tree | 4d6171a9acc12ab14f7adfaffba5c2fe2505cfb9 | |
parent | 4727739aa3144b57a6170ba5903dbe719167857b (diff) | |
parent | a1abf2b8a1a8f30c25de29e0fb8a987db2b63329 (diff) | |
download | timeline-d0f85fa979191449a570947ba07c24e7428cd912.tar.gz timeline-d0f85fa979191449a570947ba07c24e7428cd912.tar.bz2 timeline-d0f85fa979191449a570947ba07c24e7428cd912.zip |
Merge pull request #1107 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.11.0
build(deps-dev): Bump eslint from 8.10.0 to 8.11.0 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 1d1c10c6..54a13dfe 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.10.0",
+ "eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|