diff options
author | crupest <crupest@outlook.com> | 2022-03-31 11:17:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-31 11:17:39 +0800 |
commit | 125b478d18692b9b422c8d94476af01fc2526068 (patch) | |
tree | 57d9d47610fa50cc8950aba63c14ebe3fd3873da /FrontEnd | |
parent | 1728df49d8e79edbff5c5ea48cc2720ddddd90ca (diff) | |
parent | 9c853cb64c0dcad6b24de2b622f16621470987e5 (diff) | |
download | timeline-125b478d18692b9b422c8d94476af01fc2526068.tar.gz timeline-125b478d18692b9b422c8d94476af01fc2526068.tar.bz2 timeline-125b478d18692b9b422c8d94476af01fc2526068.zip |
Merge pull request #1133 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.17.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 5d7be1ab..e5241328 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.16.0",
+ "@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.12.0",
|