diff options
author | crupest <crupest@outlook.com> | 2021-09-21 14:13:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 14:13:55 +0800 |
commit | dade09dfd95e91ec9d8c265ae626ee29f9312b4d (patch) | |
tree | 51c33d0cfcd4a99c58c007b51d809431705dab74 | |
parent | 4a67560cfbf0f061b32a0510296af072d570b39b (diff) | |
parent | 96bf1f212741e86216fbae9c660943002db51276 (diff) | |
download | timeline-dade09dfd95e91ec9d8c265ae626ee29f9312b4d.tar.gz timeline-dade09dfd95e91ec9d8c265ae626ee29f9312b4d.tar.bz2 timeline-dade09dfd95e91ec9d8c265ae626ee29f9312b4d.zip |
Merge pull request #835 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.31.2
-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 66709023..cc3a2d02 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.9",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.31.1",
+ "@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|