diff options
author | crupest <crupest@outlook.com> | 2022-05-03 13:22:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 13:22:07 +0800 |
commit | 683253c7fb8498cbd86aad67b543ab58e323fd79 (patch) | |
tree | 402133d01dca2ccab58acd4ac62c241b4abefff5 | |
parent | 1eaa96c138de4bf9749f2936081f61bad0a943d8 (diff) | |
parent | c4f371505739ace15cbc1aaf302d59fed740cedc (diff) | |
download | timeline-683253c7fb8498cbd86aad67b543ab58e323fd79.tar.gz timeline-683253c7fb8498cbd86aad67b543ab58e323fd79.tar.bz2 timeline-683253c7fb8498cbd86aad67b543ab58e323fd79.zip |
Merge pull request #1190 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.22.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 3a9308c1..b536c730 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.4",
"@typescript-eslint/eslint-plugin": "^5.21.0",
- "@typescript-eslint/parser": "^5.21.0",
+ "@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
|