diff options
author | crupest <crupest@outlook.com> | 2021-07-20 23:51:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 23:51:10 +0800 |
commit | ce0ff124fa85256024c72154496bdf82a4105d9b (patch) | |
tree | b72a63d8b26f2c0540cce27b3abdcc4f8c6ef4df /FrontEnd | |
parent | 5bb1089091ed5ee379c90378fef8a0ed9e9ab084 (diff) | |
parent | badd6f3e21b0e725baa7d072ea1de457598f2b06 (diff) | |
download | timeline-ce0ff124fa85256024c72154496bdf82a4105d9b.tar.gz timeline-ce0ff124fa85256024c72154496bdf82a4105d9b.tar.bz2 timeline-ce0ff124fa85256024c72154496bdf82a4105d9b.zip |
Merge pull request #686 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.28.4
build(deps-dev): Bump @typescript-eslint/parser from 4.28.3 to 4.28.4 in /FrontEnd
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 4d765d18..bbb472bd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.28.4",
- "@typescript-eslint/parser": "^4.28.3",
+ "@typescript-eslint/parser": "^4.28.4",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
|