diff options
author | crupest <crupest@outlook.com> | 2022-07-13 17:29:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:29:34 +0800 |
commit | 72610bbd65f96b376febc87deb43e9590a1548f3 (patch) | |
tree | 07833019b715d016bc8bfa630513f09ca8b3b12c /FrontEnd | |
parent | b90117ab3a6f2fadd68c9ab20cb4e5d19f58b4b5 (diff) | |
parent | d6bdbcc286a3f21069035a8013d358f8221d970e (diff) | |
download | timeline-72610bbd65f96b376febc87deb43e9590a1548f3.tar.gz timeline-72610bbd65f96b376febc87deb43e9590a1548f3.tar.bz2 timeline-72610bbd65f96b376febc87deb43e9590a1548f3.zip |
Merge pull request #1300 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.30.6
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 015200c1..2fba686f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,7 +58,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
- "@typescript-eslint/parser": "^5.30.5",
+ "@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
|