diff options
author | crupest <crupest@outlook.com> | 2022-05-31 13:15:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 13:15:29 +0800 |
commit | 858106e3c955165de087679fc2e5afd5415127f5 (patch) | |
tree | 917fa3a6308f8a0b34f028c581ca592f545f0f8c | |
parent | 9a295a585aa98eae89aa09bf1fc36f5c141608dd (diff) | |
parent | 18dfbef1d9b300c1e8a1d38e36ca2f356b7c0051 (diff) | |
download | timeline-858106e3c955165de087679fc2e5afd5415127f5.tar.gz timeline-858106e3c955165de087679fc2e5afd5415127f5.tar.bz2 timeline-858106e3c955165de087679fc2e5afd5415127f5.zip |
Merge pull request #1230 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.27.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 dff52330..625b4b9d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.26.0",
+ "@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.16.0",
|