diff options
author | crupest <crupest@outlook.com> | 2022-05-17 23:40:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 23:40:07 +0800 |
commit | 81334047449660da0d53bc7196158be71ffd96d2 (patch) | |
tree | 7363ec3c40b9555b745877be86b3aba8ca6411c7 | |
parent | 23a78dc41ff67618bec2f5a9982f97d9a29ef090 (diff) | |
parent | 87bdb1bd54cbd9427fc9fd58bb4985a0620931e6 (diff) | |
download | timeline-81334047449660da0d53bc7196158be71ffd96d2.tar.gz timeline-81334047449660da0d53bc7196158be71ffd96d2.tar.bz2 timeline-81334047449660da0d53bc7196158be71ffd96d2.zip |
Merge pull request #1212 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.24.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 c387772e..3ea22547 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.4",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.23.0",
+ "@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.15.0",
|