diff options
author | crupest <crupest@outlook.com> | 2022-05-18 16:47:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 16:47:00 +0800 |
commit | 4b18361215a61977ad423cbe004b73e32d541600 (patch) | |
tree | dc0612f73182437bb64086adfd246395a3b75aaf | |
parent | 12bc128e9430f2b4fcc6d3e6a0eebdac7e9ea5ce (diff) | |
parent | a8f67b473324cf9b7e9b7172b3e97ecc4a1345d4 (diff) | |
download | timeline-4b18361215a61977ad423cbe004b73e32d541600.tar.gz timeline-4b18361215a61977ad423cbe004b73e32d541600.tar.bz2 timeline-4b18361215a61977ad423cbe004b73e32d541600.zip |
Merge pull request #1214 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.25.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.24.0 to 5.25.0 in /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 c18ddefa..de10c558 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.24.0",
+ "@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.15.0",
|