diff options
author | crupest <crupest@outlook.com> | 2022-06-28 14:26:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 14:26:56 +0800 |
commit | 2745f072958fb6e3b0b8ae655540201cc6e1a176 (patch) | |
tree | c8e485a6f3b9e84d5cd82082bc8721bf331f2cbf | |
parent | c2ade77660949dd87ac3e923eacee36e5b9889de (diff) | |
parent | 50da7444f3f4d74942ab50909aefbe1d8a4f9344 (diff) | |
download | timeline-2745f072958fb6e3b0b8ae655540201cc6e1a176.tar.gz timeline-2745f072958fb6e3b0b8ae655540201cc6e1a176.tar.bz2 timeline-2745f072958fb6e3b0b8ae655540201cc6e1a176.zip |
Merge pull request #1276 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.30.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 988f1e51..5d74b82e 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.5",
- "@typescript-eslint/eslint-plugin": "^5.29.0",
+ "@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.18.0",
|