diff options
author | crupest <crupest@outlook.com> | 2022-02-14 23:04:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 23:04:18 +0800 |
commit | 44aab175ed494c2543b2a62b7c5095a46adc4492 (patch) | |
tree | 5e6ca3ee1b3f3bfe47120b4df77020ed8e43c0bb | |
parent | 105765ff73bccb5e70a2493b1dae278151c3d49e (diff) | |
parent | dcdff66ccaed066bf9faf79d5e9561d58183f8e6 (diff) | |
download | timeline-44aab175ed494c2543b2a62b7c5095a46adc4492.tar.gz timeline-44aab175ed494c2543b2a62b7c5095a46adc4492.tar.bz2 timeline-44aab175ed494c2543b2a62b7c5095a46adc4492.zip |
Merge pull request #1061 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.9.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 ec562108..cfb55201 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.8.0",
+ "eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
|