diff options
author | crupest <crupest@outlook.com> | 2022-03-29 14:01:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 14:01:49 +0800 |
commit | be5a34f9d5e10a6f12ce789f473753e474525cb4 (patch) | |
tree | e25b0e55c6a50a9ab46d26981d653d7cca37843e /FrontEnd | |
parent | a41114389e26fc55eedca3ace934e8035f0eeecb (diff) | |
parent | 3aa7f513d69bc7680afe83460523a8264a97450c (diff) | |
download | timeline-be5a34f9d5e10a6f12ce789f473753e474525cb4.tar.gz timeline-be5a34f9d5e10a6f12ce789f473753e474525cb4.tar.bz2 timeline-be5a34f9d5e10a6f12ce789f473753e474525cb4.zip |
Merge pull request #1132 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.17.0
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 878509ca..018e36c3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
- "@typescript-eslint/parser": "^5.16.0",
+ "@typescript-eslint/parser": "^5.17.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
|