diff options
author | crupest <crupest@outlook.com> | 2022-07-13 17:33:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:33:00 +0800 |
commit | 5e54508610be0f10bff5cf8c7f89a48ab7a19caa (patch) | |
tree | d73627621c67ccc3c68da77cec1a596defb3c49d /FrontEnd/package.json | |
parent | bdefa472905e8281c275a9e2f1e3f4d781e76419 (diff) | |
parent | ad4d2fcdbe67a42f82a8447046f8f7dd9b11b417 (diff) | |
download | timeline-5e54508610be0f10bff5cf8c7f89a48ab7a19caa.tar.gz timeline-5e54508610be0f10bff5cf8c7f89a48ab7a19caa.tar.bz2 timeline-5e54508610be0f10bff5cf8c7f89a48ab7a19caa.zip |
Merge pull request #1298 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.30.6
Diffstat (limited to 'FrontEnd/package.json')
-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 27622426..b8c62fc1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.6",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.5",
- "@typescript-eslint/eslint-plugin": "^5.30.5",
+ "@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.19.0",
|