diff options
author | crupest <crupest@outlook.com> | 2022-05-03 17:01:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 17:01:28 +0800 |
commit | f247741f0f3bef2ce10a5712c126b2870882437e (patch) | |
tree | f406ed366dc851ca87ded83b9683a10b99a3d17c /FrontEnd | |
parent | 4191f584dd44dc67e1215f13c74a451a8cc5a235 (diff) | |
parent | 0c18af798b428998b8243d3c2f571b598d23a106 (diff) | |
download | timeline-f247741f0f3bef2ce10a5712c126b2870882437e.tar.gz timeline-f247741f0f3bef2ce10a5712c126b2870882437e.tar.bz2 timeline-f247741f0f3bef2ce10a5712c126b2870882437e.zip |
Merge pull request #1192 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.22.0
Diffstat (limited to '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 3096cc57..1b2308ce 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.0",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.21.0",
+ "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.14.0",
|