diff options
author | crupest <crupest@outlook.com> | 2021-08-25 13:26:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 13:26:41 +0800 |
commit | 7c60348f621b822e8d711645c49378be851fc7cd (patch) | |
tree | 2931718361fe5ed74b2a99528b8ee19937fe1310 | |
parent | 6d8996728353376aaf62a302304171a2f9370882 (diff) | |
parent | 01908b81aef7fefb4ba2984adec4b2b2dc046063 (diff) | |
download | timeline-7c60348f621b822e8d711645c49378be851fc7cd.tar.gz timeline-7c60348f621b822e8d711645c49378be851fc7cd.tar.bz2 timeline-7c60348f621b822e8d711645c49378be851fc7cd.zip |
Merge pull request #763 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.29.3
-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 9bc1e78b..5c14bd96 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.29.2",
+ "@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|