diff options
author | crupest <crupest@outlook.com> | 2022-06-25 18:12:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 18:12:53 +0800 |
commit | 755f274413de25ff2b5aed5669c90daf5798e41d (patch) | |
tree | 29b779b150af257583b411c599b24bde7f9aa9a9 | |
parent | 298d72cd78963dbe65b451069ab92f53f9b32c54 (diff) | |
parent | b9e2eedc49a941c88913d7bcb154f2ffe334e591 (diff) | |
download | timeline-755f274413de25ff2b5aed5669c90daf5798e41d.tar.gz timeline-755f274413de25ff2b5aed5669c90daf5798e41d.tar.bz2 timeline-755f274413de25ff2b5aed5669c90daf5798e41d.zip |
Merge pull request #1268 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.29.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 7e76253c..51857b95 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.29.0",
- "@typescript-eslint/parser": "^5.28.0",
+ "@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
|